#E51593

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

Shades of Deep Pink #E51593

Tints of Deep Pink #E51593

Color information

#E51593 (or 0xE51593) is unknown color: approx Deep Pink. HEX triplet: E5, 15 and 93. RGB value is (229,21,147). Sum of RGB (Red+Green+Blue) = 229+21+147=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E51593 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51593 is #1AEA6C. Grayscale: #616161. Windows color (decimal): -1763949 or 9639397. OLE color: 9639397.

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

Color convert

RGB22921147-
CMYK00.910.360.10
HSL323.65º83.2%49.02%-
HSV(B)323.65º90.83%89.8%-
XYZ37.8519.329.33-
YUV97.56155.91221.75-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.68%
GREEN value IS 21 (8.59% from 255) = 5.29%
BLUE value IS 147 (57.81% from 255) = 37.03%
R=57.68%
G=5.29%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292114700.910.360.10323.6583.249.02
HexE5159305B24A1445331
Octal345252230133441250412361
Binary1110010110101100100110101101110010010101010001001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E51593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E51593; }

 p { color: rgb(229,21,147); }

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

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

 a { background-color: rgb(229,21,147); }

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

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

 span { border-color: rgb(229,21,147); }

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