Shades of Dark Pink #E86080
Tints of Dark Pink #E86080
RGB
CMYK
RGB Variations
Color information
#E86080 (or 0xE86080) is known color: Dark Pink. HEX triplet: E8, 60 and 80. RGB value is (232,96,128). Sum of RGB (Red+Green+Blue) = 232+96+128=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E86080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86080 is #179F7F. Grayscale: #8C8C8C. Windows color (decimal): -1548160 or 8413416. OLE color: 8413416.
HSL color Cylindrical-coordinate representation of color #E86080: hue angle of 345.88º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E86080 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 128 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.09 |
| HSL | 345.88º | 0.75% | 0.64% | - |
| HSV(B) | 345.88º | 0.59% | 0.91% | - |
| XYZ | 41.36 | 27.08 | 23.47 | - |
| YUV | 140.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 128 | 0 | 0.59 | 0.45 | 0.09 | 345.88 | 0.75 | 0.64 |
| Hex | E8 | 60 | 80 | 0 | 3B | 2D | 9 | 15A | 4B | 40 |
| Octal | 350 | 140 | 200 | 0 | 73 | 55 | 11 | 532 | 113 | 100 |
| Binary | 11101000 | 1100000 | 10000000 | 0 | 111011 | 101101 | 1001 | 101011010 | 1001011 | 1000000 |
Color Harmonies of #E86080
Complementary color
Monochromatic Colors of #E86080
Black with #E86080
Text Example
Text Example
White with #E86080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86080; }
p { color: rgb(232,96,128); }
H1.HeaderClassName
{
color: #E86080;
}
.AnyTagClassName
{
color: #E86080;
}
</style>
background-color css
<style>
a { background-color: #E86080; }
a { background-color: rgb(232,96,128); }
div.DivClassName
{
background-color: #E86080;
}
.BgClassName
{
background-color: #E86080;
}
</style>
border-color css
<style>
span { border-color: #E86080; }
span { border-color: rgb(232,96,128); }
td.TdClassName
{
border-color: #E86080;
}
.TagClassName
{
border-color: #E86080;
}
</style>