Html Css Color HEX #E80096 Hollywood Cerise

📋 copy color: '#E80096'

red 232 ◦ green 0 ◦ blue 150

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

Shades of Hollywood Cerise #E80096

Tints of Hollywood Cerise #E80096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.27%

R = 60.73%
G = 0%
B = 39.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E80096 (or 0xE80096) is known color: Hollywood Cerise. HEX triplet: E8, 00 and 96. RGB value is (232,0,150). Sum of RGB (Red+Green+Blue) = 232+0+150=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E80096 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80096 is #17FF69. Grayscale: #565656. Windows color (decimal): -1572714 or 9830632. OLE color: 9830632.

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

Color convert

RGB 232 0 150 -
CMYK 0 1 0.35 0.09
HSL 321.21º 1% 0.45% -
HSV(B) 321.21º 1% 0.91% -
XYZ 38.78 19.36 30.55 -
YUV 86.47 163.86 231.8 -
System Red Green Blue C M Y K H S L
Decimal 232 0 150 0 1 0.35 0.09 321.21 1 0.45
Hex E8 0 96 0 64 23 9 141 64 2D
Octal 350 0 226 0 144 43 11 501 144 55
Binary 11101000 0 10010110 0 1100100 100011 1001 101000001 1100100 101101

Color Harmonies of #E80096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80096

Black with #E80096

Text Example


Text Example

White with #E80096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80096; }

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

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

background-color css

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

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

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

border-color css

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

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

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