Shades of Dark Pink #E86086
Tints of Dark Pink #E86086
RGB
CMYK
RGB Variations
Color information
#E86086 (or 0xE86086) is known color: Dark Pink. HEX triplet: E8, 60 and 86. RGB value is (232,96,134). Sum of RGB (Red+Green+Blue) = 232+96+134=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E86086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86086 is #179F79. Grayscale: #8C8C8C. Windows color (decimal): -1548154 or 8806632. OLE color: 8806632.
HSL color Cylindrical-coordinate representation of color #E86086: hue angle of 343.24º 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 #E86086 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 134 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.09 |
| HSL | 343.24º | 0.75% | 0.64% | - |
| HSV(B) | 343.24º | 0.59% | 0.91% | - |
| XYZ | 41.76 | 27.24 | 25.61 | - |
| YUV | 141 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 134 | 0 | 0.59 | 0.42 | 0.09 | 343.24 | 0.75 | 0.64 |
| Hex | E8 | 60 | 86 | 0 | 3B | 2A | 9 | 157 | 4B | 40 |
| Octal | 350 | 140 | 206 | 0 | 73 | 52 | 11 | 527 | 113 | 100 |
| Binary | 11101000 | 1100000 | 10000110 | 0 | 111011 | 101010 | 1001 | 101010111 | 1001011 | 1000000 |
Color Harmonies of #E86086
Complementary color
Monochromatic Colors of #E86086
Black with #E86086
Text Example
Text Example
White with #E86086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86086; }
p { color: rgb(232,96,134); }
H1.HeaderClassName
{
color: #E86086;
}
.AnyTagClassName
{
color: #E86086;
}
</style>
background-color css
<style>
a { background-color: #E86086; }
a { background-color: rgb(232,96,134); }
div.DivClassName
{
background-color: #E86086;
}
.BgClassName
{
background-color: #E86086;
}
</style>
border-color css
<style>
span { border-color: #E86086; }
span { border-color: rgb(232,96,134); }
td.TdClassName
{
border-color: #E86086;
}
.TagClassName
{
border-color: #E86086;
}
</style>