Shades of Dark Pink #E45984
Tints of Dark Pink #E45984
RGB
CMYK
RGB Variations
Color information
#E45984 (or 0xE45984) is known color: Dark Pink. HEX triplet: E4, 59 and 84. RGB value is (228,89,132). Sum of RGB (Red+Green+Blue) = 228+89+132=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 132 (51.95% from 255 or 29.40% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E45984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45984 is #1BA67B. Grayscale: #878787. Windows color (decimal): -1812092 or 8673764. OLE color: 8673764.
HSL color Cylindrical-coordinate representation of color #E45984: hue angle of 341.44º 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 #E45984 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 132 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.11 |
| HSL | 341.44º | 0.72% | 0.62% | - |
| HSV(B) | 341.44º | 0.61% | 0.89% | - |
| XYZ | 39.73 | 25.3 | 24.62 | - |
| YUV | 135.46 | 126.05 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 132 | 0 | 0.61 | 0.42 | 0.11 | 341.44 | 0.72 | 0.62 |
| Hex | E4 | 59 | 84 | 0 | 3D | 2A | B | 155 | 48 | 3E |
| Octal | 344 | 131 | 204 | 0 | 75 | 52 | 13 | 525 | 110 | 76 |
| Binary | 11100100 | 1011001 | 10000100 | 0 | 111101 | 101010 | 1011 | 101010101 | 1001000 | 111110 |
Color Harmonies of #E45984
Complementary color
Monochromatic Colors of #E45984
Black with #E45984
Text Example
Text Example
White with #E45984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45984; }
p { color: rgb(228,89,132); }
H1.HeaderClassName
{
color: #E45984;
}
.AnyTagClassName
{
color: #E45984;
}
</style>
background-color css
<style>
a { background-color: #E45984; }
a { background-color: rgb(228,89,132); }
div.DivClassName
{
background-color: #E45984;
}
.BgClassName
{
background-color: #E45984;
}
</style>
border-color css
<style>
span { border-color: #E45984; }
span { border-color: rgb(228,89,132); }
td.TdClassName
{
border-color: #E45984;
}
.TagClassName
{
border-color: #E45984;
}
</style>