Shades of Deep Pink #E60E89
Tints of Deep Pink #E60E89
RGB
CMYK
RGB Variations
Color information
#E60E89 (or 0xE60E89) is known color: Deep Pink. HEX triplet: E6, 0E and 89. RGB value is (230,14,137). Sum of RGB (Red+Green+Blue) = 230+14+137=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E60E89 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60E89 is #19F176. Grayscale: #5C5C5C. Windows color (decimal): -1700215 or 8982246. OLE color: 8982246.
HSL color Cylindrical-coordinate representation of color #E60E89: hue angle of 325.83º 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 #E60E89 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 137 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.10 |
| HSL | 325.83º | 0.89% | 0.48% | - |
| HSV(B) | 325.83º | 0.94% | 0.9% | - |
| XYZ | 37.31 | 18.94 | 25.36 | - |
| YUV | 92.61 | 153.06 | 226 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 137 | 0 | 0.94 | 0.40 | 0.10 | 325.83 | 0.89 | 0.48 |
| Hex | E6 | E | 89 | 0 | 5E | 28 | A | 146 | 59 | 30 |
| Octal | 346 | 16 | 211 | 0 | 136 | 50 | 12 | 506 | 131 | 60 |
| Binary | 11100110 | 1110 | 10001001 | 0 | 1011110 | 101000 | 1010 | 101000110 | 1011001 | 110000 |
Color Harmonies of #E60E89
Complementary color
Monochromatic Colors of #E60E89
Black with #E60E89
Text Example
Text Example
White with #E60E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60E89; }
p { color: rgb(230,14,137); }
H1.HeaderClassName
{
color: #E60E89;
}
.AnyTagClassName
{
color: #E60E89;
}
</style>
background-color css
<style>
a { background-color: #E60E89; }
a { background-color: rgb(230,14,137); }
div.DivClassName
{
background-color: #E60E89;
}
.BgClassName
{
background-color: #E60E89;
}
</style>
border-color css
<style>
span { border-color: #E60E89; }
span { border-color: rgb(230,14,137); }
td.TdClassName
{
border-color: #E60E89;
}
.TagClassName
{
border-color: #E60E89;
}
</style>