#E31990

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

Shades of Deep Pink #E31990

Tints of Deep Pink #E31990

Color information

#E31990 (or 0xE31990) is unknown color: approx Deep Pink. HEX triplet: E3, 19 and 90. RGB value is (227,25,144). Sum of RGB (Red+Green+Blue) = 227+25+144=396 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.32% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 227 - color contains mainly: red. Hex color #E31990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31990 is #1CE66F. Grayscale: #626262. Windows color (decimal): -1894000 or 9443811. OLE color: 9443811.

HSL color Cylindrical-coordinate representation of color #E31990: hue angle of 324.65º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31990 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB22725144-
CMYK00.890.370.11
HSL324.65º80.16%49.41%-
HSV(B)324.65º88.99%89.02%-
XYZ37.0619.0428.11-
YUV98.96153.42219.32-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 57.32%
GREEN value IS 25 (10.16% from 255) = 6.31%
BLUE value IS 144 (56.64% from 255) = 36.36%
R=57.32%
G=6.31%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272514400.890.370.11324.6580.1649.41
HexE3199005925B1455031
Octal343312200131451350512061
Binary1110001111001100100000101100110010110111010001011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31990; }

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

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

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

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

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

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

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

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