Shades of Hot Pink #E85ABA
Tints of Hot Pink #E85ABA
RGB
CMYK
RGB Variations
Color information
#E85ABA (or 0xE85ABA) is known color: Hot Pink. HEX triplet: E8, 5A and BA. RGB value is (232,90,186). Sum of RGB (Red+Green+Blue) = 232+90+186=508 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.67% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 232 - color contains mainly: red. Hex color #E85ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E85ABA is #17A545. Grayscale: #8F8F8F. Windows color (decimal): -1549638 or 12212968. OLE color: 12212968.
HSL color Cylindrical-coordinate representation of color #E85ABA: hue angle of 319.44º 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 #E85ABA is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 186 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.09 |
| HSL | 319.44º | 0.76% | 0.63% | - |
| HSV(B) | 319.44º | 0.61% | 0.91% | - |
| XYZ | 45.8 | 28.01 | 49.45 | - |
| YUV | 143.4 | 152.04 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 186 | 0 | 0.61 | 0.20 | 0.09 | 319.44 | 0.76 | 0.63 |
| Hex | E8 | 5A | BA | 0 | 3D | 14 | 9 | 13F | 4C | 3F |
| Octal | 350 | 132 | 272 | 0 | 75 | 24 | 11 | 477 | 114 | 77 |
| Binary | 11101000 | 1011010 | 10111010 | 0 | 111101 | 10100 | 1001 | 100111111 | 1001100 | 111111 |
Color Harmonies of #E85ABA
Complementary color
Monochromatic Colors of #E85ABA
Black with #E85ABA
Text Example
Text Example
White with #E85ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85ABA; }
p { color: rgb(232,90,186); }
H1.HeaderClassName
{
color: #E85ABA;
}
.AnyTagClassName
{
color: #E85ABA;
}
</style>
background-color css
<style>
a { background-color: #E85ABA; }
a { background-color: rgb(232,90,186); }
div.DivClassName
{
background-color: #E85ABA;
}
.BgClassName
{
background-color: #E85ABA;
}
</style>
border-color css
<style>
span { border-color: #E85ABA; }
span { border-color: rgb(232,90,186); }
td.TdClassName
{
border-color: #E85ABA;
}
.TagClassName
{
border-color: #E85ABA;
}
</style>