Html Css Color HEX #EA0499 Hollywood Cerise

📋 copy color: '#EA0499'

red 234 ◦ green 4 ◦ blue 153

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

Shades of Hollywood Cerise #EA0499

Tints of Hollywood Cerise #EA0499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.02%

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

R = 59.85%
G = 1.02%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA0499 (or 0xEA0499) is known color: Hollywood Cerise. HEX triplet: EA, 04 and 99. RGB value is (234,4,153). Sum of RGB (Red+Green+Blue) = 234+4+153=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0499 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0499 is #15FB66. Grayscale: #595959. Windows color (decimal): -1440615 or 10028266. OLE color: 10028266.

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

Color convert

RGB 234 4 153 -
CMYK 0 0.98 0.35 0.08
HSL 321.13º 0.97% 0.47% -
HSV(B) 321.13º 0.98% 0.92% -
XYZ 39.72 19.88 31.88 -
YUV 89.76 163.7 230.88 -
System Red Green Blue C M Y K H S L
Decimal 234 4 153 0 0.98 0.35 0.08 321.13 0.97 0.47
Hex EA 4 99 0 62 23 8 141 61 2F
Octal 352 4 231 0 142 43 10 501 141 57
Binary 11101010 100 10011001 0 1100010 100011 1000 101000001 1100001 101111

Color Harmonies of #EA0499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0499

Black with #EA0499

Text Example


Text Example

White with #EA0499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0499; }

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

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

background-color css

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

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

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

border-color css

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

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

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