Shades of Dark Pink #E84A87
Tints of Dark Pink #E84A87
RGB
CMYK
RGB Variations
Color information
#E84A87 (or 0xE84A87) is known color: Dark Pink. HEX triplet: E8, 4A and 87. RGB value is (232,74,135). Sum of RGB (Red+Green+Blue) = 232+74+135=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 135 (53.12% from 255 or 30.61% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84A87 is #17B578. Grayscale: #808080. Windows color (decimal): -1553785 or 8866536. OLE color: 8866536.
HSL color Cylindrical-coordinate representation of color #E84A87: hue angle of 336.84º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E84A87 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 74 | 135 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.09 |
| HSL | 336.84º | 0.77% | 0.6% | - |
| HSV(B) | 336.84º | 0.68% | 0.91% | - |
| XYZ | 40.1 | 23.8 | 25.4 | - |
| YUV | 128.2 | 131.85 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 74 | 135 | 0 | 0.68 | 0.42 | 0.09 | 336.84 | 0.77 | 0.6 |
| Hex | E8 | 4A | 87 | 0 | 44 | 2A | 9 | 151 | 4D | 3C |
| Octal | 350 | 112 | 207 | 0 | 104 | 52 | 11 | 521 | 115 | 74 |
| Binary | 11101000 | 1001010 | 10000111 | 0 | 1000100 | 101010 | 1001 | 101010001 | 1001101 | 111100 |
Color Harmonies of #E84A87
Complementary color
Monochromatic Colors of #E84A87
Black with #E84A87
Text Example
Text Example
White with #E84A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84A87; }
p { color: rgb(232,74,135); }
H1.HeaderClassName
{
color: #E84A87;
}
.AnyTagClassName
{
color: #E84A87;
}
</style>
background-color css
<style>
a { background-color: #E84A87; }
a { background-color: rgb(232,74,135); }
div.DivClassName
{
background-color: #E84A87;
}
.BgClassName
{
background-color: #E84A87;
}
</style>
border-color css
<style>
span { border-color: #E84A87; }
span { border-color: rgb(232,74,135); }
td.TdClassName
{
border-color: #E84A87;
}
.TagClassName
{
border-color: #E84A87;
}
</style>