Html Css Color HEX #E00EAA Hollywood Cerise

📋 copy color: '#E00EAA'

red 224 ◦ green 14 ◦ blue 170

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

Shades of Hollywood Cerise #E00EAA

Tints of Hollywood Cerise #E00EAA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.43%

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 54.9%
G = 3.43%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E00EAA (or 0xE00EAA) is known color: Hollywood Cerise. HEX triplet: E0, 0E and AA. RGB value is (224,14,170). Sum of RGB (Red+Green+Blue) = 224+14+170=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E00EAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00EAA is #1FF155. Grayscale: #5E5E5E. Windows color (decimal): -2093398 or 11144928. OLE color: 11144928.

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

Color convert

RGB 224 14 170 -
CMYK 0 0.94 0.24 0.12
HSL 315.43º 0.88% 0.47% -
HSV(B) 315.43º 0.94% 0.88% -
XYZ 38.15 19.06 39.7 -
YUV 94.57 170.57 220.32 -
System Red Green Blue C M Y K H S L
Decimal 224 14 170 0 0.94 0.24 0.12 315.43 0.88 0.47
Hex E0 E AA 0 5E 18 C 13B 58 2F
Octal 340 16 252 0 136 30 14 473 130 57
Binary 11100000 1110 10101010 0 1011110 11000 1100 100111011 1011000 101111

Color Harmonies of #E00EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00EAA

Black with #E00EAA

Text Example


Text Example

White with #E00EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00EAA; }

 p { color: rgb(224,14,170); }

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

background-color css

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

 a { background-color: rgb(224,14,170); }

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

border-color css

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

 span { border-color: rgb(224,14,170); }

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