Shades of Dark Pink #E65689
Tints of Dark Pink #E65689
RGB
CMYK
RGB Variations
Color information
#E65689 (or 0xE65689) is known color: Dark Pink. HEX triplet: E6, 56 and 89. RGB value is (230,86,137). Sum of RGB (Red+Green+Blue) = 230+86+137=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E65689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65689 is #19A976. Grayscale: #868686. Windows color (decimal): -1681783 or 9000678. OLE color: 9000678.
HSL color Cylindrical-coordinate representation of color #E65689: hue angle of 338.75º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E65689 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 86 | 137 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.10 |
| HSL | 338.75º | 0.74% | 0.62% | - |
| HSV(B) | 338.75º | 0.63% | 0.9% | - |
| XYZ | 40.48 | 25.28 | 26.41 | - |
| YUV | 134.87 | 129.21 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 86 | 137 | 0 | 0.63 | 0.40 | 0.10 | 338.75 | 0.74 | 0.62 |
| Hex | E6 | 56 | 89 | 0 | 3F | 28 | A | 153 | 4A | 3E |
| Octal | 346 | 126 | 211 | 0 | 77 | 50 | 12 | 523 | 112 | 76 |
| Binary | 11100110 | 1010110 | 10001001 | 0 | 111111 | 101000 | 1010 | 101010011 | 1001010 | 111110 |
Color Harmonies of #E65689
Complementary color
Monochromatic Colors of #E65689
Black with #E65689
Text Example
Text Example
White with #E65689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65689; }
p { color: rgb(230,86,137); }
H1.HeaderClassName
{
color: #E65689;
}
.AnyTagClassName
{
color: #E65689;
}
</style>
background-color css
<style>
a { background-color: #E65689; }
a { background-color: rgb(230,86,137); }
div.DivClassName
{
background-color: #E65689;
}
.BgClassName
{
background-color: #E65689;
}
</style>
border-color css
<style>
span { border-color: #E65689; }
span { border-color: rgb(230,86,137); }
td.TdClassName
{
border-color: #E65689;
}
.TagClassName
{
border-color: #E65689;
}
</style>