Shades of Dark Pink #E8547B
Tints of Dark Pink #E8547B
RGB
CMYK
RGB Variations
Color information
#E8547B (or 0xE8547B) is known color: Dark Pink. HEX triplet: E8, 54 and 7B. RGB value is (232,84,123). Sum of RGB (Red+Green+Blue) = 232+84+123=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E8547B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8547B is #17AB84. Grayscale: #848484. Windows color (decimal): -1551237 or 8082664. OLE color: 8082664.
HSL color Cylindrical-coordinate representation of color #E8547B: hue angle of 344.19º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E8547B is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 123 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.09 |
| HSL | 344.19º | 0.76% | 0.62% | - |
| HSV(B) | 344.19º | 0.64% | 0.91% | - |
| XYZ | 40.02 | 24.93 | 21.44 | - |
| YUV | 132.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 123 | 0 | 0.64 | 0.47 | 0.09 | 344.19 | 0.76 | 0.62 |
| Hex | E8 | 54 | 7B | 0 | 40 | 2F | 9 | 158 | 4C | 3E |
| Octal | 350 | 124 | 173 | 0 | 100 | 57 | 11 | 530 | 114 | 76 |
| Binary | 11101000 | 1010100 | 1111011 | 0 | 1000000 | 101111 | 1001 | 101011000 | 1001100 | 111110 |
Color Harmonies of #E8547B
Complementary color
Monochromatic Colors of #E8547B
Black with #E8547B
Text Example
Text Example
White with #E8547B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8547B; }
p { color: rgb(232,84,123); }
H1.HeaderClassName
{
color: #E8547B;
}
.AnyTagClassName
{
color: #E8547B;
}
</style>
background-color css
<style>
a { background-color: #E8547B; }
a { background-color: rgb(232,84,123); }
div.DivClassName
{
background-color: #E8547B;
}
.BgClassName
{
background-color: #E8547B;
}
</style>
border-color css
<style>
span { border-color: #E8547B; }
span { border-color: rgb(232,84,123); }
td.TdClassName
{
border-color: #E8547B;
}
.TagClassName
{
border-color: #E8547B;
}
</style>