Shades of Dark Pink #E45F85
Tints of Dark Pink #E45F85
RGB
CMYK
RGB Variations
Color information
#E45F85 (or 0xE45F85) is known color: Dark Pink. HEX triplet: E4, 5F and 85. RGB value is (228,95,133). Sum of RGB (Red+Green+Blue) = 228+95+133=456 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45F85 is #1BA07A. Grayscale: #8B8B8B. Windows color (decimal): -1810555 or 8740836. OLE color: 8740836.
HSL color Cylindrical-coordinate representation of color #E45F85: hue angle of 342.86º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E45F85 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 95 | 133 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.11 |
| HSL | 342.86º | 0.71% | 0.63% | - |
| HSV(B) | 342.86º | 0.58% | 0.89% | - |
| XYZ | 40.32 | 26.37 | 25.16 | - |
| YUV | 139.1 | 124.56 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 133 | 0 | 0.58 | 0.42 | 0.11 | 342.86 | 0.71 | 0.63 |
| Hex | E4 | 5F | 85 | 0 | 3A | 2A | B | 157 | 47 | 3F |
| Octal | 344 | 137 | 205 | 0 | 72 | 52 | 13 | 527 | 107 | 77 |
| Binary | 11100100 | 1011111 | 10000101 | 0 | 111010 | 101010 | 1011 | 101010111 | 1000111 | 111111 |
Color Harmonies of #E45F85
Complementary color
Monochromatic Colors of #E45F85
Black with #E45F85
Text Example
Text Example
White with #E45F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45F85; }
p { color: rgb(228,95,133); }
H1.HeaderClassName
{
color: #E45F85;
}
.AnyTagClassName
{
color: #E45F85;
}
</style>
background-color css
<style>
a { background-color: #E45F85; }
a { background-color: rgb(228,95,133); }
div.DivClassName
{
background-color: #E45F85;
}
.BgClassName
{
background-color: #E45F85;
}
</style>
border-color css
<style>
span { border-color: #E45F85; }
span { border-color: rgb(228,95,133); }
td.TdClassName
{
border-color: #E45F85;
}
.TagClassName
{
border-color: #E45F85;
}
</style>