Html Css Color HEX #E80091 Hollywood Cerise

📋 copy color: '#E80091'

red 232 ◦ green 0 ◦ blue 145

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

Shades of Hollywood Cerise #E80091

Tints of Hollywood Cerise #E80091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.54%
G = 0%
B = 38.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E80091 (or 0xE80091) is known color: Hollywood Cerise. HEX triplet: E8, 00 and 91. RGB value is (232,0,145). Sum of RGB (Red+Green+Blue) = 232+0+145=377 (49% of max value = 765). Red value is 232 (91.02% from 255 or 61.54% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 232 - color contains mainly: red. Hex color #E80091 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80091 is #17FF6E. Grayscale: #555555. Windows color (decimal): -1572719 or 9502952. OLE color: 9502952.

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

Color convert

RGB 232 0 145 -
CMYK 0 1 0.38 0.09
HSL 322.5º 1% 0.45% -
HSV(B) 322.5º 1% 0.91% -
XYZ 38.39 19.2 28.47 -
YUV 85.9 161.36 232.21 -
System Red Green Blue C M Y K H S L
Decimal 232 0 145 0 1 0.38 0.09 322.5 1 0.45
Hex E8 0 91 0 64 26 9 142 64 2D
Octal 350 0 221 0 144 46 11 502 144 55
Binary 11101000 0 10010001 0 1100100 100110 1001 101000010 1100100 101101

Color Harmonies of #E80091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80091

Black with #E80091

Text Example


Text Example

White with #E80091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80091; }

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

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

background-color css

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

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

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

border-color css

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

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

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