Shades of Deep Pink #E60987
Tints of Deep Pink #E60987
RGB
CMYK
RGB Variations
Color information
#E60987 (or 0xE60987) is known color: Deep Pink. HEX triplet: E6, 09 and 87. RGB value is (230,9,135). Sum of RGB (Red+Green+Blue) = 230+9+135=374 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.50% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 230 - color contains mainly: red. Hex color #E60987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60987 is #19F678. Grayscale: #595959. Windows color (decimal): -1701497 or 8849894. OLE color: 8849894.
HSL color Cylindrical-coordinate representation of color #E60987: hue angle of 325.79º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60987 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 135 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.10 |
| HSL | 325.79º | 0.92% | 0.47% | - |
| HSV(B) | 325.79º | 0.96% | 0.9% | - |
| XYZ | 37.1 | 18.77 | 24.59 | - |
| YUV | 89.44 | 153.72 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 135 | 0 | 0.96 | 0.41 | 0.10 | 325.79 | 0.92 | 0.47 |
| Hex | E6 | 9 | 87 | 0 | 60 | 29 | A | 146 | 5C | 2F |
| Octal | 346 | 11 | 207 | 0 | 140 | 51 | 12 | 506 | 134 | 57 |
| Binary | 11100110 | 1001 | 10000111 | 0 | 1100000 | 101001 | 1010 | 101000110 | 1011100 | 101111 |
Color Harmonies of #E60987
Complementary color
Monochromatic Colors of #E60987
Black with #E60987
Text Example
Text Example
White with #E60987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60987; }
p { color: rgb(230,9,135); }
H1.HeaderClassName
{
color: #E60987;
}
.AnyTagClassName
{
color: #E60987;
}
</style>
background-color css
<style>
a { background-color: #E60987; }
a { background-color: rgb(230,9,135); }
div.DivClassName
{
background-color: #E60987;
}
.BgClassName
{
background-color: #E60987;
}
</style>
border-color css
<style>
span { border-color: #E60987; }
span { border-color: rgb(230,9,135); }
td.TdClassName
{
border-color: #E60987;
}
.TagClassName
{
border-color: #E60987;
}
</style>