Html Css Color HEX #EA0589 Hollywood Cerise

📋 copy color: '#EA0589'

red 234 ◦ green 5 ◦ blue 137

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

Shades of Hollywood Cerise #EA0589

Tints of Hollywood Cerise #EA0589

RGB

 RED value IS 234 (91.8% from 255) = 62.23%

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

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

R = 62.23%
G = 1.33%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA0589 (or 0xEA0589) is known color: Hollywood Cerise. HEX triplet: EA, 05 and 89. RGB value is (234,5,137). Sum of RGB (Red+Green+Blue) = 234+5+137=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 5 (2.34% from 255 or 1.33% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0589 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0589 is #15FA76. Grayscale: #585858. Windows color (decimal): -1440375 or 8979946. OLE color: 8979946.

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

Color convert

RGB 234 5 137 -
CMYK 0 0.98 0.41 0.08
HSL 325.41º 0.96% 0.47% -
HSV(B) 325.41º 0.98% 0.92% -
XYZ 38.5 19.41 25.38 -
YUV 88.52 155.37 231.77 -
System Red Green Blue C M Y K H S L
Decimal 234 5 137 0 0.98 0.41 0.08 325.41 0.96 0.47
Hex EA 5 89 0 62 29 8 145 60 2F
Octal 352 5 211 0 142 51 10 505 140 57
Binary 11101010 101 10001001 0 1100010 101001 1000 101000101 1100000 101111

Color Harmonies of #EA0589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0589

Black with #EA0589

Text Example


Text Example

White with #EA0589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0589; }

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

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

background-color css

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

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

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

border-color css

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

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

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