Html Css Color HEX #E80EAF Hollywood Cerise

📋 copy color: '#E80EAF'

red 232 ◦ green 14 ◦ blue 175

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

Shades of Hollywood Cerise #E80EAF

Tints of Hollywood Cerise #E80EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 55.11%
G = 3.33%
B = 41.57%

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

#E80EAF (or 0xE80EAF) is known color: Hollywood Cerise. HEX triplet: E8, 0E and AF. RGB value is (232,14,175). Sum of RGB (Red+Green+Blue) = 232+14+175=421 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.11% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 232 - color contains mainly: red. Hex color #E80EAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80EAF is #17F150. Grayscale: #616161. Windows color (decimal): -1569105 or 11472616. OLE color: 11472616.

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

Color convert

RGB 232 14 175 -
CMYK 0 0.94 0.25 0.09
HSL 315.69º 0.89% 0.48% -
HSV(B) 315.69º 0.94% 0.91% -
XYZ 41.17 20.57 42.36 -
YUV 97.54 171.72 223.91 -
System Red Green Blue C M Y K H S L
Decimal 232 14 175 0 0.94 0.25 0.09 315.69 0.89 0.48
Hex E8 E AF 0 5E 19 9 13C 59 30
Octal 350 16 257 0 136 31 11 474 131 60
Binary 11101000 1110 10101111 0 1011110 11001 1001 100111100 1011001 110000

Color Harmonies of #E80EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80EAF

Black with #E80EAF

Text Example


Text Example

White with #E80EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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