#E51686

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

Shades of Deep Pink #E51686

Tints of Deep Pink #E51686

Color information

#E51686 (or 0xE51686) is unknown color: approx Deep Pink. HEX triplet: E5, 16 and 86. RGB value is (229,22,134). Sum of RGB (Red+Green+Blue) = 229+22+134=385 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.48% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 134 (52.73% from 255 or 34.81% from 385); Max value from RGB is 229 - color contains mainly: red. Hex color #E51686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51686 is #1AE979. Grayscale: #606060. Windows color (decimal): -1763706 or 8787685. OLE color: 8787685.

HSL color Cylindrical-coordinate representation of color #E51686: hue angle of 327.54º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51686 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB22922134-
CMYK00.900.410.10
HSL327.54º82.47%49.22%-
HSV(B)327.54º90.39%89.8%-
XYZ36.918.9524.27-
YUV96.66149.08222.39-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 59.48%
GREEN value IS 22 (8.98% from 255) = 5.71%
BLUE value IS 134 (52.73% from 255) = 34.81%
R=59.48%
G=5.71%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292213400.900.410.10327.5482.4749.22
HexE5168605A29A1485231
Octal345262060132511251012261
Binary1110010110110100001100101101010100110101010010001010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E51686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E51686; }

 p { color: rgb(229,22,134); }

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

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

 a { background-color: rgb(229,22,134); }

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

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

 span { border-color: rgb(229,22,134); }

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