#E81595

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

Shades of Deep Pink #E81595

Tints of Deep Pink #E81595

Color information

#E81595 (or 0xE81595) is unknown color: approx Deep Pink. HEX triplet: E8, 15 and 95. RGB value is (232,21,149). Sum of RGB (Red+Green+Blue) = 232+21+149=402 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.71% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 232 - color contains mainly: red. Hex color #E81595 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81595 is #17EA6A. Grayscale: #626262. Windows color (decimal): -1567339 or 9770472. OLE color: 9770472.

HSL color Cylindrical-coordinate representation of color #E81595: hue angle of 323.6º 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 #E81595 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB23221149-
CMYK00.910.360.09
HSL323.6º83.4%49.61%-
HSV(B)323.6º90.95%90.98%-
XYZ38.9719.8630.21-
YUV98.68156.4223.09-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 57.71%
GREEN value IS 21 (8.59% from 255) = 5.22%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=57.71%
G=5.22%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322114900.910.360.09323.683.449.61
HexE8159505B2491445332
Octal350252250133441150412362
Binary1110100010101100101010101101110010010011010001001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81595; }

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

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

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

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

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

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

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

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