Shades of Dark Pink #E45978
Tints of Dark Pink #E45978
RGB
CMYK
RGB Variations
Color information
#E45978 (or 0xE45978) is known color: Dark Pink. HEX triplet: E4, 59 and 78. RGB value is (228,89,120). Sum of RGB (Red+Green+Blue) = 228+89+120=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E45978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45978 is #1BA687. Grayscale: #868686. Windows color (decimal): -1812104 or 7887332. OLE color: 7887332.
HSL color Cylindrical-coordinate representation of color #E45978: hue angle of 346.62º 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 #E45978 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 120 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.11 |
| HSL | 346.62º | 0.72% | 0.62% | - |
| HSV(B) | 346.62º | 0.61% | 0.89% | - |
| XYZ | 38.96 | 24.99 | 20.54 | - |
| YUV | 134.1 | 120.05 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 120 | 0 | 0.61 | 0.47 | 0.11 | 346.62 | 0.72 | 0.62 |
| Hex | E4 | 59 | 78 | 0 | 3D | 2F | B | 15B | 48 | 3E |
| Octal | 344 | 131 | 170 | 0 | 75 | 57 | 13 | 533 | 110 | 76 |
| Binary | 11100100 | 1011001 | 1111000 | 0 | 111101 | 101111 | 1011 | 101011011 | 1001000 | 111110 |
Color Harmonies of #E45978
Complementary color
Monochromatic Colors of #E45978
Black with #E45978
Text Example
Text Example
White with #E45978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45978; }
p { color: rgb(228,89,120); }
H1.HeaderClassName
{
color: #E45978;
}
.AnyTagClassName
{
color: #E45978;
}
</style>
background-color css
<style>
a { background-color: #E45978; }
a { background-color: rgb(228,89,120); }
div.DivClassName
{
background-color: #E45978;
}
.BgClassName
{
background-color: #E45978;
}
</style>
border-color css
<style>
span { border-color: #E45978; }
span { border-color: rgb(228,89,120); }
td.TdClassName
{
border-color: #E45978;
}
.TagClassName
{
border-color: #E45978;
}
</style>