Shades of Dark Pink #E65786
Tints of Dark Pink #E65786
RGB
CMYK
RGB Variations
Color information
#E65786 (or 0xE65786) is known color: Dark Pink. HEX triplet: E6, 57 and 86. RGB value is (230,87,134). Sum of RGB (Red+Green+Blue) = 230+87+134=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 87 (34.38% from 255 or 19.29% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E65786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65786 is #19A879. Grayscale: #878787. Windows color (decimal): -1681530 or 8804326. OLE color: 8804326.
HSL color Cylindrical-coordinate representation of color #E65786: hue angle of 340.28º 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 #E65786 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 87 | 134 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.10 |
| HSL | 340.28º | 0.74% | 0.62% | - |
| HSV(B) | 340.28º | 0.62% | 0.9% | - |
| XYZ | 40.34 | 25.36 | 25.32 | - |
| YUV | 135.12 | 127.38 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 87 | 134 | 0 | 0.62 | 0.42 | 0.10 | 340.28 | 0.74 | 0.62 |
| Hex | E6 | 57 | 86 | 0 | 3E | 2A | A | 154 | 4A | 3E |
| Octal | 346 | 127 | 206 | 0 | 76 | 52 | 12 | 524 | 112 | 76 |
| Binary | 11100110 | 1010111 | 10000110 | 0 | 111110 | 101010 | 1010 | 101010100 | 1001010 | 111110 |
Color Harmonies of #E65786
Complementary color
Monochromatic Colors of #E65786
Black with #E65786
Text Example
Text Example
White with #E65786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65786; }
p { color: rgb(230,87,134); }
H1.HeaderClassName
{
color: #E65786;
}
.AnyTagClassName
{
color: #E65786;
}
</style>
background-color css
<style>
a { background-color: #E65786; }
a { background-color: rgb(230,87,134); }
div.DivClassName
{
background-color: #E65786;
}
.BgClassName
{
background-color: #E65786;
}
</style>
border-color css
<style>
span { border-color: #E65786; }
span { border-color: rgb(230,87,134); }
td.TdClassName
{
border-color: #E65786;
}
.TagClassName
{
border-color: #E65786;
}
</style>