Shades of Dark Pink #E45975
Tints of Dark Pink #E45975
RGB
CMYK
RGB Variations
Color information
#E45975 (or 0xE45975) is known color: Dark Pink. HEX triplet: E4, 59 and 75. RGB value is (228,89,117). Sum of RGB (Red+Green+Blue) = 228+89+117=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 89 (35.16% from 255 or 20.51% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E45975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45975 is #1BA68A. Grayscale: #858585. Windows color (decimal): -1812107 or 7690724. OLE color: 7690724.
HSL color Cylindrical-coordinate representation of color #E45975: hue angle of 347.91º 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 #E45975 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 117 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.11 |
| HSL | 347.91º | 0.72% | 0.62% | - |
| HSV(B) | 347.91º | 0.61% | 0.89% | - |
| XYZ | 38.78 | 24.92 | 19.6 | - |
| YUV | 133.75 | 118.55 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 117 | 0 | 0.61 | 0.49 | 0.11 | 347.91 | 0.72 | 0.62 |
| Hex | E4 | 59 | 75 | 0 | 3D | 31 | B | 15C | 48 | 3E |
| Octal | 344 | 131 | 165 | 0 | 75 | 61 | 13 | 534 | 110 | 76 |
| Binary | 11100100 | 1011001 | 1110101 | 0 | 111101 | 110001 | 1011 | 101011100 | 1001000 | 111110 |
Color Harmonies of #E45975
Complementary color
Monochromatic Colors of #E45975
Black with #E45975
Text Example
Text Example
White with #E45975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45975; }
p { color: rgb(228,89,117); }
H1.HeaderClassName
{
color: #E45975;
}
.AnyTagClassName
{
color: #E45975;
}
</style>
background-color css
<style>
a { background-color: #E45975; }
a { background-color: rgb(228,89,117); }
div.DivClassName
{
background-color: #E45975;
}
.BgClassName
{
background-color: #E45975;
}
</style>
border-color css
<style>
span { border-color: #E45975; }
span { border-color: rgb(228,89,117); }
td.TdClassName
{
border-color: #E45975;
}
.TagClassName
{
border-color: #E45975;
}
</style>