Shades of Dark Pink #E45F8E
Tints of Dark Pink #E45F8E
RGB
CMYK
RGB Variations
Color information
#E45F8E (or 0xE45F8E) is known color: Dark Pink. HEX triplet: E4, 5F and 8E. RGB value is (228,95,142). Sum of RGB (Red+Green+Blue) = 228+95+142=465 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.03% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45F8E is #1BA071. Grayscale: #8C8C8C. Windows color (decimal): -1810546 or 9330660. OLE color: 9330660.
HSL color Cylindrical-coordinate representation of color #E45F8E: hue angle of 338.8º 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 #E45F8E is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 95 | 142 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.11 |
| HSL | 338.8º | 0.71% | 0.63% | - |
| HSV(B) | 338.8º | 0.58% | 0.89% | - |
| XYZ | 40.97 | 26.63 | 28.57 | - |
| YUV | 140.13 | 129.06 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 142 | 0 | 0.58 | 0.38 | 0.11 | 338.8 | 0.71 | 0.63 |
| Hex | E4 | 5F | 8E | 0 | 3A | 26 | B | 153 | 47 | 3F |
| Octal | 344 | 137 | 216 | 0 | 72 | 46 | 13 | 523 | 107 | 77 |
| Binary | 11100100 | 1011111 | 10001110 | 0 | 111010 | 100110 | 1011 | 101010011 | 1000111 | 111111 |
Color Harmonies of #E45F8E
Complementary color
Monochromatic Colors of #E45F8E
Black with #E45F8E
Text Example
Text Example
White with #E45F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45F8E; }
p { color: rgb(228,95,142); }
H1.HeaderClassName
{
color: #E45F8E;
}
.AnyTagClassName
{
color: #E45F8E;
}
</style>
background-color css
<style>
a { background-color: #E45F8E; }
a { background-color: rgb(228,95,142); }
div.DivClassName
{
background-color: #E45F8E;
}
.BgClassName
{
background-color: #E45F8E;
}
</style>
border-color css
<style>
span { border-color: #E45F8E; }
span { border-color: rgb(228,95,142); }
td.TdClassName
{
border-color: #E45F8E;
}
.TagClassName
{
border-color: #E45F8E;
}
</style>