Html Css Color HEX #E80EAE Hollywood Cerise

📋 copy color: '#E80EAE'

red 232 ◦ green 14 ◦ blue 174

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

Shades of Hollywood Cerise #E80EAE

Tints of Hollywood Cerise #E80EAE

RGB

 RED value IS 232 (91.02% from 255) = 55.24%

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

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

R = 55.24%
G = 3.33%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E80EAE (or 0xE80EAE) is known color: Hollywood Cerise. HEX triplet: E8, 0E and AE. RGB value is (232,14,174). Sum of RGB (Red+Green+Blue) = 232+14+174=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 14 (5.86% from 255 or 3.33% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E80EAE is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80EAE is #17F151. Grayscale: #616161. Windows color (decimal): -1569106 or 11407080. OLE color: 11407080.

HSL color Cylindrical-coordinate representation of color #E80EAE: hue angle of 315.96º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E80EAE is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 14 174 -
CMYK 0 0.94 0.25 0.09
HSL 315.96º 0.89% 0.48% -
HSV(B) 315.96º 0.94% 0.91% -
XYZ 41.08 20.53 41.84 -
YUV 97.42 171.22 223.99 -
System Red Green Blue C M Y K H S L
Decimal 232 14 174 0 0.94 0.25 0.09 315.96 0.89 0.48
Hex E8 E AE 0 5E 19 9 13C 59 30
Octal 350 16 256 0 136 31 11 474 131 60
Binary 11101000 1110 10101110 0 1011110 11001 1001 100111100 1011001 110000

Color Harmonies of #E80EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80EAE

Black with #E80EAE

Text Example


Text Example

White with #E80EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80EAE; }

 p { color: rgb(232,14,174); }

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

background-color css

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

 a { background-color: rgb(232,14,174); }

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

border-color css

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

 span { border-color: rgb(232,14,174); }

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