Html Css Color HEX #E80089 Hollywood Cerise

📋 copy color: '#E80089'

red 232 ◦ green 0 ◦ blue 137

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

Shades of Hollywood Cerise #E80089

Tints of Hollywood Cerise #E80089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.13%

R = 62.87%
G = 0%
B = 37.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E80089 (or 0xE80089) is known color: Hollywood Cerise. HEX triplet: E8, 00 and 89. RGB value is (232,0,137). Sum of RGB (Red+Green+Blue) = 232+0+137=369 (48% of max value = 765). Red value is 232 (91.02% from 255 or 62.87% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 232 - color contains mainly: red. Hex color #E80089 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80089 is #17FF76. Grayscale: #545454. Windows color (decimal): -1572727 or 8978664. OLE color: 8978664.

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

Color convert

RGB 232 0 137 -
CMYK 0 1 0.41 0.09
HSL 324.57º 1% 0.45% -
HSV(B) 324.57º 1% 0.91% -
XYZ 37.79 18.96 25.33 -
YUV 84.99 157.36 232.86 -
System Red Green Blue C M Y K H S L
Decimal 232 0 137 0 1 0.41 0.09 324.57 1 0.45
Hex E8 0 89 0 64 29 9 145 64 2D
Octal 350 0 211 0 144 51 11 505 144 55
Binary 11101000 0 10001001 0 1100100 101001 1001 101000101 1100100 101101

Color Harmonies of #E80089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80089

Black with #E80089

Text Example


Text Example

White with #E80089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80089; }

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

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

background-color css

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

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

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

border-color css

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

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

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