Shades of Dark Pink #E85881
Tints of Dark Pink #E85881
RGB
CMYK
RGB Variations
Color information
#E85881 (or 0xE85881) is known color: Dark Pink. HEX triplet: E8, 58 and 81. RGB value is (232,88,129). Sum of RGB (Red+Green+Blue) = 232+88+129=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E85881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85881 is #17A77E. Grayscale: #878787. Windows color (decimal): -1550207 or 8476904. OLE color: 8476904.
HSL color Cylindrical-coordinate representation of color #E85881: hue angle of 342.92º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E85881 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 129 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.09 |
| HSL | 342.92º | 0.76% | 0.63% | - |
| HSV(B) | 342.92º | 0.62% | 0.91% | - |
| XYZ | 40.73 | 25.72 | 23.59 | - |
| YUV | 135.73 | 124.21 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 129 | 0 | 0.62 | 0.44 | 0.09 | 342.92 | 0.76 | 0.63 |
| Hex | E8 | 58 | 81 | 0 | 3E | 2C | 9 | 157 | 4C | 3F |
| Octal | 350 | 130 | 201 | 0 | 76 | 54 | 11 | 527 | 114 | 77 |
| Binary | 11101000 | 1011000 | 10000001 | 0 | 111110 | 101100 | 1001 | 101010111 | 1001100 | 111111 |
Color Harmonies of #E85881
Complementary color
Monochromatic Colors of #E85881
Black with #E85881
Text Example
Text Example
White with #E85881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85881; }
p { color: rgb(232,88,129); }
H1.HeaderClassName
{
color: #E85881;
}
.AnyTagClassName
{
color: #E85881;
}
</style>
background-color css
<style>
a { background-color: #E85881; }
a { background-color: rgb(232,88,129); }
div.DivClassName
{
background-color: #E85881;
}
.BgClassName
{
background-color: #E85881;
}
</style>
border-color css
<style>
span { border-color: #E85881; }
span { border-color: rgb(232,88,129); }
td.TdClassName
{
border-color: #E85881;
}
.TagClassName
{
border-color: #E85881;
}
</style>