Shades of Dark Pink #E85488
Tints of Dark Pink #E85488
RGB
CMYK
RGB Variations
Color information
#E85488 (or 0xE85488) is known color: Dark Pink. HEX triplet: E8, 54 and 88. RGB value is (232,84,136). Sum of RGB (Red+Green+Blue) = 232+84+136=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E85488 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85488 is #17AB77. Grayscale: #868686. Windows color (decimal): -1551224 or 8934632. OLE color: 8934632.
HSL color Cylindrical-coordinate representation of color #E85488: hue angle of 338.92º 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 #E85488 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 136 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.09 |
| HSL | 338.92º | 0.76% | 0.62% | - |
| HSV(B) | 338.92º | 0.64% | 0.91% | - |
| XYZ | 40.89 | 25.27 | 26.02 | - |
| YUV | 134.18 | 129.03 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 136 | 0 | 0.64 | 0.41 | 0.09 | 338.92 | 0.76 | 0.62 |
| Hex | E8 | 54 | 88 | 0 | 40 | 29 | 9 | 153 | 4C | 3E |
| Octal | 350 | 124 | 210 | 0 | 100 | 51 | 11 | 523 | 114 | 76 |
| Binary | 11101000 | 1010100 | 10001000 | 0 | 1000000 | 101001 | 1001 | 101010011 | 1001100 | 111110 |
Color Harmonies of #E85488
Complementary color
Monochromatic Colors of #E85488
Black with #E85488
Text Example
Text Example
White with #E85488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85488; }
p { color: rgb(232,84,136); }
H1.HeaderClassName
{
color: #E85488;
}
.AnyTagClassName
{
color: #E85488;
}
</style>
background-color css
<style>
a { background-color: #E85488; }
a { background-color: rgb(232,84,136); }
div.DivClassName
{
background-color: #E85488;
}
.BgClassName
{
background-color: #E85488;
}
</style>
border-color css
<style>
span { border-color: #E85488; }
span { border-color: rgb(232,84,136); }
td.TdClassName
{
border-color: #E85488;
}
.TagClassName
{
border-color: #E85488;
}
</style>