#E00DAF

Color #E00DAF Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #E00DAF

Tints of Hollywood Cerise #E00DAF

Color information

#E00DAF (or 0xE00DAF) is unknown color: approx Hollywood Cerise. HEX triplet: E0, 0D and AF. RGB value is (224,13,175). Sum of RGB (Red+Green+Blue) = 224+13+175=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 13 (5.47% from 255 or 3.16% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DAF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00DAF is #1FF250. Grayscale: #5E5E5E. Windows color (decimal): -2093649 or 11472352. OLE color: 11472352.

HSL color Cylindrical-coordinate representation of color #E00DAF: hue angle of 313.93º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00DAF is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB22413175-
CMYK00.940.220.12
HSL313.93º89.03%46.47%-
HSV(B)313.93º94.2%87.84%-
XYZ38.6219.2342.23-
YUV94.56173.4220.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 54.37%
GREEN value IS 13 (5.47% from 255) = 3.16%
BLUE value IS 175 (68.75% from 255) = 42.48%
R=54.37%
G=3.16%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241317500.940.220.12313.9389.0346.47
HexE0DAF05E16C13a592e
Octal340152570136261447213156
Binary11100000110110101111010111101011011001001110101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00DAF; }

 p { color: rgb(224,13,175); }

 H1.HeaderClassName
 {
   color: #E00DAF;
 }
 .AnyTagClassName
 {
   color: #E00DAF;
 }
</style>
background-color css

<style>
 a { background-color: #E00DAF; }

 a { background-color: rgb(224,13,175); }

 div.DivClassName
 {
   background-color: #E00DAF;
 }
 .BgClassName
 {
   background-color: #E00DAF;
 }
</style>
border-color css

<style>
 span { border-color: #E00DAF; }

 span { border-color: rgb(224,13,175); }

 td.TdClassName
 {
   border-color: #E00DAF;
 }
 .TagClassName
 {
   border-color: #E00DAF;
 }
</style>