Shades of Deep Pink #E31990
Tints of Deep Pink #E31990
RGB
CMYK
RGB Variations
Color information
#E31990 (or 0xE31990) is known color: 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
| RGB | 227 | 25 | 144 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.11 |
| HSL | 324.65º | 0.8% | 0.49% | - |
| HSV(B) | 324.65º | 0.89% | 0.89% | - |
| XYZ | 37.06 | 19.04 | 28.11 | - |
| YUV | 98.96 | 153.42 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 25 | 144 | 0 | 0.89 | 0.37 | 0.11 | 324.65 | 0.8 | 0.49 |
| Hex | E3 | 19 | 90 | 0 | 59 | 25 | B | 145 | 50 | 31 |
| Octal | 343 | 31 | 220 | 0 | 131 | 45 | 13 | 505 | 120 | 61 |
| Binary | 11100011 | 11001 | 10010000 | 0 | 1011001 | 100101 | 1011 | 101000101 | 1010000 | 110001 |
Color Harmonies of #E31990
Complementary color
Monochromatic Colors of #E31990
Black with #E31990
Text Example
Text Example
White with #E31990
Text Example
Text Example
HTML Codes & Css Web 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>