Shades of Dark Pink #E8518D
Tints of Dark Pink #E8518D
RGB
CMYK
RGB Variations
Color information
#E8518D (or 0xE8518D) is known color: Dark Pink. HEX triplet: E8, 51 and 8D. RGB value is (232,81,141). Sum of RGB (Red+Green+Blue) = 232+81+141=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 141 (55.47% from 255 or 31.06% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E8518D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8518D is #17AE72. Grayscale: #848484. Windows color (decimal): -1551987 or 9261544. OLE color: 9261544.
HSL color Cylindrical-coordinate representation of color #E8518D: hue angle of 336.16º 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 #E8518D is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 81 | 141 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.09 |
| HSL | 336.16º | 0.77% | 0.61% | - |
| HSV(B) | 336.16º | 0.65% | 0.91% | - |
| XYZ | 41.03 | 24.96 | 27.86 | - |
| YUV | 132.99 | 132.53 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 81 | 141 | 0 | 0.65 | 0.39 | 0.09 | 336.16 | 0.77 | 0.61 |
| Hex | E8 | 51 | 8D | 0 | 41 | 27 | 9 | 150 | 4D | 3D |
| Octal | 350 | 121 | 215 | 0 | 101 | 47 | 11 | 520 | 115 | 75 |
| Binary | 11101000 | 1010001 | 10001101 | 0 | 1000001 | 100111 | 1001 | 101010000 | 1001101 | 111101 |
Color Harmonies of #E8518D
Complementary color
Monochromatic Colors of #E8518D
Black with #E8518D
Text Example
Text Example
White with #E8518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8518D; }
p { color: rgb(232,81,141); }
H1.HeaderClassName
{
color: #E8518D;
}
.AnyTagClassName
{
color: #E8518D;
}
</style>
background-color css
<style>
a { background-color: #E8518D; }
a { background-color: rgb(232,81,141); }
div.DivClassName
{
background-color: #E8518D;
}
.BgClassName
{
background-color: #E8518D;
}
</style>
border-color css
<style>
span { border-color: #E8518D; }
span { border-color: rgb(232,81,141); }
td.TdClassName
{
border-color: #E8518D;
}
.TagClassName
{
border-color: #E8518D;
}
</style>