Shades of Hot Pink #E85FAB
Tints of Hot Pink #E85FAB
RGB
CMYK
RGB Variations
Color information
#E85FAB (or 0xE85FAB) is known color: Hot Pink. HEX triplet: E8, 5F and AB. RGB value is (232,95,171). Sum of RGB (Red+Green+Blue) = 232+95+171=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E85FAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85FAB is #17A054. Grayscale: #909090. Windows color (decimal): -1548373 or 11231208. OLE color: 11231208.
HSL color Cylindrical-coordinate representation of color #E85FAB: hue angle of 326.72º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E85FAB is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 95 | 171 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.09 |
| HSL | 326.72º | 0.75% | 0.64% | - |
| HSV(B) | 326.72º | 0.59% | 0.91% | - |
| XYZ | 44.72 | 28.28 | 41.63 | - |
| YUV | 144.63 | 142.89 | 190.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 95 | 171 | 0 | 0.59 | 0.26 | 0.09 | 326.72 | 0.75 | 0.64 |
| Hex | E8 | 5F | AB | 0 | 3B | 1A | 9 | 147 | 4B | 40 |
| Octal | 350 | 137 | 253 | 0 | 73 | 32 | 11 | 507 | 113 | 100 |
| Binary | 11101000 | 1011111 | 10101011 | 0 | 111011 | 11010 | 1001 | 101000111 | 1001011 | 1000000 |
Color Harmonies of #E85FAB
Complementary color
Monochromatic Colors of #E85FAB
Black with #E85FAB
Text Example
Text Example
White with #E85FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85FAB; }
p { color: rgb(232,95,171); }
H1.HeaderClassName
{
color: #E85FAB;
}
.AnyTagClassName
{
color: #E85FAB;
}
</style>
background-color css
<style>
a { background-color: #E85FAB; }
a { background-color: rgb(232,95,171); }
div.DivClassName
{
background-color: #E85FAB;
}
.BgClassName
{
background-color: #E85FAB;
}
</style>
border-color css
<style>
span { border-color: #E85FAB; }
span { border-color: rgb(232,95,171); }
td.TdClassName
{
border-color: #E85FAB;
}
.TagClassName
{
border-color: #E85FAB;
}
</style>