Html Css Color HEX #EA0C92 Hollywood Cerise

📋 copy color: '#EA0C92'

red 234 ◦ green 12 ◦ blue 146

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

Shades of Hollywood Cerise #EA0C92

Tints of Hollywood Cerise #EA0C92

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.06%

 BLUE value IS 146 (57.42% from 255) = 37.24%

R = 59.69%
G = 3.06%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA0C92 (or 0xEA0C92) is known color: Hollywood Cerise. HEX triplet: EA, 0C and 92. RGB value is (234,12,146). Sum of RGB (Red+Green+Blue) = 234+12+146=392 (51% of max value = 765). Red value is 234 (91.80% from 255 or 59.69% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0C92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0C92 is #15F36D. Grayscale: #5D5D5D. Windows color (decimal): -1438574 or 9571562. OLE color: 9571562.

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

Color convert

RGB 234 12 146 -
CMYK 0 0.95 0.38 0.08
HSL 323.78º 0.9% 0.48% -
HSV(B) 323.78º 0.95% 0.92% -
XYZ 39.25 19.83 28.95 -
YUV 93.65 157.55 228.1 -
System Red Green Blue C M Y K H S L
Decimal 234 12 146 0 0.95 0.38 0.08 323.78 0.9 0.48
Hex EA C 92 0 5F 26 8 144 5A 30
Octal 352 14 222 0 137 46 10 504 132 60
Binary 11101010 1100 10010010 0 1011111 100110 1000 101000100 1011010 110000

Color Harmonies of #EA0C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0C92

Black with #EA0C92

Text Example


Text Example

White with #EA0C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0C92; }

 p { color: rgb(234,12,146); }

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

background-color css

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

 a { background-color: rgb(234,12,146); }

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

border-color css

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

 span { border-color: rgb(234,12,146); }

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