Shades of Dark Pink #E45985
Tints of Dark Pink #E45985
RGB
CMYK
RGB Variations
Color information
#E45985 (or 0xE45985) is known color: Dark Pink. HEX triplet: E4, 59 and 85. RGB value is (228,89,133). Sum of RGB (Red+Green+Blue) = 228+89+133=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E45985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45985 is #1BA67A. Grayscale: #878787. Windows color (decimal): -1812091 or 8739300. OLE color: 8739300.
HSL color Cylindrical-coordinate representation of color #E45985: hue angle of 341.01º 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 #E45985 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 133 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.11 |
| HSL | 341.01º | 0.72% | 0.62% | - |
| HSV(B) | 341.01º | 0.61% | 0.89% | - |
| XYZ | 39.8 | 25.33 | 24.98 | - |
| YUV | 135.58 | 126.55 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 133 | 0 | 0.61 | 0.42 | 0.11 | 341.01 | 0.72 | 0.62 |
| Hex | E4 | 59 | 85 | 0 | 3D | 2A | B | 155 | 48 | 3E |
| Octal | 344 | 131 | 205 | 0 | 75 | 52 | 13 | 525 | 110 | 76 |
| Binary | 11100100 | 1011001 | 10000101 | 0 | 111101 | 101010 | 1011 | 101010101 | 1001000 | 111110 |
Color Harmonies of #E45985
Complementary color
Monochromatic Colors of #E45985
Black with #E45985
Text Example
Text Example
White with #E45985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45985; }
p { color: rgb(228,89,133); }
H1.HeaderClassName
{
color: #E45985;
}
.AnyTagClassName
{
color: #E45985;
}
</style>
background-color css
<style>
a { background-color: #E45985; }
a { background-color: rgb(228,89,133); }
div.DivClassName
{
background-color: #E45985;
}
.BgClassName
{
background-color: #E45985;
}
</style>
border-color css
<style>
span { border-color: #E45985; }
span { border-color: rgb(228,89,133); }
td.TdClassName
{
border-color: #E45985;
}
.TagClassName
{
border-color: #E45985;
}
</style>