Shades of Dark Pink #E86082
Tints of Dark Pink #E86082
RGB
CMYK
RGB Variations
Color information
#E86082 (or 0xE86082) is known color: Dark Pink. HEX triplet: E8, 60 and 82. RGB value is (232,96,130). Sum of RGB (Red+Green+Blue) = 232+96+130=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 130 (51.17% from 255 or 28.38% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E86082 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86082 is #179F7D. Grayscale: #8C8C8C. Windows color (decimal): -1548158 or 8544488. OLE color: 8544488.
HSL color Cylindrical-coordinate representation of color #E86082: hue angle of 345º 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 #E86082 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 96 | 130 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.09 |
| HSL | 345º | 0.75% | 0.64% | - |
| HSV(B) | 345º | 0.59% | 0.91% | - |
| XYZ | 41.49 | 27.13 | 24.17 | - |
| YUV | 140.54 | 122.06 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 96 | 130 | 0 | 0.59 | 0.44 | 0.09 | 345 | 0.75 | 0.64 |
| Hex | E8 | 60 | 82 | 0 | 3B | 2C | 9 | 159 | 4B | 40 |
| Octal | 350 | 140 | 202 | 0 | 73 | 54 | 11 | 531 | 113 | 100 |
| Binary | 11101000 | 1100000 | 10000010 | 0 | 111011 | 101100 | 1001 | 101011001 | 1001011 | 1000000 |
Color Harmonies of #E86082
Complementary color
Monochromatic Colors of #E86082
Black with #E86082
Text Example
Text Example
White with #E86082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86082; }
p { color: rgb(232,96,130); }
H1.HeaderClassName
{
color: #E86082;
}
.AnyTagClassName
{
color: #E86082;
}
</style>
background-color css
<style>
a { background-color: #E86082; }
a { background-color: rgb(232,96,130); }
div.DivClassName
{
background-color: #E86082;
}
.BgClassName
{
background-color: #E86082;
}
</style>
border-color css
<style>
span { border-color: #E86082; }
span { border-color: rgb(232,96,130); }
td.TdClassName
{
border-color: #E86082;
}
.TagClassName
{
border-color: #E86082;
}
</style>