Shades of Deep Pink #E51C9A
Tints of Deep Pink #E51C9A
RGB
CMYK
RGB Variations
Color information
#E51C9A (or 0xE51C9A) is known color: Deep Pink. HEX triplet: E5, 1C and 9A. RGB value is (229,28,154). Sum of RGB (Red+Green+Blue) = 229+28+154=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E51C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E51C9A is #1AE365. Grayscale: #666666. Windows color (decimal): -1762150 or 10099941. OLE color: 10099941.
HSL color Cylindrical-coordinate representation of color #E51C9A: hue angle of 322.39º 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 #E51C9A is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 28 | 154 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.10 |
| HSL | 322.39º | 0.79% | 0.5% | - |
| HSV(B) | 322.39º | 0.88% | 0.9% | - |
| XYZ | 38.56 | 19.82 | 32.37 | - |
| YUV | 102.46 | 157.09 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 28 | 154 | 0 | 0.88 | 0.33 | 0.10 | 322.39 | 0.79 | 0.5 |
| Hex | E5 | 1C | 9A | 0 | 58 | 21 | A | 142 | 4F | 32 |
| Octal | 345 | 34 | 232 | 0 | 130 | 41 | 12 | 502 | 117 | 62 |
| Binary | 11100101 | 11100 | 10011010 | 0 | 1011000 | 100001 | 1010 | 101000010 | 1001111 | 110010 |
Color Harmonies of #E51C9A
Complementary color
Monochromatic Colors of #E51C9A
Black with #E51C9A
Text Example
Text Example
White with #E51C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51C9A; }
p { color: rgb(229,28,154); }
H1.HeaderClassName
{
color: #E51C9A;
}
.AnyTagClassName
{
color: #E51C9A;
}
</style>
background-color css
<style>
a { background-color: #E51C9A; }
a { background-color: rgb(229,28,154); }
div.DivClassName
{
background-color: #E51C9A;
}
.BgClassName
{
background-color: #E51C9A;
}
</style>
border-color css
<style>
span { border-color: #E51C9A; }
span { border-color: rgb(229,28,154); }
td.TdClassName
{
border-color: #E51C9A;
}
.TagClassName
{
border-color: #E51C9A;
}
</style>