Shades of Dark Pink #E85187
Tints of Dark Pink #E85187
RGB
CMYK
RGB Variations
Color information
#E85187 (or 0xE85187) is known color: Dark Pink. HEX triplet: E8, 51 and 87. RGB value is (232,81,135). Sum of RGB (Red+Green+Blue) = 232+81+135=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E85187 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85187 is #17AE78. Grayscale: #848484. Windows color (decimal): -1551993 or 8868328. OLE color: 8868328.
HSL color Cylindrical-coordinate representation of color #E85187: hue angle of 338.54º 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 #E85187 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 135 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.09 |
| HSL | 338.54º | 0.77% | 0.61% | - |
| HSV(B) | 338.54º | 0.65% | 0.91% | - |
| XYZ | 40.59 | 24.79 | 25.57 | - |
| YUV | 132.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 135 | 0 | 0.65 | 0.42 | 0.09 | 338.54 | 0.77 | 0.61 |
| Hex | E8 | 51 | 87 | 0 | 41 | 2A | 9 | 153 | 4D | 3D |
| Octal | 350 | 121 | 207 | 0 | 101 | 52 | 11 | 523 | 115 | 75 |
| Binary | 11101000 | 1010001 | 10000111 | 0 | 1000001 | 101010 | 1001 | 101010011 | 1001101 | 111101 |
Color Harmonies of #E85187
Complementary color
Monochromatic Colors of #E85187
Black with #E85187
Text Example
Text Example
White with #E85187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85187; }
p { color: rgb(232,81,135); }
H1.HeaderClassName
{
color: #E85187;
}
.AnyTagClassName
{
color: #E85187;
}
</style>
background-color css
<style>
a { background-color: #E85187; }
a { background-color: rgb(232,81,135); }
div.DivClassName
{
background-color: #E85187;
}
.BgClassName
{
background-color: #E85187;
}
</style>
border-color css
<style>
span { border-color: #E85187; }
span { border-color: rgb(232,81,135); }
td.TdClassName
{
border-color: #E85187;
}
.TagClassName
{
border-color: #E85187;
}
</style>