Html Css Color HEX #E80C9F Hollywood Cerise

📋 copy color: '#E80C9F'

red 232 ◦ green 12 ◦ blue 159

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

Shades of Hollywood Cerise #E80C9F

Tints of Hollywood Cerise #E80C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.45%

R = 57.57%
G = 2.98%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E80C9F (or 0xE80C9F) is known color: Hollywood Cerise. HEX triplet: E8, 0C and 9F. RGB value is (232,12,159). Sum of RGB (Red+Green+Blue) = 232+12+159=403 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.57% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80C9F is #17F360. Grayscale: #5E5E5E. Windows color (decimal): -1569633 or 10423528. OLE color: 10423528.

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

Color convert

RGB 232 12 159 -
CMYK 0 0.95 0.31 0.09
HSL 319.91º 0.9% 0.48% -
HSV(B) 319.91º 0.95% 0.91% -
XYZ 39.67 19.92 34.56 -
YUV 94.54 164.39 226.05 -
System Red Green Blue C M Y K H S L
Decimal 232 12 159 0 0.95 0.31 0.09 319.91 0.9 0.48
Hex E8 C 9F 0 5F 1F 9 140 5A 30
Octal 350 14 237 0 137 37 11 500 132 60
Binary 11101000 1100 10011111 0 1011111 11111 1001 101000000 1011010 110000

Color Harmonies of #E80C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80C9F

Black with #E80C9F

Text Example


Text Example

White with #E80C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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