Shades of Deep Pink #E51695
Tints of Deep Pink #E51695
RGB
CMYK
RGB Variations
Color information
#E51695 (or 0xE51695) is known color: Deep Pink. HEX triplet: E5, 16 and 95. RGB value is (229,22,149). Sum of RGB (Red+Green+Blue) = 229+22+149=400 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.25% from 400); Green value is 22 (8.98% from 255 or 5.5% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 229 - color contains mainly: red. Hex color #E51695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E51695 is #1AE96A. Grayscale: #626262. Windows color (decimal): -1763691 or 9770725. OLE color: 9770725.
HSL color Cylindrical-coordinate representation of color #E51695: hue angle of 323.19º 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 #E51695 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 22 | 149 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.10 |
| HSL | 323.19º | 0.82% | 0.49% | - |
| HSV(B) | 323.19º | 0.9% | 0.9% | - |
| XYZ | 38.02 | 19.4 | 30.17 | - |
| YUV | 98.37 | 156.58 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 22 | 149 | 0 | 0.90 | 0.35 | 0.10 | 323.19 | 0.82 | 0.49 |
| Hex | E5 | 16 | 95 | 0 | 5A | 23 | A | 143 | 52 | 31 |
| Octal | 345 | 26 | 225 | 0 | 132 | 43 | 12 | 503 | 122 | 61 |
| Binary | 11100101 | 10110 | 10010101 | 0 | 1011010 | 100011 | 1010 | 101000011 | 1010010 | 110001 |
Color Harmonies of #E51695
Complementary color
Monochromatic Colors of #E51695
Black with #E51695
Text Example
Text Example
White with #E51695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E51695; }
p { color: rgb(229,22,149); }
H1.HeaderClassName
{
color: #E51695;
}
.AnyTagClassName
{
color: #E51695;
}
</style>
background-color css
<style>
a { background-color: #E51695; }
a { background-color: rgb(229,22,149); }
div.DivClassName
{
background-color: #E51695;
}
.BgClassName
{
background-color: #E51695;
}
</style>
border-color css
<style>
span { border-color: #E51695; }
span { border-color: rgb(229,22,149); }
td.TdClassName
{
border-color: #E51695;
}
.TagClassName
{
border-color: #E51695;
}
</style>