Html Css Color HEX #E80EAC Hollywood Cerise

📋 copy color: '#E80EAC'

red 232 ◦ green 14 ◦ blue 172

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

Shades of Hollywood Cerise #E80EAC

Tints of Hollywood Cerise #E80EAC

RGB

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

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

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

R = 55.5%
G = 3.35%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E80EAC (or 0xE80EAC) is known color: Hollywood Cerise. HEX triplet: E8, 0E and AC. RGB value is (232,14,172). Sum of RGB (Red+Green+Blue) = 232+14+172=418 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.50% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 232 - color contains mainly: red. Hex color #E80EAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80EAC is #17F153. Grayscale: #606060. Windows color (decimal): -1569108 or 11276008. OLE color: 11276008.

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

Color convert

RGB 232 14 172 -
CMYK 0 0.94 0.26 0.09
HSL 316.51º 0.89% 0.48% -
HSV(B) 316.51º 0.94% 0.91% -
XYZ 40.88 20.45 40.82 -
YUV 97.19 170.22 224.15 -
System Red Green Blue C M Y K H S L
Decimal 232 14 172 0 0.94 0.26 0.09 316.51 0.89 0.48
Hex E8 E AC 0 5E 1A 9 13D 59 30
Octal 350 16 254 0 136 32 11 475 131 60
Binary 11101000 1110 10101100 0 1011110 11010 1001 100111101 1011001 110000

Color Harmonies of #E80EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80EAC

Black with #E80EAC

Text Example


Text Example

White with #E80EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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