Html Css Color HEX #EA0992 Hollywood Cerise

📋 copy color: '#EA0992'

red 234 ◦ green 9 ◦ blue 146

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

Shades of Hollywood Cerise #EA0992

Tints of Hollywood Cerise #EA0992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.31%

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

R = 60.15%
G = 2.31%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA0992 (or 0xEA0992) is known color: Hollywood Cerise. HEX triplet: EA, 09 and 92. RGB value is (234,9,146). Sum of RGB (Red+Green+Blue) = 234+9+146=389 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.15% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0992 is #15F66D. Grayscale: #5B5B5B. Windows color (decimal): -1439342 or 9570794. OLE color: 9570794.

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

Color convert

RGB 234 9 146 -
CMYK 0 0.96 0.38 0.08
HSL 323.47º 0.93% 0.48% -
HSV(B) 323.47º 0.96% 0.92% -
XYZ 39.22 19.76 28.94 -
YUV 91.89 158.54 229.36 -
System Red Green Blue C M Y K H S L
Decimal 234 9 146 0 0.96 0.38 0.08 323.47 0.93 0.48
Hex EA 9 92 0 60 26 8 143 5D 30
Octal 352 11 222 0 140 46 10 503 135 60
Binary 11101010 1001 10010010 0 1100000 100110 1000 101000011 1011101 110000

Color Harmonies of #EA0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0992

Black with #EA0992

Text Example


Text Example

White with #EA0992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0992; }

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

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

background-color css

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

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

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

border-color css

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

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

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