Shades of Dark Pink #E45590
Tints of Dark Pink #E45590
RGB
CMYK
RGB Variations
Color information
#E45590 (or 0xE45590) is known color: Dark Pink. HEX triplet: E4, 55 and 90. RGB value is (228,85,144). Sum of RGB (Red+Green+Blue) = 228+85+144=457 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.89% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 228 - color contains mainly: red. Hex color #E45590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45590 is #1BAA6F. Grayscale: #868686. Windows color (decimal): -1813104 or 9459172. OLE color: 9459172.
HSL color Cylindrical-coordinate representation of color #E45590: hue angle of 335.24º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E45590 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 144 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.11 |
| HSL | 335.24º | 0.73% | 0.61% | - |
| HSV(B) | 335.24º | 0.63% | 0.89% | - |
| XYZ | 40.28 | 25 | 29.09 | - |
| YUV | 134.48 | 133.38 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 144 | 0 | 0.63 | 0.37 | 0.11 | 335.24 | 0.73 | 0.61 |
| Hex | E4 | 55 | 90 | 0 | 3F | 25 | B | 14F | 49 | 3D |
| Octal | 344 | 125 | 220 | 0 | 77 | 45 | 13 | 517 | 111 | 75 |
| Binary | 11100100 | 1010101 | 10010000 | 0 | 111111 | 100101 | 1011 | 101001111 | 1001001 | 111101 |
Color Harmonies of #E45590
Complementary color
Monochromatic Colors of #E45590
Black with #E45590
Text Example
Text Example
White with #E45590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45590; }
p { color: rgb(228,85,144); }
H1.HeaderClassName
{
color: #E45590;
}
.AnyTagClassName
{
color: #E45590;
}
</style>
background-color css
<style>
a { background-color: #E45590; }
a { background-color: rgb(228,85,144); }
div.DivClassName
{
background-color: #E45590;
}
.BgClassName
{
background-color: #E45590;
}
</style>
border-color css
<style>
span { border-color: #E45590; }
span { border-color: rgb(228,85,144); }
td.TdClassName
{
border-color: #E45590;
}
.TagClassName
{
border-color: #E45590;
}
</style>