Html Css Color HEX #EA0892 Hollywood Cerise

📋 copy color: '#EA0892'

red 234 ◦ green 8 ◦ blue 146

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

Shades of Hollywood Cerise #EA0892

Tints of Hollywood Cerise #EA0892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.06%

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

R = 60.31%
G = 2.06%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA0892 (or 0xEA0892) is known color: Hollywood Cerise. HEX triplet: EA, 08 and 92. RGB value is (234,8,146). Sum of RGB (Red+Green+Blue) = 234+8+146=388 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.31% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0892 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0892 is #15F76D. Grayscale: #5A5A5A. Windows color (decimal): -1439598 or 9570538. OLE color: 9570538.

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

Color convert

RGB 234 8 146 -
CMYK 0 0.97 0.38 0.08
HSL 323.36º 0.93% 0.47% -
HSV(B) 323.36º 0.97% 0.92% -
XYZ 39.21 19.74 28.94 -
YUV 91.31 158.87 229.78 -
System Red Green Blue C M Y K H S L
Decimal 234 8 146 0 0.97 0.38 0.08 323.36 0.93 0.47
Hex EA 8 92 0 61 26 8 143 5D 2F
Octal 352 10 222 0 141 46 10 503 135 57
Binary 11101010 1000 10010010 0 1100001 100110 1000 101000011 1011101 101111

Color Harmonies of #EA0892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0892

Black with #EA0892

Text Example


Text Example

White with #EA0892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0892; }

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

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

background-color css

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

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

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

border-color css

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

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

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