Shades of Deep Pink #E51C92
Tints of Deep Pink #E51C92
RGB
CMYK
RGB Variations
Color information
#E51C92 (or 0xE51C92) is known color: Deep Pink. HEX triplet: E5, 1C and 92. RGB value is (229,28,146). Sum of RGB (Red+Green+Blue) = 229+28+146=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51C92 is #1AE36D. Grayscale: #656565. Windows color (decimal): -1762158 or 9575653. OLE color: 9575653.
HSL color Cylindrical-coordinate representation of color #E51C92: hue angle of 324.78º 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 #E51C92 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 146 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.10 |
| HSL | 324.78º | 0.79% | 0.5% | - |
| HSV(B) | 324.78º | 0.88% | 0.9% | - |
| XYZ | 37.92 | 19.56 | 28.97 | - |
| YUV | 101.55 | 153.09 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 146 | 0 | 0.88 | 0.36 | 0.10 | 324.78 | 0.79 | 0.5 |
| Hex | E5 | 1C | 92 | 0 | 58 | 24 | A | 145 | 4F | 32 |
| Octal | 345 | 34 | 222 | 0 | 130 | 44 | 12 | 505 | 117 | 62 |
| Binary | 11100101 | 11100 | 10010010 | 0 | 1011000 | 100100 | 1010 | 101000101 | 1001111 | 110010 |
Color Harmonies of #E51C92
Complementary color
Monochromatic Colors of #E51C92
Black with #E51C92
Text Example
Text Example
White with #E51C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C92; }
p { color: rgb(229,28,146); }
H1.HeaderClassName
{
color: #E51C92;
}
.AnyTagClassName
{
color: #E51C92;
}
</style>
background-color css
<style>
a { background-color: #E51C92; }
a { background-color: rgb(229,28,146); }
div.DivClassName
{
background-color: #E51C92;
}
.BgClassName
{
background-color: #E51C92;
}
</style>
border-color css
<style>
span { border-color: #E51C92; }
span { border-color: rgb(229,28,146); }
td.TdClassName
{
border-color: #E51C92;
}
.TagClassName
{
border-color: #E51C92;
}
</style>