Shades of Dark Pink #E15586
Tints of Dark Pink #E15586
RGB
CMYK
RGB Variations
Color information
#E15586 (or 0xE15586) is known color: Dark Pink. HEX triplet: E1, 55 and 86. RGB value is (225,85,134). Sum of RGB (Red+Green+Blue) = 225+85+134=444 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.68% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 225 - color contains mainly: red. Hex color #E15586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15586 is #1EAA79. Grayscale: #848484. Windows color (decimal): -2009722 or 8803809. OLE color: 8803809.
HSL color Cylindrical-coordinate representation of color #E15586: hue angle of 339º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E15586 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 85 | 134 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.12 |
| HSL | 339º | 0.7% | 0.61% | - |
| HSV(B) | 339º | 0.62% | 0.88% | - |
| XYZ | 38.6 | 24.23 | 25.2 | - |
| YUV | 132.45 | 128.88 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 85 | 134 | 0 | 0.62 | 0.40 | 0.12 | 339 | 0.7 | 0.61 |
| Hex | E1 | 55 | 86 | 0 | 3E | 28 | C | 153 | 46 | 3D |
| Octal | 341 | 125 | 206 | 0 | 76 | 50 | 14 | 523 | 106 | 75 |
| Binary | 11100001 | 1010101 | 10000110 | 0 | 111110 | 101000 | 1100 | 101010011 | 1000110 | 111101 |
Color Harmonies of #E15586
Complementary color
Monochromatic Colors of #E15586
Black with #E15586
Text Example
Text Example
White with #E15586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15586; }
p { color: rgb(225,85,134); }
H1.HeaderClassName
{
color: #E15586;
}
.AnyTagClassName
{
color: #E15586;
}
</style>
background-color css
<style>
a { background-color: #E15586; }
a { background-color: rgb(225,85,134); }
div.DivClassName
{
background-color: #E15586;
}
.BgClassName
{
background-color: #E15586;
}
</style>
border-color css
<style>
span { border-color: #E15586; }
span { border-color: rgb(225,85,134); }
td.TdClassName
{
border-color: #E15586;
}
.TagClassName
{
border-color: #E15586;
}
</style>