Shades of Deep Pink #E51C95
Tints of Deep Pink #E51C95
RGB
CMYK
RGB Variations
Color information
#E51C95 (or 0xE51C95) is known color: Deep Pink. HEX triplet: E5, 1C and 95. RGB value is (229,28,149). Sum of RGB (Red+Green+Blue) = 229+28+149=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 28 (11.33% from 255 or 6.90% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51C95 is #1AE36A. Grayscale: #656565. Windows color (decimal): -1762155 or 9772261. OLE color: 9772261.
HSL color Cylindrical-coordinate representation of color #E51C95: hue angle of 323.88º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E51C95 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 149 | - |
| CMYK | 0 | 0.88 | 0.35 | 0.10 |
| HSL | 323.88º | 0.79% | 0.5% | - |
| HSV(B) | 323.88º | 0.88% | 0.9% | - |
| XYZ | 38.15 | 19.66 | 30.22 | - |
| YUV | 101.89 | 154.59 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 149 | 0 | 0.88 | 0.35 | 0.10 | 323.88 | 0.79 | 0.5 |
| Hex | E5 | 1C | 95 | 0 | 58 | 23 | A | 144 | 4F | 32 |
| Octal | 345 | 34 | 225 | 0 | 130 | 43 | 12 | 504 | 117 | 62 |
| Binary | 11100101 | 11100 | 10010101 | 0 | 1011000 | 100011 | 1010 | 101000100 | 1001111 | 110010 |
Color Harmonies of #E51C95
Complementary color
Monochromatic Colors of #E51C95
Black with #E51C95
Text Example
Text Example
White with #E51C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C95; }
p { color: rgb(229,28,149); }
H1.HeaderClassName
{
color: #E51C95;
}
.AnyTagClassName
{
color: #E51C95;
}
</style>
background-color css
<style>
a { background-color: #E51C95; }
a { background-color: rgb(229,28,149); }
div.DivClassName
{
background-color: #E51C95;
}
.BgClassName
{
background-color: #E51C95;
}
</style>
border-color css
<style>
span { border-color: #E51C95; }
span { border-color: rgb(229,28,149); }
td.TdClassName
{
border-color: #E51C95;
}
.TagClassName
{
border-color: #E51C95;
}
</style>