Shades of Dark Pink #E84A86
Tints of Dark Pink #E84A86
RGB
CMYK
RGB Variations
Color information
#E84A86 (or 0xE84A86) is known color: Dark Pink. HEX triplet: E8, 4A and 86. RGB value is (232,74,134). Sum of RGB (Red+Green+Blue) = 232+74+134=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 74 (29.30% from 255 or 16.82% from 440); Blue value is 134 (52.73% from 255 or 30.45% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E84A86 is #17B579. Grayscale: #7F7F7F. Windows color (decimal): -1553786 or 8801000. OLE color: 8801000.
HSL color Cylindrical-coordinate representation of color #E84A86: hue angle of 337.22º 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 #E84A86 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 74 | 134 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.09 |
| HSL | 337.22º | 0.77% | 0.6% | - |
| HSV(B) | 337.22º | 0.68% | 0.91% | - |
| XYZ | 40.03 | 23.77 | 25.03 | - |
| YUV | 128.08 | 131.35 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 74 | 134 | 0 | 0.68 | 0.42 | 0.09 | 337.22 | 0.77 | 0.6 |
| Hex | E8 | 4A | 86 | 0 | 44 | 2A | 9 | 151 | 4D | 3C |
| Octal | 350 | 112 | 206 | 0 | 104 | 52 | 11 | 521 | 115 | 74 |
| Binary | 11101000 | 1001010 | 10000110 | 0 | 1000100 | 101010 | 1001 | 101010001 | 1001101 | 111100 |
Color Harmonies of #E84A86
Complementary color
Monochromatic Colors of #E84A86
Black with #E84A86
Text Example
Text Example
White with #E84A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84A86; }
p { color: rgb(232,74,134); }
H1.HeaderClassName
{
color: #E84A86;
}
.AnyTagClassName
{
color: #E84A86;
}
</style>
background-color css
<style>
a { background-color: #E84A86; }
a { background-color: rgb(232,74,134); }
div.DivClassName
{
background-color: #E84A86;
}
.BgClassName
{
background-color: #E84A86;
}
</style>
border-color css
<style>
span { border-color: #E84A86; }
span { border-color: rgb(232,74,134); }
td.TdClassName
{
border-color: #E84A86;
}
.TagClassName
{
border-color: #E84A86;
}
</style>