#E81991

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

Shades of Deep Pink #E81991

Tints of Deep Pink #E81991

Color information

#E81991 (or 0xE81991) is unknown color: approx Deep Pink. HEX triplet: E8, 19 and 91. RGB value is (232,25,145). Sum of RGB (Red+Green+Blue) = 232+25+145=402 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.71% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 232 - color contains mainly: red. Hex color #E81991 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81991 is #17E66E. Grayscale: #646464. Windows color (decimal): -1566319 or 9509352. OLE color: 9509352.

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

Color convert

RGB23225145-
CMYK00.890.380.09
HSL325.22º81.82%50.39%-
HSV(B)325.22º89.22%90.98%-
XYZ38.7419.928.59-
YUV100.57153.08221.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 57.71%
GREEN value IS 25 (10.16% from 255) = 6.22%
BLUE value IS 145 (57.03% from 255) = 36.07%
R=57.71%
G=6.22%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322514500.890.380.09325.2281.8250.39
HexE819910592691455232
Octal350312210131461150512262
Binary1110100011001100100010101100110011010011010001011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81991; }

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

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

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

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

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

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

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

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