Shades of Deep Pink #E60D86
Tints of Deep Pink #E60D86
RGB
CMYK
RGB Variations
Color information
#E60D86 (or 0xE60D86) is known color: Deep Pink. HEX triplet: E6, 0D and 86. RGB value is (230,13,134). Sum of RGB (Red+Green+Blue) = 230+13+134=377 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.01% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60D86 is #19F279. Grayscale: #5B5B5B. Windows color (decimal): -1700474 or 8785382. OLE color: 8785382.
HSL color Cylindrical-coordinate representation of color #E60D86: hue angle of 326.54º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60D86 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 134 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.10 |
| HSL | 326.54º | 0.89% | 0.48% | - |
| HSV(B) | 326.54º | 0.94% | 0.9% | - |
| XYZ | 37.08 | 18.83 | 24.23 | - |
| YUV | 91.68 | 151.89 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 134 | 0 | 0.94 | 0.42 | 0.10 | 326.54 | 0.89 | 0.48 |
| Hex | E6 | D | 86 | 0 | 5E | 2A | A | 147 | 59 | 30 |
| Octal | 346 | 15 | 206 | 0 | 136 | 52 | 12 | 507 | 131 | 60 |
| Binary | 11100110 | 1101 | 10000110 | 0 | 1011110 | 101010 | 1010 | 101000111 | 1011001 | 110000 |
Color Harmonies of #E60D86
Complementary color
Monochromatic Colors of #E60D86
Black with #E60D86
Text Example
Text Example
White with #E60D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D86; }
p { color: rgb(230,13,134); }
H1.HeaderClassName
{
color: #E60D86;
}
.AnyTagClassName
{
color: #E60D86;
}
</style>
background-color css
<style>
a { background-color: #E60D86; }
a { background-color: rgb(230,13,134); }
div.DivClassName
{
background-color: #E60D86;
}
.BgClassName
{
background-color: #E60D86;
}
</style>
border-color css
<style>
span { border-color: #E60D86; }
span { border-color: rgb(230,13,134); }
td.TdClassName
{
border-color: #E60D86;
}
.TagClassName
{
border-color: #E60D86;
}
</style>