Shades of Dark Pink #E84C86
Tints of Dark Pink #E84C86
RGB
CMYK
RGB Variations
Color information
#E84C86 (or 0xE84C86) is known color: Dark Pink. HEX triplet: E8, 4C and 86. RGB value is (232,76,134). Sum of RGB (Red+Green+Blue) = 232+76+134=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E84C86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84C86 is #17B379. Grayscale: #818181. Windows color (decimal): -1553274 or 8801512. OLE color: 8801512.
HSL color Cylindrical-coordinate representation of color #E84C86: hue angle of 337.69º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E84C86 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 76 | 134 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.09 |
| HSL | 337.69º | 0.77% | 0.6% | - |
| HSV(B) | 337.69º | 0.67% | 0.91% | - |
| XYZ | 40.17 | 24.05 | 25.08 | - |
| YUV | 129.26 | 130.68 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 76 | 134 | 0 | 0.67 | 0.42 | 0.09 | 337.69 | 0.77 | 0.6 |
| Hex | E8 | 4C | 86 | 0 | 43 | 2A | 9 | 152 | 4D | 3C |
| Octal | 350 | 114 | 206 | 0 | 103 | 52 | 11 | 522 | 115 | 74 |
| Binary | 11101000 | 1001100 | 10000110 | 0 | 1000011 | 101010 | 1001 | 101010010 | 1001101 | 111100 |
Color Harmonies of #E84C86
Complementary color
Monochromatic Colors of #E84C86
Black with #E84C86
Text Example
Text Example
White with #E84C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84C86; }
p { color: rgb(232,76,134); }
H1.HeaderClassName
{
color: #E84C86;
}
.AnyTagClassName
{
color: #E84C86;
}
</style>
background-color css
<style>
a { background-color: #E84C86; }
a { background-color: rgb(232,76,134); }
div.DivClassName
{
background-color: #E84C86;
}
.BgClassName
{
background-color: #E84C86;
}
</style>
border-color css
<style>
span { border-color: #E84C86; }
span { border-color: rgb(232,76,134); }
td.TdClassName
{
border-color: #E84C86;
}
.TagClassName
{
border-color: #E84C86;
}
</style>