Shades of Dark Pink #E65E89
Tints of Dark Pink #E65E89
RGB
CMYK
RGB Variations
Color information
#E65E89 (or 0xE65E89) is known color: Dark Pink. HEX triplet: E6, 5E and 89. RGB value is (230,94,137). Sum of RGB (Red+Green+Blue) = 230+94+137=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65E89 is #19A176. Grayscale: #8B8B8B. Windows color (decimal): -1679735 or 9002726. OLE color: 9002726.
HSL color Cylindrical-coordinate representation of color #E65E89: hue angle of 341.03º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65E89 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 137 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.10 |
| HSL | 341.03º | 0.73% | 0.64% | - |
| HSV(B) | 341.03º | 0.59% | 0.9% | - |
| XYZ | 41.15 | 26.63 | 26.64 | - |
| YUV | 139.57 | 126.56 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 137 | 0 | 0.59 | 0.40 | 0.10 | 341.03 | 0.73 | 0.64 |
| Hex | E6 | 5E | 89 | 0 | 3B | 28 | A | 155 | 49 | 40 |
| Octal | 346 | 136 | 211 | 0 | 73 | 50 | 12 | 525 | 111 | 100 |
| Binary | 11100110 | 1011110 | 10001001 | 0 | 111011 | 101000 | 1010 | 101010101 | 1001001 | 1000000 |
Color Harmonies of #E65E89
Complementary color
Monochromatic Colors of #E65E89
Black with #E65E89
Text Example
Text Example
White with #E65E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65E89; }
p { color: rgb(230,94,137); }
H1.HeaderClassName
{
color: #E65E89;
}
.AnyTagClassName
{
color: #E65E89;
}
</style>
background-color css
<style>
a { background-color: #E65E89; }
a { background-color: rgb(230,94,137); }
div.DivClassName
{
background-color: #E65E89;
}
.BgClassName
{
background-color: #E65E89;
}
</style>
border-color css
<style>
span { border-color: #E65E89; }
span { border-color: rgb(230,94,137); }
td.TdClassName
{
border-color: #E65E89;
}
.TagClassName
{
border-color: #E65E89;
}
</style>