Shades of Hot Pink #E85ABB
Tints of Hot Pink #E85ABB
RGB
CMYK
RGB Variations
Color information
#E85ABB (or 0xE85ABB) is known color: Hot Pink. HEX triplet: E8, 5A and BB. RGB value is (232,90,187). Sum of RGB (Red+Green+Blue) = 232+90+187=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E85ABB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85ABB is #17A544. Grayscale: #8F8F8F. Windows color (decimal): -1549637 or 12278504. OLE color: 12278504.
HSL color Cylindrical-coordinate representation of color #E85ABB: hue angle of 319.01º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E85ABB is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 187 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.09 |
| HSL | 319.01º | 0.76% | 0.63% | - |
| HSV(B) | 319.01º | 0.61% | 0.91% | - |
| XYZ | 45.9 | 28.06 | 50.01 | - |
| YUV | 143.52 | 152.54 | 191.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 187 | 0 | 0.61 | 0.19 | 0.09 | 319.01 | 0.76 | 0.63 |
| Hex | E8 | 5A | BB | 0 | 3D | 13 | 9 | 13F | 4C | 3F |
| Octal | 350 | 132 | 273 | 0 | 75 | 23 | 11 | 477 | 114 | 77 |
| Binary | 11101000 | 1011010 | 10111011 | 0 | 111101 | 10011 | 1001 | 100111111 | 1001100 | 111111 |
Color Harmonies of #E85ABB
Complementary color
Monochromatic Colors of #E85ABB
Black with #E85ABB
Text Example
Text Example
White with #E85ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85ABB; }
p { color: rgb(232,90,187); }
H1.HeaderClassName
{
color: #E85ABB;
}
.AnyTagClassName
{
color: #E85ABB;
}
</style>
background-color css
<style>
a { background-color: #E85ABB; }
a { background-color: rgb(232,90,187); }
div.DivClassName
{
background-color: #E85ABB;
}
.BgClassName
{
background-color: #E85ABB;
}
</style>
border-color css
<style>
span { border-color: #E85ABB; }
span { border-color: rgb(232,90,187); }
td.TdClassName
{
border-color: #E85ABB;
}
.TagClassName
{
border-color: #E85ABB;
}
</style>