Shades of Deep Pink #E60D89
Tints of Deep Pink #E60D89
RGB
CMYK
RGB Variations
Color information
#E60D89 (or 0xE60D89) is known color: Deep Pink. HEX triplet: E6, 0D and 89. RGB value is (230,13,137). Sum of RGB (Red+Green+Blue) = 230+13+137=380 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.53% from 380); Green value is 13 (5.47% from 255 or 3.42% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60D89 is #19F276. Grayscale: #5B5B5B. Windows color (decimal): -1700471 or 8981990. OLE color: 8981990.
HSL color Cylindrical-coordinate representation of color #E60D89: hue angle of 325.71º 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 #E60D89 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 137 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.10 |
| HSL | 325.71º | 0.89% | 0.48% | - |
| HSV(B) | 325.71º | 0.94% | 0.9% | - |
| XYZ | 37.29 | 18.92 | 25.35 | - |
| YUV | 92.02 | 153.39 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 137 | 0 | 0.94 | 0.40 | 0.10 | 325.71 | 0.89 | 0.48 |
| Hex | E6 | D | 89 | 0 | 5E | 28 | A | 146 | 59 | 30 |
| Octal | 346 | 15 | 211 | 0 | 136 | 50 | 12 | 506 | 131 | 60 |
| Binary | 11100110 | 1101 | 10001001 | 0 | 1011110 | 101000 | 1010 | 101000110 | 1011001 | 110000 |
Color Harmonies of #E60D89
Complementary color
Monochromatic Colors of #E60D89
Black with #E60D89
Text Example
Text Example
White with #E60D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D89; }
p { color: rgb(230,13,137); }
H1.HeaderClassName
{
color: #E60D89;
}
.AnyTagClassName
{
color: #E60D89;
}
</style>
background-color css
<style>
a { background-color: #E60D89; }
a { background-color: rgb(230,13,137); }
div.DivClassName
{
background-color: #E60D89;
}
.BgClassName
{
background-color: #E60D89;
}
</style>
border-color css
<style>
span { border-color: #E60D89; }
span { border-color: rgb(230,13,137); }
td.TdClassName
{
border-color: #E60D89;
}
.TagClassName
{
border-color: #E60D89;
}
</style>