Html Css Color HEX #EA05A9 Hollywood Cerise

📋 copy color: '#EA05A9'

red 234 ◦ green 5 ◦ blue 169

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

Shades of Hollywood Cerise #EA05A9

Tints of Hollywood Cerise #EA05A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.42%

R = 57.35%
G = 1.23%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#EA05A9 (or 0xEA05A9) is known color: Hollywood Cerise. HEX triplet: EA, 05 and A9. RGB value is (234,5,169). Sum of RGB (Red+Green+Blue) = 234+5+169=408 (54% of max value = 765). Red value is 234 (91.80% from 255 or 57.35% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 234 - color contains mainly: red. Hex color #EA05A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA05A9 is #15FA56. Grayscale: #5B5B5B. Windows color (decimal): -1440343 or 11077098. OLE color: 11077098.

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

Color convert

RGB 234 5 169 -
CMYK 0 0.98 0.28 0.08
HSL 317.03º 0.96% 0.47% -
HSV(B) 317.03º 0.98% 0.92% -
XYZ 41.15 20.47 39.32 -
YUV 92.17 171.37 229.16 -
System Red Green Blue C M Y K H S L
Decimal 234 5 169 0 0.98 0.28 0.08 317.03 0.96 0.47
Hex EA 5 A9 0 62 1C 8 13D 60 2F
Octal 352 5 251 0 142 34 10 475 140 57
Binary 11101010 101 10101001 0 1100010 11100 1000 100111101 1100000 101111

Color Harmonies of #EA05A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA05A9

Black with #EA05A9

Text Example


Text Example

White with #EA05A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA05A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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