Html Css Color HEX #E80991 Hollywood Cerise

📋 copy color: '#E80991'

red 232 ◦ green 9 ◦ blue 145

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

Shades of Hollywood Cerise #E80991

Tints of Hollywood Cerise #E80991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.33%

 BLUE value IS 145 (57.03% from 255) = 37.56%

R = 60.1%
G = 2.33%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E80991 (or 0xE80991) is known color: Hollywood Cerise. HEX triplet: E8, 09 and 91. RGB value is (232,9,145). Sum of RGB (Red+Green+Blue) = 232+9+145=386 (51% of max value = 765). Red value is 232 (91.02% from 255 or 60.10% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 232 - color contains mainly: red. Hex color #E80991 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80991 is #17F66E. Grayscale: #5A5A5A. Windows color (decimal): -1570415 or 9505256. OLE color: 9505256.

HSL color Cylindrical-coordinate representation of color #E80991: hue angle of 323.41º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80991 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 9 145 -
CMYK 0 0.96 0.38 0.09
HSL 323.41º 0.93% 0.47% -
HSV(B) 323.41º 0.96% 0.91% -
XYZ 38.49 19.4 28.5 -
YUV 91.18 158.38 228.44 -
System Red Green Blue C M Y K H S L
Decimal 232 9 145 0 0.96 0.38 0.09 323.41 0.93 0.47
Hex E8 9 91 0 60 26 9 143 5D 2F
Octal 350 11 221 0 140 46 11 503 135 57
Binary 11101000 1001 10010001 0 1100000 100110 1001 101000011 1011101 101111

Color Harmonies of #E80991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80991

Black with #E80991

Text Example


Text Example

White with #E80991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80991; }

 p { color: rgb(232,9,145); }

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

background-color css

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

 a { background-color: rgb(232,9,145); }

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

border-color css

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

 span { border-color: rgb(232,9,145); }

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