Html Css Color HEX #EA0A95 Hollywood Cerise

📋 copy color: '#EA0A95'

red 234 ◦ green 10 ◦ blue 149

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

Shades of Hollywood Cerise #EA0A95

Tints of Hollywood Cerise #EA0A95

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.54%

 BLUE value IS 149 (58.59% from 255) = 37.91%

R = 59.54%
G = 2.54%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA0A95 (or 0xEA0A95) is known color: Hollywood Cerise. HEX triplet: EA, 0A and 95. RGB value is (234,10,149). Sum of RGB (Red+Green+Blue) = 234+10+149=393 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.54% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A95 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0A95 is #15F56A. Grayscale: #5C5C5C. Windows color (decimal): -1439083 or 9767658. OLE color: 9767658.

HSL color Cylindrical-coordinate representation of color #EA0A95: hue angle of 322.77º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA0A95 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 10 149 -
CMYK 0 0.96 0.36 0.08
HSL 322.77º 0.92% 0.48% -
HSV(B) 322.77º 0.96% 0.92% -
XYZ 39.47 19.88 30.19 -
YUV 92.82 159.71 228.7 -
System Red Green Blue C M Y K H S L
Decimal 234 10 149 0 0.96 0.36 0.08 322.77 0.92 0.48
Hex EA A 95 0 60 24 8 143 5C 30
Octal 352 12 225 0 140 44 10 503 134 60
Binary 11101010 1010 10010101 0 1100000 100100 1000 101000011 1011100 110000

Color Harmonies of #EA0A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0A95

Black with #EA0A95

Text Example


Text Example

White with #EA0A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0A95; }

 p { color: rgb(234,10,149); }

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

background-color css

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

 a { background-color: rgb(234,10,149); }

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

border-color css

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

 span { border-color: rgb(234,10,149); }

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