Shades of Dark Pink #E45979
Tints of Dark Pink #E45979
RGB
CMYK
RGB Variations
Color information
#E45979 (or 0xE45979) is known color: Dark Pink. HEX triplet: E4, 59 and 79. RGB value is (228,89,121). Sum of RGB (Red+Green+Blue) = 228+89+121=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E45979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45979 is #1BA686. Grayscale: #868686. Windows color (decimal): -1812103 or 7952868. OLE color: 7952868.
HSL color Cylindrical-coordinate representation of color #E45979: hue angle of 346.19º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45979 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 121 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.11 |
| HSL | 346.19º | 0.72% | 0.62% | - |
| HSV(B) | 346.19º | 0.61% | 0.89% | - |
| XYZ | 39.02 | 25.02 | 20.86 | - |
| YUV | 134.21 | 120.55 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 121 | 0 | 0.61 | 0.47 | 0.11 | 346.19 | 0.72 | 0.62 |
| Hex | E4 | 59 | 79 | 0 | 3D | 2F | B | 15A | 48 | 3E |
| Octal | 344 | 131 | 171 | 0 | 75 | 57 | 13 | 532 | 110 | 76 |
| Binary | 11100100 | 1011001 | 1111001 | 0 | 111101 | 101111 | 1011 | 101011010 | 1001000 | 111110 |
Color Harmonies of #E45979
Complementary color
Monochromatic Colors of #E45979
Black with #E45979
Text Example
Text Example
White with #E45979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45979; }
p { color: rgb(228,89,121); }
H1.HeaderClassName
{
color: #E45979;
}
.AnyTagClassName
{
color: #E45979;
}
</style>
background-color css
<style>
a { background-color: #E45979; }
a { background-color: rgb(228,89,121); }
div.DivClassName
{
background-color: #E45979;
}
.BgClassName
{
background-color: #E45979;
}
</style>
border-color css
<style>
span { border-color: #E45979; }
span { border-color: rgb(228,89,121); }
td.TdClassName
{
border-color: #E45979;
}
.TagClassName
{
border-color: #E45979;
}
</style>