Shades of Dark Pink #E45189
Tints of Dark Pink #E45189
RGB
CMYK
RGB Variations
Color information
#E45189 (or 0xE45189) is known color: Dark Pink. HEX triplet: E4, 51 and 89. RGB value is (228,81,137). Sum of RGB (Red+Green+Blue) = 228+81+137=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E45189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45189 is #1BAE76. Grayscale: #838383. Windows color (decimal): -1814135 or 8999396. OLE color: 8999396.
HSL color Cylindrical-coordinate representation of color #E45189: hue angle of 337.14º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E45189 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 137 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.11 |
| HSL | 337.14º | 0.73% | 0.61% | - |
| HSV(B) | 337.14º | 0.64% | 0.89% | - |
| XYZ | 39.45 | 24.18 | 26.26 | - |
| YUV | 131.34 | 131.2 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 137 | 0 | 0.64 | 0.40 | 0.11 | 337.14 | 0.73 | 0.61 |
| Hex | E4 | 51 | 89 | 0 | 40 | 28 | B | 151 | 49 | 3D |
| Octal | 344 | 121 | 211 | 0 | 100 | 50 | 13 | 521 | 111 | 75 |
| Binary | 11100100 | 1010001 | 10001001 | 0 | 1000000 | 101000 | 1011 | 101010001 | 1001001 | 111101 |
Color Harmonies of #E45189
Complementary color
Monochromatic Colors of #E45189
Black with #E45189
Text Example
Text Example
White with #E45189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45189; }
p { color: rgb(228,81,137); }
H1.HeaderClassName
{
color: #E45189;
}
.AnyTagClassName
{
color: #E45189;
}
</style>
background-color css
<style>
a { background-color: #E45189; }
a { background-color: rgb(228,81,137); }
div.DivClassName
{
background-color: #E45189;
}
.BgClassName
{
background-color: #E45189;
}
</style>
border-color css
<style>
span { border-color: #E45189; }
span { border-color: rgb(228,81,137); }
td.TdClassName
{
border-color: #E45189;
}
.TagClassName
{
border-color: #E45189;
}
</style>