Html Css Color HEX #E00EA4 Hollywood Cerise

📋 copy color: '#E00EA4'

red 224 ◦ green 14 ◦ blue 164

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

Shades of Hollywood Cerise #E00EA4

Tints of Hollywood Cerise #E00EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.8%

R = 55.72%
G = 3.48%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E00EA4 (or 0xE00EA4) is known color: Hollywood Cerise. HEX triplet: E0, 0E and A4. RGB value is (224,14,164). Sum of RGB (Red+Green+Blue) = 224+14+164=402 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.72% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 224 - color contains mainly: red. Hex color #E00EA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00EA4 is #1FF15B. Grayscale: #5D5D5D. Windows color (decimal): -2093404 or 10751712. OLE color: 10751712.

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

Color convert

RGB 224 14 164 -
CMYK 0 0.94 0.27 0.12
HSL 317.14º 0.88% 0.47% -
HSV(B) 317.14º 0.94% 0.88% -
XYZ 37.6 18.84 36.78 -
YUV 93.89 167.57 220.8 -
System Red Green Blue C M Y K H S L
Decimal 224 14 164 0 0.94 0.27 0.12 317.14 0.88 0.47
Hex E0 E A4 0 5E 1B C 13D 58 2F
Octal 340 16 244 0 136 33 14 475 130 57
Binary 11100000 1110 10100100 0 1011110 11011 1100 100111101 1011000 101111

Color Harmonies of #E00EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00EA4

Black with #E00EA4

Text Example


Text Example

White with #E00EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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