Shades of Deep Pink #E31492
Tints of Deep Pink #E31492
RGB
CMYK
RGB Variations
Color information
#E31492 (or 0xE31492) is known color: Deep Pink. HEX triplet: E3, 14 and 92. RGB value is (227,20,146). Sum of RGB (Red+Green+Blue) = 227+20+146=393 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.76% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 227 - color contains mainly: red. Hex color #E31492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E31492 is #1CEB6D. Grayscale: #5F5F5F. Windows color (decimal): -1895278 or 9573603. OLE color: 9573603.
HSL color Cylindrical-coordinate representation of color #E31492: hue angle of 323.48º 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 #E31492 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 20 | 146 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.11 |
| HSL | 323.48º | 0.84% | 0.48% | - |
| HSV(B) | 323.48º | 0.91% | 0.89% | - |
| XYZ | 37.12 | 18.91 | 28.89 | - |
| YUV | 96.26 | 156.08 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 20 | 146 | 0 | 0.91 | 0.36 | 0.11 | 323.48 | 0.84 | 0.48 |
| Hex | E3 | 14 | 92 | 0 | 5B | 24 | B | 143 | 54 | 30 |
| Octal | 343 | 24 | 222 | 0 | 133 | 44 | 13 | 503 | 124 | 60 |
| Binary | 11100011 | 10100 | 10010010 | 0 | 1011011 | 100100 | 1011 | 101000011 | 1010100 | 110000 |
Color Harmonies of #E31492
Complementary color
Monochromatic Colors of #E31492
Black with #E31492
Text Example
Text Example
White with #E31492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31492; }
p { color: rgb(227,20,146); }
H1.HeaderClassName
{
color: #E31492;
}
.AnyTagClassName
{
color: #E31492;
}
</style>
background-color css
<style>
a { background-color: #E31492; }
a { background-color: rgb(227,20,146); }
div.DivClassName
{
background-color: #E31492;
}
.BgClassName
{
background-color: #E31492;
}
</style>
border-color css
<style>
span { border-color: #E31492; }
span { border-color: rgb(227,20,146); }
td.TdClassName
{
border-color: #E31492;
}
.TagClassName
{
border-color: #E31492;
}
</style>