#E81990

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

Shades of Deep Pink #E81990

Tints of Deep Pink #E81990

Color information

#E81990 (or 0xE81990) is unknown color: approx Deep Pink. HEX triplet: E8, 19 and 90. RGB value is (232,25,144). Sum of RGB (Red+Green+Blue) = 232+25+144=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 25 (10.16% from 255 or 6.23% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E81990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81990 is #17E66F. Grayscale: #646464. Windows color (decimal): -1566320 or 9443816. OLE color: 9443816.

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

Color convert

RGB23225144-
CMYK00.890.380.09
HSL325.51º81.82%50.39%-
HSV(B)325.51º89.22%90.98%-
XYZ38.6619.8628.18-
YUV100.46152.58221.82-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 57.86%
GREEN value IS 25 (10.16% from 255) = 6.23%
BLUE value IS 144 (56.64% from 255) = 35.91%
R=57.86%
G=6.23%
B=35.91%

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
Decimal2322514400.890.380.09325.5181.8250.39
HexE819900592691465232
Octal350312200131461150612262
Binary1110100011001100100000101100110011010011010001101010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E81990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E81990; }

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

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

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

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

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

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

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

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