Shades of Dark Pink #E45A8D
Tints of Dark Pink #E45A8D
RGB
CMYK
RGB Variations
Color information
#E45A8D (or 0xE45A8D) is known color: Dark Pink. HEX triplet: E4, 5A and 8D. RGB value is (228,90,141). Sum of RGB (Red+Green+Blue) = 228+90+141=459 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.67% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45A8D is #1BA572. Grayscale: #898989. Windows color (decimal): -1811827 or 9263844. OLE color: 9263844.
HSL color Cylindrical-coordinate representation of color #E45A8D: hue angle of 337.83º 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 #E45A8D is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 141 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.11 |
| HSL | 337.83º | 0.72% | 0.62% | - |
| HSV(B) | 337.83º | 0.61% | 0.89% | - |
| XYZ | 40.46 | 25.73 | 28.03 | - |
| YUV | 137.08 | 130.22 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 141 | 0 | 0.61 | 0.38 | 0.11 | 337.83 | 0.72 | 0.62 |
| Hex | E4 | 5A | 8D | 0 | 3D | 26 | B | 152 | 48 | 3E |
| Octal | 344 | 132 | 215 | 0 | 75 | 46 | 13 | 522 | 110 | 76 |
| Binary | 11100100 | 1011010 | 10001101 | 0 | 111101 | 100110 | 1011 | 101010010 | 1001000 | 111110 |
Color Harmonies of #E45A8D
Complementary color
Monochromatic Colors of #E45A8D
Black with #E45A8D
Text Example
Text Example
White with #E45A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45A8D; }
p { color: rgb(228,90,141); }
H1.HeaderClassName
{
color: #E45A8D;
}
.AnyTagClassName
{
color: #E45A8D;
}
</style>
background-color css
<style>
a { background-color: #E45A8D; }
a { background-color: rgb(228,90,141); }
div.DivClassName
{
background-color: #E45A8D;
}
.BgClassName
{
background-color: #E45A8D;
}
</style>
border-color css
<style>
span { border-color: #E45A8D; }
span { border-color: rgb(228,90,141); }
td.TdClassName
{
border-color: #E45A8D;
}
.TagClassName
{
border-color: #E45A8D;
}
</style>