Html Css Color HEX #EA0F99 Hollywood Cerise

📋 copy color: '#EA0F99'

red 234 ◦ green 15 ◦ blue 153

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

Shades of Hollywood Cerise #EA0F99

Tints of Hollywood Cerise #EA0F99

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.73%

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

R = 58.21%
G = 3.73%
B = 38.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA0F99 (or 0xEA0F99) is known color: Hollywood Cerise. HEX triplet: EA, 0F and 99. RGB value is (234,15,153). Sum of RGB (Red+Green+Blue) = 234+15+153=402 (53% of max value = 765). Red value is 234 (91.80% from 255 or 58.21% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0F99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0F99 is #15F066. Grayscale: #5F5F5F. Windows color (decimal): -1437799 or 10031082. OLE color: 10031082.

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

Color convert

RGB 234 15 153 -
CMYK 0 0.94 0.35 0.08
HSL 322.19º 0.88% 0.49% -
HSV(B) 322.19º 0.94% 0.92% -
XYZ 39.85 20.13 31.92 -
YUV 96.21 160.05 226.28 -
System Red Green Blue C M Y K H S L
Decimal 234 15 153 0 0.94 0.35 0.08 322.19 0.88 0.49
Hex EA F 99 0 5E 23 8 142 58 31
Octal 352 17 231 0 136 43 10 502 130 61
Binary 11101010 1111 10011001 0 1011110 100011 1000 101000010 1011000 110001

Color Harmonies of #EA0F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0F99

Black with #EA0F99

Text Example


Text Example

White with #EA0F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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