Html Css Color HEX #E00EAD Hollywood Cerise

📋 copy color: '#E00EAD'

red 224 ◦ green 14 ◦ blue 173

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

Shades of Hollywood Cerise #E00EAD

Tints of Hollywood Cerise #E00EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 54.5%
G = 3.41%
B = 42.09%

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

#E00EAD (or 0xE00EAD) is known color: Hollywood Cerise. HEX triplet: E0, 0E and AD. RGB value is (224,14,173). Sum of RGB (Red+Green+Blue) = 224+14+173=411 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.50% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 224 - color contains mainly: red. Hex color #E00EAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E00EAD is #1FF152. Grayscale: #5E5E5E. Windows color (decimal): -2093395 or 11341536. OLE color: 11341536.

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

Color convert

RGB 224 14 173 -
CMYK 0 0.94 0.23 0.12
HSL 314.57º 0.88% 0.47% -
HSV(B) 314.57º 0.94% 0.88% -
XYZ 38.44 19.18 41.21 -
YUV 94.92 172.07 220.07 -
System Red Green Blue C M Y K H S L
Decimal 224 14 173 0 0.94 0.23 0.12 314.57 0.88 0.47
Hex E0 E AD 0 5E 17 C 13B 58 2F
Octal 340 16 255 0 136 27 14 473 130 57
Binary 11100000 1110 10101101 0 1011110 10111 1100 100111011 1011000 101111

Color Harmonies of #E00EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00EAD

Black with #E00EAD

Text Example


Text Example

White with #E00EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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