Shades of Dark Pink #E5518E
Tints of Dark Pink #E5518E
RGB
CMYK
RGB Variations
Color information
#E5518E (or 0xE5518E) is known color: Dark Pink. HEX triplet: E5, 51 and 8E. RGB value is (229,81,142). Sum of RGB (Red+Green+Blue) = 229+81+142=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E5518E is #1AAE71. Grayscale: #848484. Windows color (decimal): -1748594 or 9327077. OLE color: 9327077.
HSL color Cylindrical-coordinate representation of color #E5518E: hue angle of 335.27º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5518E is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 142 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.10 |
| HSL | 335.27º | 0.74% | 0.61% | - |
| HSV(B) | 335.27º | 0.65% | 0.9% | - |
| XYZ | 40.14 | 24.5 | 28.2 | - |
| YUV | 132.21 | 133.53 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 142 | 0 | 0.65 | 0.38 | 0.10 | 335.27 | 0.74 | 0.61 |
| Hex | E5 | 51 | 8E | 0 | 41 | 26 | A | 14F | 4A | 3D |
| Octal | 345 | 121 | 216 | 0 | 101 | 46 | 12 | 517 | 112 | 75 |
| Binary | 11100101 | 1010001 | 10001110 | 0 | 1000001 | 100110 | 1010 | 101001111 | 1001010 | 111101 |
Color Harmonies of #E5518E
Complementary color
Monochromatic Colors of #E5518E
Black with #E5518E
Text Example
Text Example
White with #E5518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5518E; }
p { color: rgb(229,81,142); }
H1.HeaderClassName
{
color: #E5518E;
}
.AnyTagClassName
{
color: #E5518E;
}
</style>
background-color css
<style>
a { background-color: #E5518E; }
a { background-color: rgb(229,81,142); }
div.DivClassName
{
background-color: #E5518E;
}
.BgClassName
{
background-color: #E5518E;
}
</style>
border-color css
<style>
span { border-color: #E5518E; }
span { border-color: rgb(229,81,142); }
td.TdClassName
{
border-color: #E5518E;
}
.TagClassName
{
border-color: #E5518E;
}
</style>