Shades of Deep Pink #E60D85
Tints of Deep Pink #E60D85
RGB
CMYK
RGB Variations
Color information
#E60D85 (or 0xE60D85) is known color: Deep Pink. HEX triplet: E6, 0D and 85. RGB value is (230,13,133). Sum of RGB (Red+Green+Blue) = 230+13+133=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D85 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60D85 is #19F27A. Grayscale: #5B5B5B. Windows color (decimal): -1700475 or 8719846. OLE color: 8719846.
HSL color Cylindrical-coordinate representation of color #E60D85: hue angle of 326.82º 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 #E60D85 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 133 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.10 |
| HSL | 326.82º | 0.89% | 0.48% | - |
| HSV(B) | 326.82º | 0.94% | 0.9% | - |
| XYZ | 37.01 | 18.8 | 23.87 | - |
| YUV | 91.56 | 151.39 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 133 | 0 | 0.94 | 0.42 | 0.10 | 326.82 | 0.89 | 0.48 |
| Hex | E6 | D | 85 | 0 | 5E | 2A | A | 147 | 59 | 30 |
| Octal | 346 | 15 | 205 | 0 | 136 | 52 | 12 | 507 | 131 | 60 |
| Binary | 11100110 | 1101 | 10000101 | 0 | 1011110 | 101010 | 1010 | 101000111 | 1011001 | 110000 |
Color Harmonies of #E60D85
Complementary color
Monochromatic Colors of #E60D85
Black with #E60D85
Text Example
Text Example
White with #E60D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D85; }
p { color: rgb(230,13,133); }
H1.HeaderClassName
{
color: #E60D85;
}
.AnyTagClassName
{
color: #E60D85;
}
</style>
background-color css
<style>
a { background-color: #E60D85; }
a { background-color: rgb(230,13,133); }
div.DivClassName
{
background-color: #E60D85;
}
.BgClassName
{
background-color: #E60D85;
}
</style>
border-color css
<style>
span { border-color: #E60D85; }
span { border-color: rgb(230,13,133); }
td.TdClassName
{
border-color: #E60D85;
}
.TagClassName
{
border-color: #E60D85;
}
</style>