Shades of Dark Pink #E85281
Tints of Dark Pink #E85281
RGB
CMYK
RGB Variations
Color information
#E85281 (or 0xE85281) is known color: Dark Pink. HEX triplet: E8, 52 and 81. RGB value is (232,82,129). Sum of RGB (Red+Green+Blue) = 232+82+129=443 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.37% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 232 - color contains mainly: red. Hex color #E85281 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85281 is #17AD7E. Grayscale: #848484. Windows color (decimal): -1551743 or 8475368. OLE color: 8475368.
HSL color Cylindrical-coordinate representation of color #E85281: hue angle of 341.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85281 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 129 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.09 |
| HSL | 341.2º | 0.77% | 0.62% | - |
| HSV(B) | 341.2º | 0.65% | 0.91% | - |
| XYZ | 40.26 | 24.78 | 23.43 | - |
| YUV | 132.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 129 | 0 | 0.65 | 0.44 | 0.09 | 341.2 | 0.77 | 0.62 |
| Hex | E8 | 52 | 81 | 0 | 41 | 2C | 9 | 155 | 4D | 3E |
| Octal | 350 | 122 | 201 | 0 | 101 | 54 | 11 | 525 | 115 | 76 |
| Binary | 11101000 | 1010010 | 10000001 | 0 | 1000001 | 101100 | 1001 | 101010101 | 1001101 | 111110 |
Color Harmonies of #E85281
Complementary color
Monochromatic Colors of #E85281
Black with #E85281
Text Example
Text Example
White with #E85281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85281; }
p { color: rgb(232,82,129); }
H1.HeaderClassName
{
color: #E85281;
}
.AnyTagClassName
{
color: #E85281;
}
</style>
background-color css
<style>
a { background-color: #E85281; }
a { background-color: rgb(232,82,129); }
div.DivClassName
{
background-color: #E85281;
}
.BgClassName
{
background-color: #E85281;
}
</style>
border-color css
<style>
span { border-color: #E85281; }
span { border-color: rgb(232,82,129); }
td.TdClassName
{
border-color: #E85281;
}
.TagClassName
{
border-color: #E85281;
}
</style>