Shades of Dark Pink #E45880
Tints of Dark Pink #E45880
RGB
CMYK
RGB Variations
Color information
#E45880 (or 0xE45880) is known color: Dark Pink. HEX triplet: E4, 58 and 80. RGB value is (228,88,128). Sum of RGB (Red+Green+Blue) = 228+88+128=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E45880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45880 is #1BA77F. Grayscale: #868686. Windows color (decimal): -1812352 or 8411364. OLE color: 8411364.
HSL color Cylindrical-coordinate representation of color #E45880: hue angle of 342.86º 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 #E45880 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 88 | 128 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.11 |
| HSL | 342.86º | 0.72% | 0.62% | - |
| HSV(B) | 342.86º | 0.61% | 0.89% | - |
| XYZ | 39.38 | 25.03 | 23.18 | - |
| YUV | 134.42 | 124.38 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 88 | 128 | 0 | 0.61 | 0.44 | 0.11 | 342.86 | 0.72 | 0.62 |
| Hex | E4 | 58 | 80 | 0 | 3D | 2C | B | 157 | 48 | 3E |
| Octal | 344 | 130 | 200 | 0 | 75 | 54 | 13 | 527 | 110 | 76 |
| Binary | 11100100 | 1011000 | 10000000 | 0 | 111101 | 101100 | 1011 | 101010111 | 1001000 | 111110 |
Color Harmonies of #E45880
Complementary color
Monochromatic Colors of #E45880
Black with #E45880
Text Example
Text Example
White with #E45880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45880; }
p { color: rgb(228,88,128); }
H1.HeaderClassName
{
color: #E45880;
}
.AnyTagClassName
{
color: #E45880;
}
</style>
background-color css
<style>
a { background-color: #E45880; }
a { background-color: rgb(228,88,128); }
div.DivClassName
{
background-color: #E45880;
}
.BgClassName
{
background-color: #E45880;
}
</style>
border-color css
<style>
span { border-color: #E45880; }
span { border-color: rgb(228,88,128); }
td.TdClassName
{
border-color: #E45880;
}
.TagClassName
{
border-color: #E45880;
}
</style>