Shades of Dark Pink #E2517C
Tints of Dark Pink #E2517C
RGB
CMYK
RGB Variations
Color information
#E2517C (or 0xE2517C) is known color: Dark Pink. HEX triplet: E2, 51 and 7C. RGB value is (226,81,124). Sum of RGB (Red+Green+Blue) = 226+81+124=431 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.44% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 226 - color contains mainly: red. Hex color #E2517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2517C is #1DAE83. Grayscale: #818181. Windows color (decimal): -1945220 or 8147426. OLE color: 8147426.
HSL color Cylindrical-coordinate representation of color #E2517C: hue angle of 342.21º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2517C is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 124 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.11 |
| HSL | 342.21º | 0.71% | 0.6% | - |
| HSV(B) | 342.21º | 0.64% | 0.89% | - |
| XYZ | 37.94 | 23.51 | 21.61 | - |
| YUV | 129.26 | 125.04 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 124 | 0 | 0.64 | 0.45 | 0.11 | 342.21 | 0.71 | 0.6 |
| Hex | E2 | 51 | 7C | 0 | 40 | 2D | B | 156 | 47 | 3C |
| Octal | 342 | 121 | 174 | 0 | 100 | 55 | 13 | 526 | 107 | 74 |
| Binary | 11100010 | 1010001 | 1111100 | 0 | 1000000 | 101101 | 1011 | 101010110 | 1000111 | 111100 |
Color Harmonies of #E2517C
Complementary color
Monochromatic Colors of #E2517C
Black with #E2517C
Text Example
Text Example
White with #E2517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2517C; }
p { color: rgb(226,81,124); }
H1.HeaderClassName
{
color: #E2517C;
}
.AnyTagClassName
{
color: #E2517C;
}
</style>
background-color css
<style>
a { background-color: #E2517C; }
a { background-color: rgb(226,81,124); }
div.DivClassName
{
background-color: #E2517C;
}
.BgClassName
{
background-color: #E2517C;
}
</style>
border-color css
<style>
span { border-color: #E2517C; }
span { border-color: rgb(226,81,124); }
td.TdClassName
{
border-color: #E2517C;
}
.TagClassName
{
border-color: #E2517C;
}
</style>