Shades of Dark Pink #E45F78
Tints of Dark Pink #E45F78
RGB
CMYK
RGB Variations
Color information
#E45F78 (or 0xE45F78) is known color: Dark Pink. HEX triplet: E4, 5F and 78. RGB value is (228,95,120). Sum of RGB (Red+Green+Blue) = 228+95+120=443 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.47% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45F78 is #1BA087. Grayscale: #898989. Windows color (decimal): -1810568 or 7888868. OLE color: 7888868.
HSL color Cylindrical-coordinate representation of color #E45F78: hue angle of 348.72º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E45F78 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 95 | 120 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.11 |
| HSL | 348.72º | 0.71% | 0.63% | - |
| HSV(B) | 348.72º | 0.58% | 0.89% | - |
| XYZ | 39.48 | 26.03 | 20.71 | - |
| YUV | 137.62 | 118.06 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 120 | 0 | 0.58 | 0.47 | 0.11 | 348.72 | 0.71 | 0.63 |
| Hex | E4 | 5F | 78 | 0 | 3A | 2F | B | 15D | 47 | 3F |
| Octal | 344 | 137 | 170 | 0 | 72 | 57 | 13 | 535 | 107 | 77 |
| Binary | 11100100 | 1011111 | 1111000 | 0 | 111010 | 101111 | 1011 | 101011101 | 1000111 | 111111 |
Color Harmonies of #E45F78
Complementary color
Monochromatic Colors of #E45F78
Black with #E45F78
Text Example
Text Example
White with #E45F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45F78; }
p { color: rgb(228,95,120); }
H1.HeaderClassName
{
color: #E45F78;
}
.AnyTagClassName
{
color: #E45F78;
}
</style>
background-color css
<style>
a { background-color: #E45F78; }
a { background-color: rgb(228,95,120); }
div.DivClassName
{
background-color: #E45F78;
}
.BgClassName
{
background-color: #E45F78;
}
</style>
border-color css
<style>
span { border-color: #E45F78; }
span { border-color: rgb(228,95,120); }
td.TdClassName
{
border-color: #E45F78;
}
.TagClassName
{
border-color: #E45F78;
}
</style>