Html Css Color HEX #E80E9F Hollywood Cerise

📋 copy color: '#E80E9F'

red 232 ◦ green 14 ◦ blue 159

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

Shades of Hollywood Cerise #E80E9F

Tints of Hollywood Cerise #E80E9F

RGB

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

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

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

R = 57.28%
G = 3.46%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.09

RGB Variations

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

Color information

#E80E9F (or 0xE80E9F) is known color: Hollywood Cerise. HEX triplet: E8, 0E and 9F. RGB value is (232,14,159). Sum of RGB (Red+Green+Blue) = 232+14+159=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E80E9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80E9F is #17F160. Grayscale: #5F5F5F. Windows color (decimal): -1569121 or 10424040. OLE color: 10424040.

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

Color convert

RGB 232 14 159 -
CMYK 0 0.94 0.31 0.09
HSL 320.09º 0.89% 0.48% -
HSV(B) 320.09º 0.94% 0.91% -
XYZ 39.69 19.97 34.56 -
YUV 95.71 163.72 225.21 -
System Red Green Blue C M Y K H S L
Decimal 232 14 159 0 0.94 0.31 0.09 320.09 0.89 0.48
Hex E8 E 9F 0 5E 1F 9 140 59 30
Octal 350 16 237 0 136 37 11 500 131 60
Binary 11101000 1110 10011111 0 1011110 11111 1001 101000000 1011001 110000

Color Harmonies of #E80E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80E9F

Black with #E80E9F

Text Example


Text Example

White with #E80E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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