Shades of Dark Pink #E45885
Tints of Dark Pink #E45885
RGB
CMYK
RGB Variations
Color information
#E45885 (or 0xE45885) is known color: Dark Pink. HEX triplet: E4, 58 and 85. RGB value is (228,88,133). Sum of RGB (Red+Green+Blue) = 228+88+133=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E45885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45885 is #1BA77A. Grayscale: #868686. Windows color (decimal): -1812347 or 8739044. OLE color: 8739044.
HSL color Cylindrical-coordinate representation of color #E45885: hue angle of 340.71º 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 #E45885 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 88 | 133 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.11 |
| HSL | 340.71º | 0.72% | 0.62% | - |
| HSV(B) | 340.71º | 0.61% | 0.89% | - |
| XYZ | 39.72 | 25.17 | 24.95 | - |
| YUV | 134.99 | 126.88 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 88 | 133 | 0 | 0.61 | 0.42 | 0.11 | 340.71 | 0.72 | 0.62 |
| Hex | E4 | 58 | 85 | 0 | 3D | 2A | B | 155 | 48 | 3E |
| Octal | 344 | 130 | 205 | 0 | 75 | 52 | 13 | 525 | 110 | 76 |
| Binary | 11100100 | 1011000 | 10000101 | 0 | 111101 | 101010 | 1011 | 101010101 | 1001000 | 111110 |
Color Harmonies of #E45885
Complementary color
Monochromatic Colors of #E45885
Black with #E45885
Text Example
Text Example
White with #E45885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45885; }
p { color: rgb(228,88,133); }
H1.HeaderClassName
{
color: #E45885;
}
.AnyTagClassName
{
color: #E45885;
}
</style>
background-color css
<style>
a { background-color: #E45885; }
a { background-color: rgb(228,88,133); }
div.DivClassName
{
background-color: #E45885;
}
.BgClassName
{
background-color: #E45885;
}
</style>
border-color css
<style>
span { border-color: #E45885; }
span { border-color: rgb(228,88,133); }
td.TdClassName
{
border-color: #E45885;
}
.TagClassName
{
border-color: #E45885;
}
</style>