Shades of Dark Pink #E86184
Tints of Dark Pink #E86184
RGB
CMYK
RGB Variations
Color information
#E86184 (or 0xE86184) is known color: Dark Pink. HEX triplet: E8, 61 and 84. RGB value is (232,97,132). Sum of RGB (Red+Green+Blue) = 232+97+132=461 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.33% from 461); Green value is 97 (38.28% from 255 or 21.04% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 232 - color contains mainly: red. Hex color #E86184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86184 is #179E7B. Grayscale: #8D8D8D. Windows color (decimal): -1547900 or 8675816. OLE color: 8675816.
HSL color Cylindrical-coordinate representation of color #E86184: hue angle of 344.44º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E86184 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 97 | 132 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.09 |
| HSL | 344.44º | 0.75% | 0.65% | - |
| HSV(B) | 344.44º | 0.58% | 0.91% | - |
| XYZ | 41.72 | 27.37 | 24.91 | - |
| YUV | 141.36 | 122.73 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 97 | 132 | 0 | 0.58 | 0.43 | 0.09 | 344.44 | 0.75 | 0.65 |
| Hex | E8 | 61 | 84 | 0 | 3A | 2B | 9 | 158 | 4B | 41 |
| Octal | 350 | 141 | 204 | 0 | 72 | 53 | 11 | 530 | 113 | 101 |
| Binary | 11101000 | 1100001 | 10000100 | 0 | 111010 | 101011 | 1001 | 101011000 | 1001011 | 1000001 |
Color Harmonies of #E86184
Complementary color
Monochromatic Colors of #E86184
Black with #E86184
Text Example
Text Example
White with #E86184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86184; }
p { color: rgb(232,97,132); }
H1.HeaderClassName
{
color: #E86184;
}
.AnyTagClassName
{
color: #E86184;
}
</style>
background-color css
<style>
a { background-color: #E86184; }
a { background-color: rgb(232,97,132); }
div.DivClassName
{
background-color: #E86184;
}
.BgClassName
{
background-color: #E86184;
}
</style>
border-color css
<style>
span { border-color: #E86184; }
span { border-color: rgb(232,97,132); }
td.TdClassName
{
border-color: #E86184;
}
.TagClassName
{
border-color: #E86184;
}
</style>