Html Css Color HEX #EA0A93 Hollywood Cerise

📋 copy color: '#EA0A93'

red 234 ◦ green 10 ◦ blue 147

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

Shades of Hollywood Cerise #EA0A93

Tints of Hollywood Cerise #EA0A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.6%

R = 59.85%
G = 2.56%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA0A93 (or 0xEA0A93) is known color: Hollywood Cerise. HEX triplet: EA, 0A and 93. RGB value is (234,10,147). Sum of RGB (Red+Green+Blue) = 234+10+147=391 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.85% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0A93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0A93 is #15F56C. Grayscale: #5C5C5C. Windows color (decimal): -1439085 or 9636586. OLE color: 9636586.

HSL color Cylindrical-coordinate representation of color #EA0A93: hue angle of 323.3º 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 #EA0A93 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 10 147 -
CMYK 0 0.96 0.37 0.08
HSL 323.3º 0.92% 0.48% -
HSV(B) 323.3º 0.96% 0.92% -
XYZ 39.31 19.82 29.36 -
YUV 92.59 158.71 228.86 -
System Red Green Blue C M Y K H S L
Decimal 234 10 147 0 0.96 0.37 0.08 323.3 0.92 0.48
Hex EA A 93 0 60 25 8 143 5C 30
Octal 352 12 223 0 140 45 10 503 134 60
Binary 11101010 1010 10010011 0 1100000 100101 1000 101000011 1011100 110000

Color Harmonies of #EA0A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0A93

Black with #EA0A93

Text Example


Text Example

White with #EA0A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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