Html Css Color HEX #EA059D Hollywood Cerise

📋 copy color: '#EA059D'

red 234 ◦ green 5 ◦ blue 157

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

Shades of Hollywood Cerise #EA059D

Tints of Hollywood Cerise #EA059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.65%

R = 59.09%
G = 1.26%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA059D (or 0xEA059D) is known color: Hollywood Cerise. HEX triplet: EA, 05 and 9D. RGB value is (234,5,157). Sum of RGB (Red+Green+Blue) = 234+5+157=396 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.09% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 234 - color contains mainly: red. Hex color #EA059D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA059D is #15FA62. Grayscale: #5A5A5A. Windows color (decimal): -1440355 or 10290666. OLE color: 10290666.

HSL color Cylindrical-coordinate representation of color #EA059D: hue angle of 320.17º 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 #EA059D is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 5 157 -
CMYK 0 0.98 0.33 0.08
HSL 320.17º 0.96% 0.47% -
HSV(B) 320.17º 0.98% 0.92% -
XYZ 40.07 20.04 33.65 -
YUV 90.8 165.37 230.14 -
System Red Green Blue C M Y K H S L
Decimal 234 5 157 0 0.98 0.33 0.08 320.17 0.96 0.47
Hex EA 5 9D 0 62 21 8 140 60 2F
Octal 352 5 235 0 142 41 10 500 140 57
Binary 11101010 101 10011101 0 1100010 100001 1000 101000000 1100000 101111

Color Harmonies of #EA059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA059D

Black with #EA059D

Text Example


Text Example

White with #EA059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA059D; }

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

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

background-color css

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

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

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

border-color css

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

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

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