Shades of Hot Pink #E86BBA
Tints of Hot Pink #E86BBA
RGB
CMYK
RGB Variations
Color information
#E86BBA (or 0xE86BBA) is known color: Hot Pink. HEX triplet: E8, 6B and BA. RGB value is (232,107,186). Sum of RGB (Red+Green+Blue) = 232+107+186=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E86BBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86BBA is #179445. Grayscale: #999999. Windows color (decimal): -1545286 or 12217320. OLE color: 12217320.
HSL color Cylindrical-coordinate representation of color #E86BBA: hue angle of 322.08º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E86BBA is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 107 | 186 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.09 |
| HSL | 322.08º | 0.73% | 0.66% | - |
| HSV(B) | 322.08º | 0.54% | 0.91% | - |
| XYZ | 47.4 | 31.22 | 49.98 | - |
| YUV | 153.38 | 146.41 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 107 | 186 | 0 | 0.54 | 0.20 | 0.09 | 322.08 | 0.73 | 0.66 |
| Hex | E8 | 6B | BA | 0 | 36 | 14 | 9 | 142 | 49 | 42 |
| Octal | 350 | 153 | 272 | 0 | 66 | 24 | 11 | 502 | 111 | 102 |
| Binary | 11101000 | 1101011 | 10111010 | 0 | 110110 | 10100 | 1001 | 101000010 | 1001001 | 1000010 |
Color Harmonies of #E86BBA
Complementary color
Monochromatic Colors of #E86BBA
Black with #E86BBA
Text Example
Text Example
White with #E86BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86BBA; }
p { color: rgb(232,107,186); }
H1.HeaderClassName
{
color: #E86BBA;
}
.AnyTagClassName
{
color: #E86BBA;
}
</style>
background-color css
<style>
a { background-color: #E86BBA; }
a { background-color: rgb(232,107,186); }
div.DivClassName
{
background-color: #E86BBA;
}
.BgClassName
{
background-color: #E86BBA;
}
</style>
border-color css
<style>
span { border-color: #E86BBA; }
span { border-color: rgb(232,107,186); }
td.TdClassName
{
border-color: #E86BBA;
}
.TagClassName
{
border-color: #E86BBA;
}
</style>