Shades of Deep Pink #E61686
Tints of Deep Pink #E61686
RGB
CMYK
RGB Variations
Color information
#E61686 (or 0xE61686) is known color: Deep Pink. HEX triplet: E6, 16 and 86. RGB value is (230,22,134). Sum of RGB (Red+Green+Blue) = 230+22+134=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E61686 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61686 is #19E979. Grayscale: #606060. Windows color (decimal): -1698170 or 8787686. OLE color: 8787686.
HSL color Cylindrical-coordinate representation of color #E61686: hue angle of 327.69º 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 #E61686 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 134 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.10 |
| HSL | 327.69º | 0.83% | 0.49% | - |
| HSV(B) | 327.69º | 0.9% | 0.9% | - |
| XYZ | 37.22 | 19.12 | 24.28 | - |
| YUV | 96.96 | 148.91 | 222.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 134 | 0 | 0.90 | 0.42 | 0.10 | 327.69 | 0.83 | 0.49 |
| Hex | E6 | 16 | 86 | 0 | 5A | 2A | A | 148 | 53 | 31 |
| Octal | 346 | 26 | 206 | 0 | 132 | 52 | 12 | 510 | 123 | 61 |
| Binary | 11100110 | 10110 | 10000110 | 0 | 1011010 | 101010 | 1010 | 101001000 | 1010011 | 110001 |
Color Harmonies of #E61686
Complementary color
Monochromatic Colors of #E61686
Black with #E61686
Text Example
Text Example
White with #E61686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61686; }
p { color: rgb(230,22,134); }
H1.HeaderClassName
{
color: #E61686;
}
.AnyTagClassName
{
color: #E61686;
}
</style>
background-color css
<style>
a { background-color: #E61686; }
a { background-color: rgb(230,22,134); }
div.DivClassName
{
background-color: #E61686;
}
.BgClassName
{
background-color: #E61686;
}
</style>
border-color css
<style>
span { border-color: #E61686; }
span { border-color: rgb(230,22,134); }
td.TdClassName
{
border-color: #E61686;
}
.TagClassName
{
border-color: #E61686;
}
</style>