Shades of Deep Pink #E51696
Tints of Deep Pink #E51696
RGB
CMYK
RGB Variations
Color information
#E51696 (or 0xE51696) is known color: Deep Pink. HEX triplet: E5, 16 and 96. RGB value is (229,22,150). Sum of RGB (Red+Green+Blue) = 229+22+150=401 (53% of max value = 765). Red value is 229 (89.84% from 255 or 57.11% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 229 - color contains mainly: red. Hex color #E51696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51696 is #1AE969. Grayscale: #626262. Windows color (decimal): -1763690 or 9836261. OLE color: 9836261.
HSL color Cylindrical-coordinate representation of color #E51696: hue angle of 322.9º 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 #E51696 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 150 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.10 |
| HSL | 322.9º | 0.82% | 0.49% | - |
| HSV(B) | 322.9º | 0.9% | 0.9% | - |
| XYZ | 38.11 | 19.43 | 30.6 | - |
| YUV | 98.49 | 157.08 | 221.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 150 | 0 | 0.90 | 0.34 | 0.10 | 322.9 | 0.82 | 0.49 |
| Hex | E5 | 16 | 96 | 0 | 5A | 22 | A | 143 | 52 | 31 |
| Octal | 345 | 26 | 226 | 0 | 132 | 42 | 12 | 503 | 122 | 61 |
| Binary | 11100101 | 10110 | 10010110 | 0 | 1011010 | 100010 | 1010 | 101000011 | 1010010 | 110001 |
Color Harmonies of #E51696
Complementary color
Monochromatic Colors of #E51696
Black with #E51696
Text Example
Text Example
White with #E51696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51696; }
p { color: rgb(229,22,150); }
H1.HeaderClassName
{
color: #E51696;
}
.AnyTagClassName
{
color: #E51696;
}
</style>
background-color css
<style>
a { background-color: #E51696; }
a { background-color: rgb(229,22,150); }
div.DivClassName
{
background-color: #E51696;
}
.BgClassName
{
background-color: #E51696;
}
</style>
border-color css
<style>
span { border-color: #E51696; }
span { border-color: rgb(229,22,150); }
td.TdClassName
{
border-color: #E51696;
}
.TagClassName
{
border-color: #E51696;
}
</style>