Shades of Dark Pink #E65589
Tints of Dark Pink #E65589
RGB
CMYK
RGB Variations
Color information
#E65589 (or 0xE65589) is known color: Dark Pink. HEX triplet: E6, 55 and 89. RGB value is (230,85,137). Sum of RGB (Red+Green+Blue) = 230+85+137=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E65589 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65589 is #19AA76. Grayscale: #868686. Windows color (decimal): -1682039 or 9000422. OLE color: 9000422.
HSL color Cylindrical-coordinate representation of color #E65589: hue angle of 338.48º 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 #E65589 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 137 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.10 |
| HSL | 338.48º | 0.74% | 0.62% | - |
| HSV(B) | 338.48º | 0.63% | 0.9% | - |
| XYZ | 40.4 | 25.13 | 26.39 | - |
| YUV | 134.28 | 129.54 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 137 | 0 | 0.63 | 0.40 | 0.10 | 338.48 | 0.74 | 0.62 |
| Hex | E6 | 55 | 89 | 0 | 3F | 28 | A | 152 | 4A | 3E |
| Octal | 346 | 125 | 211 | 0 | 77 | 50 | 12 | 522 | 112 | 76 |
| Binary | 11100110 | 1010101 | 10001001 | 0 | 111111 | 101000 | 1010 | 101010010 | 1001010 | 111110 |
Color Harmonies of #E65589
Complementary color
Monochromatic Colors of #E65589
Black with #E65589
Text Example
Text Example
White with #E65589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65589; }
p { color: rgb(230,85,137); }
H1.HeaderClassName
{
color: #E65589;
}
.AnyTagClassName
{
color: #E65589;
}
</style>
background-color css
<style>
a { background-color: #E65589; }
a { background-color: rgb(230,85,137); }
div.DivClassName
{
background-color: #E65589;
}
.BgClassName
{
background-color: #E65589;
}
</style>
border-color css
<style>
span { border-color: #E65589; }
span { border-color: rgb(230,85,137); }
td.TdClassName
{
border-color: #E65589;
}
.TagClassName
{
border-color: #E65589;
}
</style>