Shades of Hot Pink #E86DB4
Tints of Hot Pink #E86DB4
RGB
CMYK
RGB Variations
Color information
#E86DB4 (or 0xE86DB4) is known color: Hot Pink. HEX triplet: E8, 6D and B4. RGB value is (232,109,180). Sum of RGB (Red+Green+Blue) = 232+109+180=521 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.53% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86DB4 is #17924B. Grayscale: #999999. Windows color (decimal): -1544780 or 11824616. OLE color: 11824616.
HSL color Cylindrical-coordinate representation of color #E86DB4: hue angle of 325.37º 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 #E86DB4 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 180 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.09 |
| HSL | 325.37º | 0.73% | 0.67% | - |
| HSV(B) | 325.37º | 0.53% | 0.91% | - |
| XYZ | 46.99 | 31.39 | 46.76 | - |
| YUV | 153.87 | 142.75 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 180 | 0 | 0.53 | 0.22 | 0.09 | 325.37 | 0.73 | 0.67 |
| Hex | E8 | 6D | B4 | 0 | 35 | 16 | 9 | 145 | 49 | 43 |
| Octal | 350 | 155 | 264 | 0 | 65 | 26 | 11 | 505 | 111 | 103 |
| Binary | 11101000 | 1101101 | 10110100 | 0 | 110101 | 10110 | 1001 | 101000101 | 1001001 | 1000011 |
Color Harmonies of #E86DB4
Complementary color
Monochromatic Colors of #E86DB4
Black with #E86DB4
Text Example
Text Example
White with #E86DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86DB4; }
p { color: rgb(232,109,180); }
H1.HeaderClassName
{
color: #E86DB4;
}
.AnyTagClassName
{
color: #E86DB4;
}
</style>
background-color css
<style>
a { background-color: #E86DB4; }
a { background-color: rgb(232,109,180); }
div.DivClassName
{
background-color: #E86DB4;
}
.BgClassName
{
background-color: #E86DB4;
}
</style>
border-color css
<style>
span { border-color: #E86DB4; }
span { border-color: rgb(232,109,180); }
td.TdClassName
{
border-color: #E86DB4;
}
.TagClassName
{
border-color: #E86DB4;
}
</style>