Shades of Dark Pink #E85480
Tints of Dark Pink #E85480
RGB
CMYK
RGB Variations
Color information
#E85480 (or 0xE85480) is known color: Dark Pink. HEX triplet: E8, 54 and 80. RGB value is (232,84,128). Sum of RGB (Red+Green+Blue) = 232+84+128=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 84 (33.20% from 255 or 18.92% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E85480 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85480 is #17AB7F. Grayscale: #858585. Windows color (decimal): -1551232 or 8410344. OLE color: 8410344.
HSL color Cylindrical-coordinate representation of color #E85480: hue angle of 342.16º 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 #E85480 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 84 | 128 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.09 |
| HSL | 342.16º | 0.76% | 0.62% | - |
| HSV(B) | 342.16º | 0.64% | 0.91% | - |
| XYZ | 40.35 | 25.05 | 23.13 | - |
| YUV | 133.27 | 125.03 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 84 | 128 | 0 | 0.64 | 0.45 | 0.09 | 342.16 | 0.76 | 0.62 |
| Hex | E8 | 54 | 80 | 0 | 40 | 2D | 9 | 156 | 4C | 3E |
| Octal | 350 | 124 | 200 | 0 | 100 | 55 | 11 | 526 | 114 | 76 |
| Binary | 11101000 | 1010100 | 10000000 | 0 | 1000000 | 101101 | 1001 | 101010110 | 1001100 | 111110 |
Color Harmonies of #E85480
Complementary color
Monochromatic Colors of #E85480
Black with #E85480
Text Example
Text Example
White with #E85480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85480; }
p { color: rgb(232,84,128); }
H1.HeaderClassName
{
color: #E85480;
}
.AnyTagClassName
{
color: #E85480;
}
</style>
background-color css
<style>
a { background-color: #E85480; }
a { background-color: rgb(232,84,128); }
div.DivClassName
{
background-color: #E85480;
}
.BgClassName
{
background-color: #E85480;
}
</style>
border-color css
<style>
span { border-color: #E85480; }
span { border-color: rgb(232,84,128); }
td.TdClassName
{
border-color: #E85480;
}
.TagClassName
{
border-color: #E85480;
}
</style>