Shades of Dark Pink #E45E8B
Tints of Dark Pink #E45E8B
RGB
CMYK
RGB Variations
Color information
#E45E8B (or 0xE45E8B) is known color: Dark Pink. HEX triplet: E4, 5E and 8B. RGB value is (228,94,139). Sum of RGB (Red+Green+Blue) = 228+94+139=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E45E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45E8B is #1BA174. Grayscale: #8B8B8B. Windows color (decimal): -1810805 or 9133796. OLE color: 9133796.
HSL color Cylindrical-coordinate representation of color #E45E8B: hue angle of 339.85º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45E8B is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 94 | 139 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.11 |
| HSL | 339.85º | 0.71% | 0.63% | - |
| HSV(B) | 339.85º | 0.59% | 0.89% | - |
| XYZ | 40.66 | 26.36 | 27.37 | - |
| YUV | 139.2 | 127.89 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 94 | 139 | 0 | 0.59 | 0.39 | 0.11 | 339.85 | 0.71 | 0.63 |
| Hex | E4 | 5E | 8B | 0 | 3B | 27 | B | 154 | 47 | 3F |
| Octal | 344 | 136 | 213 | 0 | 73 | 47 | 13 | 524 | 107 | 77 |
| Binary | 11100100 | 1011110 | 10001011 | 0 | 111011 | 100111 | 1011 | 101010100 | 1000111 | 111111 |
Color Harmonies of #E45E8B
Complementary color
Monochromatic Colors of #E45E8B
Black with #E45E8B
Text Example
Text Example
White with #E45E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45E8B; }
p { color: rgb(228,94,139); }
H1.HeaderClassName
{
color: #E45E8B;
}
.AnyTagClassName
{
color: #E45E8B;
}
</style>
background-color css
<style>
a { background-color: #E45E8B; }
a { background-color: rgb(228,94,139); }
div.DivClassName
{
background-color: #E45E8B;
}
.BgClassName
{
background-color: #E45E8B;
}
</style>
border-color css
<style>
span { border-color: #E45E8B; }
span { border-color: rgb(228,94,139); }
td.TdClassName
{
border-color: #E45E8B;
}
.TagClassName
{
border-color: #E45E8B;
}
</style>