Html Css Color HEX #E00EAC Hollywood Cerise

📋 copy color: '#E00EAC'

red 224 ◦ green 14 ◦ blue 172

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

Shades of Hollywood Cerise #E00EAC

Tints of Hollywood Cerise #E00EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 54.63%
G = 3.41%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E00EAC (or 0xE00EAC) is known color: Hollywood Cerise. HEX triplet: E0, 0E and AC. RGB value is (224,14,172). Sum of RGB (Red+Green+Blue) = 224+14+172=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 14 (5.86% from 255 or 3.41% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E00EAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00EAC is #1FF153. Grayscale: #5E5E5E. Windows color (decimal): -2093396 or 11276000. OLE color: 11276000.

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

Color convert

RGB 224 14 172 -
CMYK 0 0.94 0.23 0.12
HSL 314.86º 0.88% 0.47% -
HSV(B) 314.86º 0.94% 0.88% -
XYZ 38.34 19.14 40.7 -
YUV 94.8 171.57 220.15 -
System Red Green Blue C M Y K H S L
Decimal 224 14 172 0 0.94 0.23 0.12 314.86 0.88 0.47
Hex E0 E AC 0 5E 17 C 13B 58 2F
Octal 340 16 254 0 136 27 14 473 130 57
Binary 11100000 1110 10101100 0 1011110 10111 1100 100111011 1011000 101111

Color Harmonies of #E00EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00EAC

Black with #E00EAC

Text Example


Text Example

White with #E00EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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