Html Css Color HEX #EA0199 Hollywood Cerise

📋 copy color: '#EA0199'

red 234 ◦ green 1 ◦ blue 153

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

Shades of Hollywood Cerise #EA0199

Tints of Hollywood Cerise #EA0199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 60.31%
G = 0.26%
B = 39.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#EA0199 (or 0xEA0199) is known color: Hollywood Cerise. HEX triplet: EA, 01 and 99. RGB value is (234,1,153). Sum of RGB (Red+Green+Blue) = 234+1+153=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0199 is #15FE66. Grayscale: #575757. Windows color (decimal): -1441383 or 10027498. OLE color: 10027498.

HSL color Cylindrical-coordinate representation of color #EA0199: hue angle of 320.86º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0199 is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 1 153 -
CMYK 0 1.00 0.35 0.08
HSL 320.86º 0.99% 0.46% -
HSV(B) 320.86º 1% 0.92% -
XYZ 39.69 19.81 31.87 -
YUV 88 164.69 232.14 -
System Red Green Blue C M Y K H S L
Decimal 234 1 153 0 1.00 0.35 0.08 320.86 0.99 0.46
Hex EA 1 99 0 64 23 8 141 63 2E
Octal 352 1 231 0 144 43 10 501 143 56
Binary 11101010 1 10011001 0 1100100 100011 1000 101000001 1100011 101110

Color Harmonies of #EA0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0199

Black with #EA0199

Text Example


Text Example

White with #EA0199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0199; }

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

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

background-color css

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

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

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

border-color css

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

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

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