Shades of Hot Pink #E86CB6
Tints of Hot Pink #E86CB6
RGB
CMYK
RGB Variations
Color information
#E86CB6 (or 0xE86CB6) is known color: Hot Pink. HEX triplet: E8, 6C and B6. RGB value is (232,108,182). Sum of RGB (Red+Green+Blue) = 232+108+182=522 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.44% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 232 - color contains mainly: red. Hex color #E86CB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86CB6 is #179349. Grayscale: #999999. Windows color (decimal): -1545034 or 11955432. OLE color: 11955432.
HSL color Cylindrical-coordinate representation of color #E86CB6: hue angle of 324.19º 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 #E86CB6 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 182 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.09 |
| HSL | 324.19º | 0.73% | 0.67% | - |
| HSV(B) | 324.19º | 0.53% | 0.91% | - |
| XYZ | 47.08 | 31.26 | 47.81 | - |
| YUV | 153.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 182 | 0 | 0.53 | 0.22 | 0.09 | 324.19 | 0.73 | 0.67 |
| Hex | E8 | 6C | B6 | 0 | 35 | 16 | 9 | 144 | 49 | 43 |
| Octal | 350 | 154 | 266 | 0 | 65 | 26 | 11 | 504 | 111 | 103 |
| Binary | 11101000 | 1101100 | 10110110 | 0 | 110101 | 10110 | 1001 | 101000100 | 1001001 | 1000011 |
Color Harmonies of #E86CB6
Complementary color
Monochromatic Colors of #E86CB6
Black with #E86CB6
Text Example
Text Example
White with #E86CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86CB6; }
p { color: rgb(232,108,182); }
H1.HeaderClassName
{
color: #E86CB6;
}
.AnyTagClassName
{
color: #E86CB6;
}
</style>
background-color css
<style>
a { background-color: #E86CB6; }
a { background-color: rgb(232,108,182); }
div.DivClassName
{
background-color: #E86CB6;
}
.BgClassName
{
background-color: #E86CB6;
}
</style>
border-color css
<style>
span { border-color: #E86CB6; }
span { border-color: rgb(232,108,182); }
td.TdClassName
{
border-color: #E86CB6;
}
.TagClassName
{
border-color: #E86CB6;
}
</style>