Shades of Dark Pink #E84D88
Tints of Dark Pink #E84D88
RGB
CMYK
RGB Variations
Color information
#E84D88 (or 0xE84D88) is known color: Dark Pink. HEX triplet: E8, 4D and 88. RGB value is (232,77,136). Sum of RGB (Red+Green+Blue) = 232+77+136=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E84D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E84D88 is #17B277. Grayscale: #818181. Windows color (decimal): -1553016 or 8932840. OLE color: 8932840.
HSL color Cylindrical-coordinate representation of color #E84D88: hue angle of 337.16º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E84D88 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 77 | 136 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.09 |
| HSL | 337.16º | 0.77% | 0.61% | - |
| HSV(B) | 337.16º | 0.67% | 0.91% | - |
| XYZ | 40.38 | 24.24 | 25.84 | - |
| YUV | 130.07 | 131.35 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 77 | 136 | 0 | 0.67 | 0.41 | 0.09 | 337.16 | 0.77 | 0.61 |
| Hex | E8 | 4D | 88 | 0 | 43 | 29 | 9 | 151 | 4D | 3D |
| Octal | 350 | 115 | 210 | 0 | 103 | 51 | 11 | 521 | 115 | 75 |
| Binary | 11101000 | 1001101 | 10001000 | 0 | 1000011 | 101001 | 1001 | 101010001 | 1001101 | 111101 |
Color Harmonies of #E84D88
Complementary color
Monochromatic Colors of #E84D88
Black with #E84D88
Text Example
Text Example
White with #E84D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E84D88; }
p { color: rgb(232,77,136); }
H1.HeaderClassName
{
color: #E84D88;
}
.AnyTagClassName
{
color: #E84D88;
}
</style>
background-color css
<style>
a { background-color: #E84D88; }
a { background-color: rgb(232,77,136); }
div.DivClassName
{
background-color: #E84D88;
}
.BgClassName
{
background-color: #E84D88;
}
</style>
border-color css
<style>
span { border-color: #E84D88; }
span { border-color: rgb(232,77,136); }
td.TdClassName
{
border-color: #E84D88;
}
.TagClassName
{
border-color: #E84D88;
}
</style>