#EA0B96

Color #EA0B96 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #EA0B96

Tints of Hollywood Cerise #EA0B96

Color information

#EA0B96 (or 0xEA0B96) is unknown color: approx Hollywood Cerise. HEX triplet: EA, 0B and 96. RGB value is (234,11,150). Sum of RGB (Red+Green+Blue) = 234+11+150=395 (52% of max value = 765). Red value is 234 (91.80% from 255 or 59.24% from 395); Green value is 11 (4.69% from 255 or 2.78% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0B96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0B96 is #15F469. Grayscale: #5D5D5D. Windows color (decimal): -1438826 or 9833450. OLE color: 9833450.

HSL color Cylindrical-coordinate representation of color #EA0B96: hue angle of 322.6º degrees, saturation: 0.91, 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 #EA0B96 is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB23411150-
CMYK00.950.360.08
HSL322.6º91.02%48.04%-
HSV(B)322.6º95.3%91.76%-
XYZ39.5619.9330.62-
YUV93.52159.88228.2-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 59.24%
GREEN value IS 11 (4.69% from 255) = 2.78%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=59.24%
G=2.78%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341115000.950.360.08322.691.0248.04
HexEAB9605F2481435b30
Octal352132260137441050313360
Binary111010101011100101100101111110010010001010000111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0B96; }

 p { color: rgb(234,11,150); }

 H1.HeaderClassName
 {
   color: #EA0B96;
 }
 .AnyTagClassName
 {
   color: #EA0B96;
 }
</style>
background-color css

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

 a { background-color: rgb(234,11,150); }

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

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

 span { border-color: rgb(234,11,150); }

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