Shades of Dark Pink #E15979
Tints of Dark Pink #E15979
RGB
CMYK
RGB Variations
Color information
#E15979 (or 0xE15979) is known color: Dark Pink. HEX triplet: E1, 59 and 79. RGB value is (225,89,121). Sum of RGB (Red+Green+Blue) = 225+89+121=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 89 (35.16% from 255 or 20.46% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E15979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15979 is #1EA686. Grayscale: #858585. Windows color (decimal): -2008711 or 7952865. OLE color: 7952865.
HSL color Cylindrical-coordinate representation of color #E15979: hue angle of 345.88º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15979 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 121 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.12 |
| HSL | 345.88º | 0.69% | 0.62% | - |
| HSV(B) | 345.88º | 0.6% | 0.88% | - |
| XYZ | 38.07 | 24.53 | 20.82 | - |
| YUV | 133.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 121 | 0 | 0.60 | 0.46 | 0.12 | 345.88 | 0.69 | 0.62 |
| Hex | E1 | 59 | 79 | 0 | 3C | 2E | C | 15A | 45 | 3E |
| Octal | 341 | 131 | 171 | 0 | 74 | 56 | 14 | 532 | 105 | 76 |
| Binary | 11100001 | 1011001 | 1111001 | 0 | 111100 | 101110 | 1100 | 101011010 | 1000101 | 111110 |
Color Harmonies of #E15979
Complementary color
Monochromatic Colors of #E15979
Black with #E15979
Text Example
Text Example
White with #E15979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15979; }
p { color: rgb(225,89,121); }
H1.HeaderClassName
{
color: #E15979;
}
.AnyTagClassName
{
color: #E15979;
}
</style>
background-color css
<style>
a { background-color: #E15979; }
a { background-color: rgb(225,89,121); }
div.DivClassName
{
background-color: #E15979;
}
.BgClassName
{
background-color: #E15979;
}
</style>
border-color css
<style>
span { border-color: #E15979; }
span { border-color: rgb(225,89,121); }
td.TdClassName
{
border-color: #E15979;
}
.TagClassName
{
border-color: #E15979;
}
</style>