Shades of Dark Pink #E65989
Tints of Dark Pink #E65989
RGB
CMYK
RGB Variations
Color information
#E65989 (or 0xE65989) is known color: Dark Pink. HEX triplet: E6, 59 and 89. RGB value is (230,89,137). Sum of RGB (Red+Green+Blue) = 230+89+137=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E65989 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65989 is #19A676. Grayscale: #888888. Windows color (decimal): -1681015 or 9001446. OLE color: 9001446.
HSL color Cylindrical-coordinate representation of color #E65989: hue angle of 339.57º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E65989 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 89 | 137 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.10 |
| HSL | 339.57º | 0.74% | 0.63% | - |
| HSV(B) | 339.57º | 0.61% | 0.9% | - |
| XYZ | 40.72 | 25.77 | 26.5 | - |
| YUV | 136.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 89 | 137 | 0 | 0.61 | 0.40 | 0.10 | 339.57 | 0.74 | 0.63 |
| Hex | E6 | 59 | 89 | 0 | 3D | 28 | A | 154 | 4A | 3F |
| Octal | 346 | 131 | 211 | 0 | 75 | 50 | 12 | 524 | 112 | 77 |
| Binary | 11100110 | 1011001 | 10001001 | 0 | 111101 | 101000 | 1010 | 101010100 | 1001010 | 111111 |
Color Harmonies of #E65989
Complementary color
Monochromatic Colors of #E65989
Black with #E65989
Text Example
Text Example
White with #E65989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65989; }
p { color: rgb(230,89,137); }
H1.HeaderClassName
{
color: #E65989;
}
.AnyTagClassName
{
color: #E65989;
}
</style>
background-color css
<style>
a { background-color: #E65989; }
a { background-color: rgb(230,89,137); }
div.DivClassName
{
background-color: #E65989;
}
.BgClassName
{
background-color: #E65989;
}
</style>
border-color css
<style>
span { border-color: #E65989; }
span { border-color: rgb(230,89,137); }
td.TdClassName
{
border-color: #E65989;
}
.TagClassName
{
border-color: #E65989;
}
</style>