Html Css Color HEX #EA0899 Hollywood Cerise

📋 copy color: '#EA0899'

red 234 ◦ green 8 ◦ blue 153

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

Shades of Hollywood Cerise #EA0899

Tints of Hollywood Cerise #EA0899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.03%

 BLUE value IS 153 (60.16% from 255) = 38.73%

R = 59.24%
G = 2.03%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA0899 (or 0xEA0899) is known color: Hollywood Cerise. HEX triplet: EA, 08 and 99. RGB value is (234,8,153). Sum of RGB (Red+Green+Blue) = 234+8+153=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0899 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0899 is #15F766. Grayscale: #5B5B5B. Windows color (decimal): -1439591 or 10029290. OLE color: 10029290.

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

Color convert

RGB 234 8 153 -
CMYK 0 0.97 0.35 0.08
HSL 321.5º 0.93% 0.47% -
HSV(B) 321.5º 0.97% 0.92% -
XYZ 39.77 19.97 31.89 -
YUV 92.1 162.37 229.21 -
System Red Green Blue C M Y K H S L
Decimal 234 8 153 0 0.97 0.35 0.08 321.5 0.93 0.47
Hex EA 8 99 0 61 23 8 142 5D 2F
Octal 352 10 231 0 141 43 10 502 135 57
Binary 11101010 1000 10011001 0 1100001 100011 1000 101000010 1011101 101111

Color Harmonies of #EA0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0899

Black with #EA0899

Text Example


Text Example

White with #EA0899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0899; }

 p { color: rgb(234,8,153); }

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

background-color css

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

 a { background-color: rgb(234,8,153); }

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

border-color css

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

 span { border-color: rgb(234,8,153); }

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