#E81592

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

Shades of Deep Pink #E81592

Tints of Deep Pink #E81592

Color information

#E81592 (or 0xE81592) is unknown color: approx Deep Pink. HEX triplet: E8, 15 and 92. RGB value is (232,21,146). Sum of RGB (Red+Green+Blue) = 232+21+146=399 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.15% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 232 - color contains mainly: red. Hex color #E81592 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81592 is #17EA6D. Grayscale: #626262. Windows color (decimal): -1567342 or 9573864. OLE color: 9573864.

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

Color convert

RGB23221146-
CMYK00.910.370.09
HSL324.45º83.4%49.61%-
HSV(B)324.45º90.95%90.98%-
XYZ38.7419.7728.97-
YUV98.34154.9223.34-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 58.15%
GREEN value IS 21 (8.59% from 255) = 5.26%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=58.15%
G=5.26%
B=36.59%

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
Decimal2322114600.910.370.09324.4583.449.61
HexE8159205B2591445332
Octal350252220133451150412362
Binary1110100010101100100100101101110010110011010001001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81592; }

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

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

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

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

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

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

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

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