Shades of Dark Pink #E45580
Tints of Dark Pink #E45580
RGB
CMYK
RGB Variations
Color information
#E45580 (or 0xE45580) is known color: Dark Pink. HEX triplet: E4, 55 and 80. RGB value is (228,85,128). Sum of RGB (Red+Green+Blue) = 228+85+128=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E45580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45580 is #1BAA7F. Grayscale: #848484. Windows color (decimal): -1813120 or 8410596. OLE color: 8410596.
HSL color Cylindrical-coordinate representation of color #E45580: hue angle of 341.96º 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 #E45580 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 128 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.11 |
| HSL | 341.96º | 0.73% | 0.61% | - |
| HSV(B) | 341.96º | 0.63% | 0.89% | - |
| XYZ | 39.14 | 24.55 | 23.1 | - |
| YUV | 132.66 | 125.38 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 128 | 0 | 0.63 | 0.44 | 0.11 | 341.96 | 0.73 | 0.61 |
| Hex | E4 | 55 | 80 | 0 | 3F | 2C | B | 156 | 49 | 3D |
| Octal | 344 | 125 | 200 | 0 | 77 | 54 | 13 | 526 | 111 | 75 |
| Binary | 11100100 | 1010101 | 10000000 | 0 | 111111 | 101100 | 1011 | 101010110 | 1001001 | 111101 |
Color Harmonies of #E45580
Complementary color
Monochromatic Colors of #E45580
Black with #E45580
Text Example
Text Example
White with #E45580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45580; }
p { color: rgb(228,85,128); }
H1.HeaderClassName
{
color: #E45580;
}
.AnyTagClassName
{
color: #E45580;
}
</style>
background-color css
<style>
a { background-color: #E45580; }
a { background-color: rgb(228,85,128); }
div.DivClassName
{
background-color: #E45580;
}
.BgClassName
{
background-color: #E45580;
}
</style>
border-color css
<style>
span { border-color: #E45580; }
span { border-color: rgb(228,85,128); }
td.TdClassName
{
border-color: #E45580;
}
.TagClassName
{
border-color: #E45580;
}
</style>