#EA1796

Color #EA1796 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #EA1796

Tints of Deep Pink #EA1796

Color information

#EA1796 (or 0xEA1796) is unknown color: approx Deep Pink. HEX triplet: EA, 17 and 96. RGB value is (234,23,150). Sum of RGB (Red+Green+Blue) = 234+23+150=407 (53% of max value = 765). Red value is 234 (91.80% from 255 or 57.49% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1796 is #15E869. Grayscale: #646464. Windows color (decimal): -1435754 or 9836522. OLE color: 9836522.

HSL color Cylindrical-coordinate representation of color #EA1796: hue angle of 323.89º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1796 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB23423150-
CMYK00.900.360.08
HSL323.89º83.4%50.39%-
HSV(B)323.89º90.17%91.76%-
XYZ39.7420.3130.68-
YUV100.57155.9223.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 57.49%
GREEN value IS 23 (9.38% from 255) = 5.65%
BLUE value IS 150 (58.98% from 255) = 36.86%
R=57.49%
G=5.65%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342315000.900.360.08323.8983.450.39
HexEA179605A2481445332
Octal352272260132441050412362
Binary1110101010111100101100101101010010010001010001001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA1796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA1796; }

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

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

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

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

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

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

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

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