Shades of Hot Pink #E86DB0
Tints of Hot Pink #E86DB0
RGB
CMYK
RGB Variations
Color information
#E86DB0 (or 0xE86DB0) is known color: Hot Pink. HEX triplet: E8, 6D and B0. RGB value is (232,109,176). Sum of RGB (Red+Green+Blue) = 232+109+176=517 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.87% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86DB0 is #17924F. Grayscale: #999999. Windows color (decimal): -1544784 or 11562472. OLE color: 11562472.
HSL color Cylindrical-coordinate representation of color #E86DB0: hue angle of 327.32º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86DB0 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 176 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.09 |
| HSL | 327.32º | 0.73% | 0.67% | - |
| HSV(B) | 327.32º | 0.53% | 0.91% | - |
| XYZ | 46.58 | 31.23 | 44.65 | - |
| YUV | 153.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 176 | 0 | 0.53 | 0.24 | 0.09 | 327.32 | 0.73 | 0.67 |
| Hex | E8 | 6D | B0 | 0 | 35 | 18 | 9 | 147 | 49 | 43 |
| Octal | 350 | 155 | 260 | 0 | 65 | 30 | 11 | 507 | 111 | 103 |
| Binary | 11101000 | 1101101 | 10110000 | 0 | 110101 | 11000 | 1001 | 101000111 | 1001001 | 1000011 |
Color Harmonies of #E86DB0
Complementary color
Monochromatic Colors of #E86DB0
Black with #E86DB0
Text Example
Text Example
White with #E86DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86DB0; }
p { color: rgb(232,109,176); }
H1.HeaderClassName
{
color: #E86DB0;
}
.AnyTagClassName
{
color: #E86DB0;
}
</style>
background-color css
<style>
a { background-color: #E86DB0; }
a { background-color: rgb(232,109,176); }
div.DivClassName
{
background-color: #E86DB0;
}
.BgClassName
{
background-color: #E86DB0;
}
</style>
border-color css
<style>
span { border-color: #E86DB0; }
span { border-color: rgb(232,109,176); }
td.TdClassName
{
border-color: #E86DB0;
}
.TagClassName
{
border-color: #E86DB0;
}
</style>