Html Css Color HEX #E80D95 Hollywood Cerise

📋 copy color: '#E80D95'

red 232 ◦ green 13 ◦ blue 149

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

Shades of Hollywood Cerise #E80D95

Tints of Hollywood Cerise #E80D95

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.3%

 BLUE value IS 149 (58.59% from 255) = 37.82%

R = 58.88%
G = 3.3%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E80D95 (or 0xE80D95) is known color: Hollywood Cerise. HEX triplet: E8, 0D and 95. RGB value is (232,13,149). Sum of RGB (Red+Green+Blue) = 232+13+149=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 13 (5.47% from 255 or 3.30% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E80D95 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80D95 is #17F26A. Grayscale: #5D5D5D. Windows color (decimal): -1569387 or 9768424. OLE color: 9768424.

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

Color convert

RGB 232 13 149 -
CMYK 0 0.94 0.36 0.09
HSL 322.74º 0.89% 0.48% -
HSV(B) 322.74º 0.94% 0.91% -
XYZ 38.85 19.61 30.17 -
YUV 93.99 159.05 226.44 -
System Red Green Blue C M Y K H S L
Decimal 232 13 149 0 0.94 0.36 0.09 322.74 0.89 0.48
Hex E8 D 95 0 5E 24 9 143 59 30
Octal 350 15 225 0 136 44 11 503 131 60
Binary 11101000 1101 10010101 0 1011110 100100 1001 101000011 1011001 110000

Color Harmonies of #E80D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80D95

Black with #E80D95

Text Example


Text Example

White with #E80D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80D95; }

 p { color: rgb(232,13,149); }

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

background-color css

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

 a { background-color: rgb(232,13,149); }

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

border-color css

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

 span { border-color: rgb(232,13,149); }

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