Shades of Deep Pink #E51292
Tints of Deep Pink #E51292
RGB
CMYK
RGB Variations
Color information
#E51292 (or 0xE51292) is known color: Deep Pink. HEX triplet: E5, 12 and 92. RGB value is (229,18,146). Sum of RGB (Red+Green+Blue) = 229+18+146=393 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.27% from 393); Green value is 18 (7.42% from 255 or 4.58% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 229 - color contains mainly: red. Hex color #E51292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51292 is #1AED6D. Grayscale: #5F5F5F. Windows color (decimal): -1764718 or 9573093. OLE color: 9573093.
HSL color Cylindrical-coordinate representation of color #E51292: hue angle of 323.6º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E51292 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 18 | 146 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.10 |
| HSL | 323.6º | 0.85% | 0.48% | - |
| HSV(B) | 323.6º | 0.92% | 0.9% | - |
| XYZ | 37.72 | 19.17 | 28.91 | - |
| YUV | 95.68 | 156.4 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 18 | 146 | 0 | 0.92 | 0.36 | 0.10 | 323.6 | 0.85 | 0.48 |
| Hex | E5 | 12 | 92 | 0 | 5C | 24 | A | 144 | 55 | 30 |
| Octal | 345 | 22 | 222 | 0 | 134 | 44 | 12 | 504 | 125 | 60 |
| Binary | 11100101 | 10010 | 10010010 | 0 | 1011100 | 100100 | 1010 | 101000100 | 1010101 | 110000 |
Color Harmonies of #E51292
Complementary color
Monochromatic Colors of #E51292
Black with #E51292
Text Example
Text Example
White with #E51292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51292; }
p { color: rgb(229,18,146); }
H1.HeaderClassName
{
color: #E51292;
}
.AnyTagClassName
{
color: #E51292;
}
</style>
background-color css
<style>
a { background-color: #E51292; }
a { background-color: rgb(229,18,146); }
div.DivClassName
{
background-color: #E51292;
}
.BgClassName
{
background-color: #E51292;
}
</style>
border-color css
<style>
span { border-color: #E51292; }
span { border-color: rgb(229,18,146); }
td.TdClassName
{
border-color: #E51292;
}
.TagClassName
{
border-color: #E51292;
}
</style>