Shades of Dark Pink #E85186
Tints of Dark Pink #E85186
RGB
CMYK
RGB Variations
Color information
#E85186 (or 0xE85186) is known color: Dark Pink. HEX triplet: E8, 51 and 86. RGB value is (232,81,134). Sum of RGB (Red+Green+Blue) = 232+81+134=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E85186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85186 is #17AE79. Grayscale: #848484. Windows color (decimal): -1551994 or 8802792. OLE color: 8802792.
HSL color Cylindrical-coordinate representation of color #E85186: hue angle of 338.94º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85186 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 134 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.09 |
| HSL | 338.94º | 0.77% | 0.61% | - |
| HSV(B) | 338.94º | 0.65% | 0.91% | - |
| XYZ | 40.52 | 24.76 | 25.2 | - |
| YUV | 132.19 | 129.03 | 199.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 134 | 0 | 0.65 | 0.42 | 0.09 | 338.94 | 0.77 | 0.61 |
| Hex | E8 | 51 | 86 | 0 | 41 | 2A | 9 | 153 | 4D | 3D |
| Octal | 350 | 121 | 206 | 0 | 101 | 52 | 11 | 523 | 115 | 75 |
| Binary | 11101000 | 1010001 | 10000110 | 0 | 1000001 | 101010 | 1001 | 101010011 | 1001101 | 111101 |
Color Harmonies of #E85186
Complementary color
Monochromatic Colors of #E85186
Black with #E85186
Text Example
Text Example
White with #E85186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85186; }
p { color: rgb(232,81,134); }
H1.HeaderClassName
{
color: #E85186;
}
.AnyTagClassName
{
color: #E85186;
}
</style>
background-color css
<style>
a { background-color: #E85186; }
a { background-color: rgb(232,81,134); }
div.DivClassName
{
background-color: #E85186;
}
.BgClassName
{
background-color: #E85186;
}
</style>
border-color css
<style>
span { border-color: #E85186; }
span { border-color: rgb(232,81,134); }
td.TdClassName
{
border-color: #E85186;
}
.TagClassName
{
border-color: #E85186;
}
</style>