#E31490

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

Shades of Deep Pink #E31490

Tints of Deep Pink #E31490

Color information

#E31490 (or 0xE31490) is unknown color: approx Deep Pink. HEX triplet: E3, 14 and 90. RGB value is (227,20,144). Sum of RGB (Red+Green+Blue) = 227+20+144=391 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.06% from 391); Green value is 20 (8.20% from 255 or 5.12% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 227 - color contains mainly: red. Hex color #E31490 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31490 is #1CEB6F. Grayscale: #5F5F5F. Windows color (decimal): -1895280 or 9442531. OLE color: 9442531.

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

Color convert

RGB22720144-
CMYK00.910.370.11
HSL324.06º83.81%48.43%-
HSV(B)324.06º91.19%89.02%-
XYZ36.9618.8428.07-
YUV96.03155.08221.42-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 58.06%
GREEN value IS 20 (8.20% from 255) = 5.12%
BLUE value IS 144 (56.64% from 255) = 36.83%
R=58.06%
G=5.12%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2272014400.910.370.11324.0683.8148.43
HexE3149005B25B1445430
Octal343242200133451350412460
Binary1110001110100100100000101101110010110111010001001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31490; }

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

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

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

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

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

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

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

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