Shades of Dark Pink #E65889
Tints of Dark Pink #E65889
RGB
CMYK
RGB Variations
Color information
#E65889 (or 0xE65889) is known color: Dark Pink. HEX triplet: E6, 58 and 89. RGB value is (230,88,137). Sum of RGB (Red+Green+Blue) = 230+88+137=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 137 (53.91% from 255 or 30.11% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E65889 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65889 is #19A776. Grayscale: #878787. Windows color (decimal): -1681271 or 9001190. OLE color: 9001190.
HSL color Cylindrical-coordinate representation of color #E65889: hue angle of 339.3º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E65889 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 88 | 137 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.10 |
| HSL | 339.3º | 0.74% | 0.62% | - |
| HSV(B) | 339.3º | 0.62% | 0.9% | - |
| XYZ | 40.64 | 25.61 | 26.47 | - |
| YUV | 136.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 88 | 137 | 0 | 0.62 | 0.40 | 0.10 | 339.3 | 0.74 | 0.62 |
| Hex | E6 | 58 | 89 | 0 | 3E | 28 | A | 153 | 4A | 3E |
| Octal | 346 | 130 | 211 | 0 | 76 | 50 | 12 | 523 | 112 | 76 |
| Binary | 11100110 | 1011000 | 10001001 | 0 | 111110 | 101000 | 1010 | 101010011 | 1001010 | 111110 |
Color Harmonies of #E65889
Complementary color
Monochromatic Colors of #E65889
Black with #E65889
Text Example
Text Example
White with #E65889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65889; }
p { color: rgb(230,88,137); }
H1.HeaderClassName
{
color: #E65889;
}
.AnyTagClassName
{
color: #E65889;
}
</style>
background-color css
<style>
a { background-color: #E65889; }
a { background-color: rgb(230,88,137); }
div.DivClassName
{
background-color: #E65889;
}
.BgClassName
{
background-color: #E65889;
}
</style>
border-color css
<style>
span { border-color: #E65889; }
span { border-color: rgb(230,88,137); }
td.TdClassName
{
border-color: #E65889;
}
.TagClassName
{
border-color: #E65889;
}
</style>