#EA0D96

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

Shades of Hollywood Cerise #EA0D96

Tints of Hollywood Cerise #EA0D96

Color information

#EA0D96 (or 0xEA0D96) is unknown color: approx Hollywood Cerise. HEX triplet: EA, 0D and 96. RGB value is (234,13,150). Sum of RGB (Red+Green+Blue) = 234+13+150=397 (52% of max value = 765). Red value is 234 (91.80% from 255 or 58.94% from 397); Green value is 13 (5.47% from 255 or 3.27% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0D96 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA0D96 is #15F269. Grayscale: #5E5E5E. Windows color (decimal): -1438314 or 9833962. OLE color: 9833962.

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

Color convert

RGB23413150-
CMYK00.940.360.08
HSL322.81º89.47%48.43%-
HSV(B)322.81º94.44%91.76%-
XYZ39.5819.9830.62-
YUV94.7159.22227.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 58.94%
GREEN value IS 13 (5.47% from 255) = 3.27%
BLUE value IS 150 (58.98% from 255) = 37.78%
R=58.94%
G=3.27%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341315000.940.360.08322.8189.4748.43
HexEAD9605E2481435930
Octal352152260136441050313160
Binary111010101101100101100101111010010010001010000111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA0D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA0D96; }

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

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

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

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

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

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

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

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