Shades of Dark Pink #E1518D
Tints of Dark Pink #E1518D
RGB
CMYK
RGB Variations
Color information
#E1518D (or 0xE1518D) is known color: Dark Pink. HEX triplet: E1, 51 and 8D. RGB value is (225,81,141). Sum of RGB (Red+Green+Blue) = 225+81+141=447 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.34% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 225 - color contains mainly: red. Hex color #E1518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1518D is #1EAE72. Grayscale: #828282. Windows color (decimal): -2010739 or 9261537. OLE color: 9261537.
HSL color Cylindrical-coordinate representation of color #E1518D: hue angle of 335º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E1518D is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 141 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.12 |
| HSL | 335º | 0.71% | 0.6% | - |
| HSV(B) | 335º | 0.64% | 0.88% | - |
| XYZ | 38.8 | 23.82 | 27.75 | - |
| YUV | 130.9 | 133.71 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 141 | 0 | 0.64 | 0.37 | 0.12 | 335 | 0.71 | 0.6 |
| Hex | E1 | 51 | 8D | 0 | 40 | 25 | C | 14F | 47 | 3C |
| Octal | 341 | 121 | 215 | 0 | 100 | 45 | 14 | 517 | 107 | 74 |
| Binary | 11100001 | 1010001 | 10001101 | 0 | 1000000 | 100101 | 1100 | 101001111 | 1000111 | 111100 |
Color Harmonies of #E1518D
Complementary color
Monochromatic Colors of #E1518D
Black with #E1518D
Text Example
Text Example
White with #E1518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1518D; }
p { color: rgb(225,81,141); }
H1.HeaderClassName
{
color: #E1518D;
}
.AnyTagClassName
{
color: #E1518D;
}
</style>
background-color css
<style>
a { background-color: #E1518D; }
a { background-color: rgb(225,81,141); }
div.DivClassName
{
background-color: #E1518D;
}
.BgClassName
{
background-color: #E1518D;
}
</style>
border-color css
<style>
span { border-color: #E1518D; }
span { border-color: rgb(225,81,141); }
td.TdClassName
{
border-color: #E1518D;
}
.TagClassName
{
border-color: #E1518D;
}
</style>