Shades of Dark Pink #E45585
Tints of Dark Pink #E45585
RGB
CMYK
RGB Variations
Color information
#E45585 (or 0xE45585) is known color: Dark Pink. HEX triplet: E4, 55 and 85. RGB value is (228,85,133). Sum of RGB (Red+Green+Blue) = 228+85+133=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E45585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45585 is #1BAA7A. Grayscale: #858585. Windows color (decimal): -1813115 or 8738276. OLE color: 8738276.
HSL color Cylindrical-coordinate representation of color #E45585: hue angle of 339.86º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E45585 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 133 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.11 |
| HSL | 339.86º | 0.73% | 0.61% | - |
| HSV(B) | 339.86º | 0.63% | 0.89% | - |
| XYZ | 39.48 | 24.68 | 24.87 | - |
| YUV | 133.23 | 127.88 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 133 | 0 | 0.63 | 0.42 | 0.11 | 339.86 | 0.73 | 0.61 |
| Hex | E4 | 55 | 85 | 0 | 3F | 2A | B | 154 | 49 | 3D |
| Octal | 344 | 125 | 205 | 0 | 77 | 52 | 13 | 524 | 111 | 75 |
| Binary | 11100100 | 1010101 | 10000101 | 0 | 111111 | 101010 | 1011 | 101010100 | 1001001 | 111101 |
Color Harmonies of #E45585
Complementary color
Monochromatic Colors of #E45585
Black with #E45585
Text Example
Text Example
White with #E45585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45585; }
p { color: rgb(228,85,133); }
H1.HeaderClassName
{
color: #E45585;
}
.AnyTagClassName
{
color: #E45585;
}
</style>
background-color css
<style>
a { background-color: #E45585; }
a { background-color: rgb(228,85,133); }
div.DivClassName
{
background-color: #E45585;
}
.BgClassName
{
background-color: #E45585;
}
</style>
border-color css
<style>
span { border-color: #E45585; }
span { border-color: rgb(228,85,133); }
td.TdClassName
{
border-color: #E45585;
}
.TagClassName
{
border-color: #E45585;
}
</style>