#E81593

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

Shades of Deep Pink #E81593

Tints of Deep Pink #E81593

Color information

#E81593 (or 0xE81593) is unknown color: approx Deep Pink. HEX triplet: E8, 15 and 93. RGB value is (232,21,147). Sum of RGB (Red+Green+Blue) = 232+21+147=400 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 232 - color contains mainly: red. Hex color #E81593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81593 is #17EA6C. Grayscale: #626262. Windows color (decimal): -1567341 or 9639400. OLE color: 9639400.

HSL color Cylindrical-coordinate representation of color #E81593: hue angle of 324.17º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81593 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.09.

Color convert

RGB23221147-
CMYK00.910.370.09
HSL324.17º83.4%49.61%-
HSV(B)324.17º90.95%90.98%-
XYZ38.8119.829.38-
YUV98.45155.4223.25-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 58%
GREEN value IS 21 (8.59% from 255) = 5.25%
BLUE value IS 147 (57.81% from 255) = 36.75%
R=58%
G=5.25%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322114700.910.370.09324.1783.449.61
HexE8159305B2591445332
Octal350252230133451150412362
Binary1110100010101100100110101101110010110011010001001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81593; }

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

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

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

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

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

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

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

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