Html Css Color HEX #E80F97 Hollywood Cerise

📋 copy color: '#E80F97'

red 232 ◦ green 15 ◦ blue 151

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

Shades of Hollywood Cerise #E80F97

Tints of Hollywood Cerise #E80F97

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.77%

 BLUE value IS 151 (59.38% from 255) = 37.94%

R = 58.29%
G = 3.77%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E80F97 (or 0xE80F97) is known color: Hollywood Cerise. HEX triplet: E8, 0F and 97. RGB value is (232,15,151). Sum of RGB (Red+Green+Blue) = 232+15+151=398 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.29% from 398); Green value is 15 (6.25% from 255 or 3.77% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F97 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80F97 is #17F068. Grayscale: #5F5F5F. Windows color (decimal): -1568873 or 9900008. OLE color: 9900008.

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

Color convert

RGB 232 15 151 -
CMYK 0 0.94 0.35 0.09
HSL 322.4º 0.88% 0.48% -
HSV(B) 322.4º 0.94% 0.91% -
XYZ 39.04 19.73 31.03 -
YUV 95.39 159.39 225.44 -
System Red Green Blue C M Y K H S L
Decimal 232 15 151 0 0.94 0.35 0.09 322.4 0.88 0.48
Hex E8 F 97 0 5E 23 9 142 58 30
Octal 350 17 227 0 136 43 11 502 130 60
Binary 11101000 1111 10010111 0 1011110 100011 1001 101000010 1011000 110000

Color Harmonies of #E80F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80F97

Black with #E80F97

Text Example


Text Example

White with #E80F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80F97; }

 p { color: rgb(232,15,151); }

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

background-color css

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

 a { background-color: rgb(232,15,151); }

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

border-color css

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

 span { border-color: rgb(232,15,151); }

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