Shades of Dark Pink #E8547E
Tints of Dark Pink #E8547E
RGB
CMYK
RGB Variations
Color information
#E8547E (or 0xE8547E) is known color: Dark Pink. HEX triplet: E8, 54 and 7E. RGB value is (232,84,126). Sum of RGB (Red+Green+Blue) = 232+84+126=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E8547E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8547E is #17AB81. Grayscale: #858585. Windows color (decimal): -1551234 or 8279272. OLE color: 8279272.
HSL color Cylindrical-coordinate representation of color #E8547E: hue angle of 342.97º 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 #E8547E is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 126 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.09 |
| HSL | 342.97º | 0.76% | 0.62% | - |
| HSV(B) | 342.97º | 0.64% | 0.91% | - |
| XYZ | 40.21 | 25 | 22.45 | - |
| YUV | 133.04 | 124.03 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 126 | 0 | 0.64 | 0.46 | 0.09 | 342.97 | 0.76 | 0.62 |
| Hex | E8 | 54 | 7E | 0 | 40 | 2E | 9 | 157 | 4C | 3E |
| Octal | 350 | 124 | 176 | 0 | 100 | 56 | 11 | 527 | 114 | 76 |
| Binary | 11101000 | 1010100 | 1111110 | 0 | 1000000 | 101110 | 1001 | 101010111 | 1001100 | 111110 |
Color Harmonies of #E8547E
Complementary color
Monochromatic Colors of #E8547E
Black with #E8547E
Text Example
Text Example
White with #E8547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8547E; }
p { color: rgb(232,84,126); }
H1.HeaderClassName
{
color: #E8547E;
}
.AnyTagClassName
{
color: #E8547E;
}
</style>
background-color css
<style>
a { background-color: #E8547E; }
a { background-color: rgb(232,84,126); }
div.DivClassName
{
background-color: #E8547E;
}
.BgClassName
{
background-color: #E8547E;
}
</style>
border-color css
<style>
span { border-color: #E8547E; }
span { border-color: rgb(232,84,126); }
td.TdClassName
{
border-color: #E8547E;
}
.TagClassName
{
border-color: #E8547E;
}
</style>