Shades of Dark Pink #E45686
Tints of Dark Pink #E45686
RGB
CMYK
RGB Variations
Color information
#E45686 (or 0xE45686) is known color: Dark Pink. HEX triplet: E4, 56 and 86. RGB value is (228,86,134). Sum of RGB (Red+Green+Blue) = 228+86+134=448 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.89% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 228 - color contains mainly: red. Hex color #E45686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45686 is #1BA979. Grayscale: #858585. Windows color (decimal): -1812858 or 8804068. OLE color: 8804068.
HSL color Cylindrical-coordinate representation of color #E45686: hue angle of 339.72º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E45686 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 86 | 134 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.11 |
| HSL | 339.72º | 0.72% | 0.62% | - |
| HSV(B) | 339.72º | 0.62% | 0.89% | - |
| XYZ | 39.63 | 24.87 | 25.27 | - |
| YUV | 133.93 | 128.04 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 86 | 134 | 0 | 0.62 | 0.41 | 0.11 | 339.72 | 0.72 | 0.62 |
| Hex | E4 | 56 | 86 | 0 | 3E | 29 | B | 154 | 48 | 3E |
| Octal | 344 | 126 | 206 | 0 | 76 | 51 | 13 | 524 | 110 | 76 |
| Binary | 11100100 | 1010110 | 10000110 | 0 | 111110 | 101001 | 1011 | 101010100 | 1001000 | 111110 |
Color Harmonies of #E45686
Complementary color
Monochromatic Colors of #E45686
Black with #E45686
Text Example
Text Example
White with #E45686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45686; }
p { color: rgb(228,86,134); }
H1.HeaderClassName
{
color: #E45686;
}
.AnyTagClassName
{
color: #E45686;
}
</style>
background-color css
<style>
a { background-color: #E45686; }
a { background-color: rgb(228,86,134); }
div.DivClassName
{
background-color: #E45686;
}
.BgClassName
{
background-color: #E45686;
}
</style>
border-color css
<style>
span { border-color: #E45686; }
span { border-color: rgb(228,86,134); }
td.TdClassName
{
border-color: #E45686;
}
.TagClassName
{
border-color: #E45686;
}
</style>