Color Hex Logo

#e229e6 Color Hex

#E229E6
(226,41,230)
0 Favorites   0 Comments

Color spaces of #e229e6

RGB 22641230
HSL0.830.790.53
HSV299°82°90°
CMYK 0.020.820.00   0.10
XYZ46.439923.467876.9450
Yxy23.46780.31620.1598
Hunter Lab48.443686.3408-60.2623
CIE-Lab55.551085.4015-54.7798

#e229e6 color RGB value is (226,41,230).

#e229e6 hex color red value is 226, green value is 41 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #e229e6 hue: 0.83 , saturation: 0.79 and the lightness value of e229e6 is 0.53.

The process color (four color CMYK) of #e229e6 color hex is 0.02, 0.82, 0.00, 0.10. Web safe color of #e229e6 is #cc33ff. Color #e229e6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00101001 11100110
Octal 342 51 346
Decimal 226 41 230
Hex E2 29 E6

RGB Percentages of Color #e229e6

%45.47
%8.25
%46.28

CMYK Percentages of Color #e229e6

%2
%82
%0
%10

Triadic Colors of #e229e6

#e229e6 #e6e229 #29e6e2

Analogous Colors of #e229e6

#e229e6 #e6298c #8429e6

Monochromatic Colors of #e229e6

#e229e6

Complementary Color

#e229e6 #2de629

#e229e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e229e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e229e6 Color CSS Codes

.mybgcolor {background-color:#e229e6; } 
.myforecolor {color:#e229e6; }
.mybordercolor {border:3px solid #e229e6; }

#e229e6 Text Font Color

<p style="color:#e229e6">Text here</p>

This sample text font color is #e229e6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e229e6 Background Color

<div style="background-color:#e229e6">
Div content here</div>

This div background color is #e229e6


#e229e6 Border Color

<div style="border:3px solid #e229e6">
Div here</div>

This div border color is #e229e6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,41,230, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e229e6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e229e6;
  -webkit-box-shadow: 1px 1px 3px 2px #e229e6;
  box-shadow:         1px 1px 3px 2px #e229e6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,41,230, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e229e6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e229e6;
  -webkit-box-shadow: 1px 1px 3px 2px #e229e6;
  box-shadow:         1px 1px 3px 2px #e229e6;">
Div content here</div>

This div box has shadow with color #e229e6


Comments

No comments written yet.

Please login to write comment.