Html Css Color HEX #E80CA9 Hollywood Cerise

📋 copy color: '#E80CA9'

red 232 ◦ green 12 ◦ blue 169

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

Shades of Hollywood Cerise #E80CA9

Tints of Hollywood Cerise #E80CA9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.91%

 BLUE value IS 169 (66.41% from 255) = 40.92%

R = 56.17%
G = 2.91%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E80CA9 (or 0xE80CA9) is known color: Hollywood Cerise. HEX triplet: E8, 0C and A9. RGB value is (232,12,169). Sum of RGB (Red+Green+Blue) = 232+12+169=413 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.17% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 232 - color contains mainly: red. Hex color #E80CA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80CA9 is #17F356. Grayscale: #5F5F5F. Windows color (decimal): -1569623 or 11078888. OLE color: 11078888.

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

Color convert

RGB 232 12 169 -
CMYK 0 0.95 0.27 0.09
HSL 317.18º 0.9% 0.48% -
HSV(B) 317.18º 0.95% 0.91% -
XYZ 40.57 20.28 39.31 -
YUV 95.68 169.39 225.23 -
System Red Green Blue C M Y K H S L
Decimal 232 12 169 0 0.95 0.27 0.09 317.18 0.9 0.48
Hex E8 C A9 0 5F 1B 9 13D 5A 30
Octal 350 14 251 0 137 33 11 475 132 60
Binary 11101000 1100 10101001 0 1011111 11011 1001 100111101 1011010 110000

Color Harmonies of #E80CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80CA9

Black with #E80CA9

Text Example


Text Example

White with #E80CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80CA9; }

 p { color: rgb(232,12,169); }

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

background-color css

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

 a { background-color: rgb(232,12,169); }

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

border-color css

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

 span { border-color: rgb(232,12,169); }

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