Shades of Dark Pink #E2517E
Tints of Dark Pink #E2517E
RGB
CMYK
RGB Variations
Color information
#E2517E (or 0xE2517E) is known color: Dark Pink. HEX triplet: E2, 51 and 7E. RGB value is (226,81,126). Sum of RGB (Red+Green+Blue) = 226+81+126=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E2517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2517E is #1DAE81. Grayscale: #818181. Windows color (decimal): -1945218 or 8278498. OLE color: 8278498.
HSL color Cylindrical-coordinate representation of color #E2517E: hue angle of 341.38º 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 #E2517E is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 126 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.11 |
| HSL | 341.38º | 0.71% | 0.6% | - |
| HSV(B) | 341.38º | 0.64% | 0.89% | - |
| XYZ | 38.07 | 23.56 | 22.28 | - |
| YUV | 129.49 | 126.04 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 126 | 0 | 0.64 | 0.44 | 0.11 | 341.38 | 0.71 | 0.6 |
| Hex | E2 | 51 | 7E | 0 | 40 | 2C | B | 155 | 47 | 3C |
| Octal | 342 | 121 | 176 | 0 | 100 | 54 | 13 | 525 | 107 | 74 |
| Binary | 11100010 | 1010001 | 1111110 | 0 | 1000000 | 101100 | 1011 | 101010101 | 1000111 | 111100 |
Color Harmonies of #E2517E
Complementary color
Monochromatic Colors of #E2517E
Black with #E2517E
Text Example
Text Example
White with #E2517E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2517E; }
p { color: rgb(226,81,126); }
H1.HeaderClassName
{
color: #E2517E;
}
.AnyTagClassName
{
color: #E2517E;
}
</style>
background-color css
<style>
a { background-color: #E2517E; }
a { background-color: rgb(226,81,126); }
div.DivClassName
{
background-color: #E2517E;
}
.BgClassName
{
background-color: #E2517E;
}
</style>
border-color css
<style>
span { border-color: #E2517E; }
span { border-color: rgb(226,81,126); }
td.TdClassName
{
border-color: #E2517E;
}
.TagClassName
{
border-color: #E2517E;
}
</style>