Shades of Deep Pink #E61796
Tints of Deep Pink #E61796
RGB
CMYK
RGB Variations
Color information
#E61796 (or 0xE61796) is known color: Deep Pink. HEX triplet: E6, 17 and 96. RGB value is (230,23,150). Sum of RGB (Red+Green+Blue) = 230+23+150=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 23 (9.38% from 255 or 5.71% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E61796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61796 is #19E869. Grayscale: #636363. Windows color (decimal): -1697898 or 9836518. OLE color: 9836518.
HSL color Cylindrical-coordinate representation of color #E61796: hue angle of 323.19º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61796 is Cyan = 0, Magento = 0.9, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 150 | - |
| CMYK | 0 | 0.9 | 0.35 | 0.10 |
| HSL | 323.19º | 0.82% | 0.5% | - |
| HSV(B) | 323.19º | 0.9% | 0.9% | - |
| XYZ | 38.44 | 19.64 | 30.62 | - |
| YUV | 99.37 | 156.58 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 150 | 0 | 0.9 | 0.35 | 0.10 | 323.19 | 0.82 | 0.5 |
| Hex | E6 | 17 | 96 | 0 | 5A | 23 | A | 143 | 52 | 32 |
| Octal | 346 | 27 | 226 | 0 | 132 | 43 | 12 | 503 | 122 | 62 |
| Binary | 11100110 | 10111 | 10010110 | 0 | 1011010 | 100011 | 1010 | 101000011 | 1010010 | 110010 |
Color Harmonies of #E61796
Complementary color
Monochromatic Colors of #E61796
Black with #E61796
Text Example
Text Example
White with #E61796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61796; }
p { color: rgb(230,23,150); }
H1.HeaderClassName
{
color: #E61796;
}
.AnyTagClassName
{
color: #E61796;
}
</style>
background-color css
<style>
a { background-color: #E61796; }
a { background-color: rgb(230,23,150); }
div.DivClassName
{
background-color: #E61796;
}
.BgClassName
{
background-color: #E61796;
}
</style>
border-color css
<style>
span { border-color: #E61796; }
span { border-color: rgb(230,23,150); }
td.TdClassName
{
border-color: #E61796;
}
.TagClassName
{
border-color: #E61796;
}
</style>