Shades of Dark Pink #E65586
Tints of Dark Pink #E65586
RGB
CMYK
RGB Variations
Color information
#E65586 (or 0xE65586) is known color: Dark Pink. HEX triplet: E6, 55 and 86. RGB value is (230,85,134). Sum of RGB (Red+Green+Blue) = 230+85+134=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E65586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E65586 is #19AA79. Grayscale: #858585. Windows color (decimal): -1682042 or 8803814. OLE color: 8803814.
HSL color Cylindrical-coordinate representation of color #E65586: hue angle of 339.72º 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 #E65586 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 134 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.10 |
| HSL | 339.72º | 0.74% | 0.62% | - |
| HSV(B) | 339.72º | 0.63% | 0.9% | - |
| XYZ | 40.18 | 25.04 | 25.27 | - |
| YUV | 133.94 | 128.04 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 134 | 0 | 0.63 | 0.42 | 0.10 | 339.72 | 0.74 | 0.62 |
| Hex | E6 | 55 | 86 | 0 | 3F | 2A | A | 154 | 4A | 3E |
| Octal | 346 | 125 | 206 | 0 | 77 | 52 | 12 | 524 | 112 | 76 |
| Binary | 11100110 | 1010101 | 10000110 | 0 | 111111 | 101010 | 1010 | 101010100 | 1001010 | 111110 |
Color Harmonies of #E65586
Complementary color
Monochromatic Colors of #E65586
Black with #E65586
Text Example
Text Example
White with #E65586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65586; }
p { color: rgb(230,85,134); }
H1.HeaderClassName
{
color: #E65586;
}
.AnyTagClassName
{
color: #E65586;
}
</style>
background-color css
<style>
a { background-color: #E65586; }
a { background-color: rgb(230,85,134); }
div.DivClassName
{
background-color: #E65586;
}
.BgClassName
{
background-color: #E65586;
}
</style>
border-color css
<style>
span { border-color: #E65586; }
span { border-color: rgb(230,85,134); }
td.TdClassName
{
border-color: #E65586;
}
.TagClassName
{
border-color: #E65586;
}
</style>