Shades of Deep Pink #E60989
Tints of Deep Pink #E60989
RGB
CMYK
RGB Variations
Color information
#E60989 (or 0xE60989) is known color: Deep Pink. HEX triplet: E6, 09 and 89. RGB value is (230,9,137). Sum of RGB (Red+Green+Blue) = 230+9+137=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E60989 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60989 is #19F676. Grayscale: #595959. Windows color (decimal): -1701495 or 8980966. OLE color: 8980966.
HSL color Cylindrical-coordinate representation of color #E60989: hue angle of 325.25º 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 #E60989 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 137 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.10 |
| HSL | 325.25º | 0.92% | 0.47% | - |
| HSV(B) | 325.25º | 0.96% | 0.9% | - |
| XYZ | 37.25 | 18.82 | 25.34 | - |
| YUV | 89.67 | 154.72 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 137 | 0 | 0.96 | 0.40 | 0.10 | 325.25 | 0.92 | 0.47 |
| Hex | E6 | 9 | 89 | 0 | 60 | 28 | A | 145 | 5C | 2F |
| Octal | 346 | 11 | 211 | 0 | 140 | 50 | 12 | 505 | 134 | 57 |
| Binary | 11100110 | 1001 | 10001001 | 0 | 1100000 | 101000 | 1010 | 101000101 | 1011100 | 101111 |
Color Harmonies of #E60989
Complementary color
Monochromatic Colors of #E60989
Black with #E60989
Text Example
Text Example
White with #E60989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60989; }
p { color: rgb(230,9,137); }
H1.HeaderClassName
{
color: #E60989;
}
.AnyTagClassName
{
color: #E60989;
}
</style>
background-color css
<style>
a { background-color: #E60989; }
a { background-color: rgb(230,9,137); }
div.DivClassName
{
background-color: #E60989;
}
.BgClassName
{
background-color: #E60989;
}
</style>
border-color css
<style>
span { border-color: #E60989; }
span { border-color: rgb(230,9,137); }
td.TdClassName
{
border-color: #E60989;
}
.TagClassName
{
border-color: #E60989;
}
</style>