#E81992

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

Shades of Deep Pink #E81992

Tints of Deep Pink #E81992

Color information

#E81992 (or 0xE81992) is unknown color: approx Deep Pink. HEX triplet: E8, 19 and 92. RGB value is (232,25,146). Sum of RGB (Red+Green+Blue) = 232+25+146=403 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.57% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 232 - color contains mainly: red. Hex color #E81992 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81992 is #17E66D. Grayscale: #646464. Windows color (decimal): -1566318 or 9574888. OLE color: 9574888.

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

Color convert

RGB23225146-
CMYK00.890.370.09
HSL324.93º81.82%50.39%-
HSV(B)324.93º89.22%90.98%-
XYZ38.8119.9328.99-
YUV100.69153.58221.66-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 57.57%
GREEN value IS 25 (10.16% from 255) = 6.20%
BLUE value IS 146 (57.42% from 255) = 36.23%
R=57.57%
G=6.20%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322514600.890.370.09324.9381.8250.39
HexE819920592591455232
Octal350312220131451150512262
Binary1110100011001100100100101100110010110011010001011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81992; }

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

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

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

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

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

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

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

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