Html Css Color HEX #E80F98 Hollywood Cerise

📋 copy color: '#E80F98'

red 232 ◦ green 15 ◦ blue 152

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

Shades of Hollywood Cerise #E80F98

Tints of Hollywood Cerise #E80F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.1%

R = 58.15%
G = 3.76%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E80F98 (or 0xE80F98) is known color: Hollywood Cerise. HEX triplet: E8, 0F and 98. RGB value is (232,15,152). Sum of RGB (Red+Green+Blue) = 232+15+152=399 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.15% from 399); Green value is 15 (6.25% from 255 or 3.76% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 232 - color contains mainly: red. Hex color #E80F98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80F98 is #17F067. Grayscale: #5F5F5F. Windows color (decimal): -1568872 or 9965544. OLE color: 9965544.

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

Color convert

RGB 232 15 152 -
CMYK 0 0.94 0.34 0.09
HSL 322.12º 0.88% 0.48% -
HSV(B) 322.12º 0.94% 0.91% -
XYZ 39.12 19.76 31.46 -
YUV 95.5 159.89 225.36 -
System Red Green Blue C M Y K H S L
Decimal 232 15 152 0 0.94 0.34 0.09 322.12 0.88 0.48
Hex E8 F 98 0 5E 22 9 142 58 30
Octal 350 17 230 0 136 42 11 502 130 60
Binary 11101000 1111 10011000 0 1011110 100010 1001 101000010 1011000 110000

Color Harmonies of #E80F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80F98

Black with #E80F98

Text Example


Text Example

White with #E80F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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