Html Css Color HEX #E00DAE Hollywood Cerise

📋 copy color: '#E00DAE'

red 224 ◦ green 13 ◦ blue 174

#E00DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #E00DAE

Tints of Hollywood Cerise #E00DAE

RGB

 RED value IS 224 (87.89% from 255) = 54.5%

 GREEN value IS 13 (5.47% from 255) = 3.16%

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 54.5%
G = 3.16%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E00DAE (or 0xE00DAE) is known color: Hollywood Cerise. HEX triplet: E0, 0D and AE. RGB value is (224,13,174). Sum of RGB (Red+Green+Blue) = 224+13+174=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00DAE is #1FF251. Grayscale: #5E5E5E. Windows color (decimal): -2093650 or 11406816. OLE color: 11406816.

HSL color Cylindrical-coordinate representation of color #E00DAE: hue angle of 314.22º 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 #E00DAE is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 13 174 -
CMYK 0 0.94 0.22 0.12
HSL 314.22º 0.89% 0.46% -
HSV(B) 314.22º 0.94% 0.88% -
XYZ 38.52 19.19 41.72 -
YUV 94.44 172.9 220.41 -
System Red Green Blue C M Y K H S L
Decimal 224 13 174 0 0.94 0.22 0.12 314.22 0.89 0.46
Hex E0 D AE 0 5E 16 C 13A 59 2E
Octal 340 15 256 0 136 26 14 472 131 56
Binary 11100000 1101 10101110 0 1011110 10110 1100 100111010 1011001 101110

Color Harmonies of #E00DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DAE

Black with #E00DAE

Text Example


Text Example

White with #E00DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DAE; }

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

 H1.HeaderClassName
 {
   color: #E00DAE;
 }
 .AnyTagClassName
 {
   color: #E00DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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