Shades of Deep Pink #E61696
Tints of Deep Pink #E61696
RGB
CMYK
RGB Variations
Color information
#E61696 (or 0xE61696) is known color: Deep Pink. HEX triplet: E6, 16 and 96. RGB value is (230,22,150). Sum of RGB (Red+Green+Blue) = 230+22+150=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E61696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61696 is #19E969. Grayscale: #626262. Windows color (decimal): -1698154 or 9836262. OLE color: 9836262.
HSL color Cylindrical-coordinate representation of color #E61696: hue angle of 323.08º degrees, saturation: 0.83, 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 #E61696 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 150 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.10 |
| HSL | 323.08º | 0.83% | 0.49% | - |
| HSV(B) | 323.08º | 0.9% | 0.9% | - |
| XYZ | 38.43 | 19.6 | 30.61 | - |
| YUV | 98.78 | 156.91 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 150 | 0 | 0.90 | 0.35 | 0.10 | 323.08 | 0.83 | 0.49 |
| Hex | E6 | 16 | 96 | 0 | 5A | 23 | A | 143 | 53 | 31 |
| Octal | 346 | 26 | 226 | 0 | 132 | 43 | 12 | 503 | 123 | 61 |
| Binary | 11100110 | 10110 | 10010110 | 0 | 1011010 | 100011 | 1010 | 101000011 | 1010011 | 110001 |
Color Harmonies of #E61696
Complementary color
Monochromatic Colors of #E61696
Black with #E61696
Text Example
Text Example
White with #E61696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61696; }
p { color: rgb(230,22,150); }
H1.HeaderClassName
{
color: #E61696;
}
.AnyTagClassName
{
color: #E61696;
}
</style>
background-color css
<style>
a { background-color: #E61696; }
a { background-color: rgb(230,22,150); }
div.DivClassName
{
background-color: #E61696;
}
.BgClassName
{
background-color: #E61696;
}
</style>
border-color css
<style>
span { border-color: #E61696; }
span { border-color: rgb(230,22,150); }
td.TdClassName
{
border-color: #E61696;
}
.TagClassName
{
border-color: #E61696;
}
</style>