Shades of Deep Pink #E51792
Tints of Deep Pink #E51792
RGB
CMYK
RGB Variations
Color information
#E51792 (or 0xE51792) is known color: Deep Pink. HEX triplet: E5, 17 and 92. RGB value is (229,23,146). Sum of RGB (Red+Green+Blue) = 229+23+146=398 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.54% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 146 (57.42% from 255 or 36.68% from 398); Max value from RGB is 229 - color contains mainly: red. Hex color #E51792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51792 is #1AE86D. Grayscale: #626262. Windows color (decimal): -1763438 or 9574373. OLE color: 9574373.
HSL color Cylindrical-coordinate representation of color #E51792: hue angle of 324.17º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E51792 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 23 | 146 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.10 |
| HSL | 324.17º | 0.82% | 0.49% | - |
| HSV(B) | 324.17º | 0.9% | 0.9% | - |
| XYZ | 37.81 | 19.35 | 28.94 | - |
| YUV | 98.62 | 154.75 | 221 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 23 | 146 | 0 | 0.90 | 0.36 | 0.10 | 324.17 | 0.82 | 0.49 |
| Hex | E5 | 17 | 92 | 0 | 5A | 24 | A | 144 | 52 | 31 |
| Octal | 345 | 27 | 222 | 0 | 132 | 44 | 12 | 504 | 122 | 61 |
| Binary | 11100101 | 10111 | 10010010 | 0 | 1011010 | 100100 | 1010 | 101000100 | 1010010 | 110001 |
Color Harmonies of #E51792
Complementary color
Monochromatic Colors of #E51792
Black with #E51792
Text Example
Text Example
White with #E51792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51792; }
p { color: rgb(229,23,146); }
H1.HeaderClassName
{
color: #E51792;
}
.AnyTagClassName
{
color: #E51792;
}
</style>
background-color css
<style>
a { background-color: #E51792; }
a { background-color: rgb(229,23,146); }
div.DivClassName
{
background-color: #E51792;
}
.BgClassName
{
background-color: #E51792;
}
</style>
border-color css
<style>
span { border-color: #E51792; }
span { border-color: rgb(229,23,146); }
td.TdClassName
{
border-color: #E51792;
}
.TagClassName
{
border-color: #E51792;
}
</style>