Color Hex Logo

#e200aa Color Hex

#E200AA
(226,0,170)
0 Favorites   0 Comments

Color spaces of #e200aa

RGB 2260170
HSL0.871.000.44
HSV315°100°89°
CMYK 0.001.000.25   0.11
XYZ38.619719.071039.6758
Yxy19.07100.39660.1959
Hunter Lab43.670481.4326-23.2975
CIE-Lab50.770282.5315-27.7306

#e200aa color RGB value is (226,0,170).

#e200aa hex color red value is 226, green value is 0 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e200aa hue: 0.87 , saturation: 1.00 and the lightness value of e200aa is 0.44.

The process color (four color CMYK) of #e200aa color hex is 0.00, 1.00, 0.25, 0.11. Web safe color of #e200aa is #cc0099. Color #e200aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000000 10101010
Octal 342 0 252
Decimal 226 0 170
Hex E2 0 AA

RGB Percentages of Color #e200aa

%57.07
%0.00
%42.93

CMYK Percentages of Color #e200aa

%0
%100
%25
%11

Triadic Colors of #e200aa

#e200aa #aae200 #00aae2

Analogous Colors of #e200aa

#e200aa #e20039 #a900e2

Monochromatic Colors of #e200aa

#e200aa

Complementary Color

#e200aa #00e238

#e200aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e200aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e200aa Color CSS Codes

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

#e200aa Text Font Color

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

This sample text font color is #e200aa
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.


#e200aa Background Color

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

This div background color is #e200aa


#e200aa Border Color

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

This div border color is #e200aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e200aa


Comments

No comments written yet.

Please login to write comment.