Html Css Color HEX #E80589 Hollywood Cerise

📋 copy color: '#E80589'

red 232 ◦ green 5 ◦ blue 137

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

Shades of Hollywood Cerise #E80589

Tints of Hollywood Cerise #E80589

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.34%

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

R = 62.03%
G = 1.34%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E80589 (or 0xE80589) is known color: Hollywood Cerise. HEX triplet: E8, 05 and 89. RGB value is (232,5,137). Sum of RGB (Red+Green+Blue) = 232+5+137=374 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.03% from 374); Green value is 5 (2.34% from 255 or 1.34% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 232 - color contains mainly: red. Hex color #E80589 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80589 is #17FA76. Grayscale: #575757. Windows color (decimal): -1571447 or 8979944. OLE color: 8979944.

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

Color convert

RGB 232 5 137 -
CMYK 0 0.98 0.41 0.09
HSL 325.11º 0.96% 0.46% -
HSV(B) 325.11º 0.98% 0.91% -
XYZ 37.85 19.07 25.35 -
YUV 87.92 155.71 230.77 -
System Red Green Blue C M Y K H S L
Decimal 232 5 137 0 0.98 0.41 0.09 325.11 0.96 0.46
Hex E8 5 89 0 62 29 9 145 60 2E
Octal 350 5 211 0 142 51 11 505 140 56
Binary 11101000 101 10001001 0 1100010 101001 1001 101000101 1100000 101110

Color Harmonies of #E80589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80589

Black with #E80589

Text Example


Text Example

White with #E80589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80589; }

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

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

background-color css

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

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

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

border-color css

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

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

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