Shades of Hot Pink #E559BA
Tints of Hot Pink #E559BA
RGB
CMYK
RGB Variations
Color information
#E559BA (or 0xE559BA) is known color: Hot Pink. HEX triplet: E5, 59 and BA. RGB value is (229,89,186). Sum of RGB (Red+Green+Blue) = 229+89+186=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E559BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E559BA is #1AA645. Grayscale: #8D8D8D. Windows color (decimal): -1746502 or 12212709. OLE color: 12212709.
HSL color Cylindrical-coordinate representation of color #E559BA: hue angle of 318.43º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E559BA is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 89 | 186 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.10 |
| HSL | 318.43º | 0.73% | 0.62% | - |
| HSV(B) | 318.43º | 0.61% | 0.9% | - |
| XYZ | 44.75 | 27.35 | 49.37 | - |
| YUV | 141.92 | 152.88 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 89 | 186 | 0 | 0.61 | 0.19 | 0.10 | 318.43 | 0.73 | 0.62 |
| Hex | E5 | 59 | BA | 0 | 3D | 13 | A | 13E | 49 | 3E |
| Octal | 345 | 131 | 272 | 0 | 75 | 23 | 12 | 476 | 111 | 76 |
| Binary | 11100101 | 1011001 | 10111010 | 0 | 111101 | 10011 | 1010 | 100111110 | 1001001 | 111110 |
Color Harmonies of #E559BA
Complementary color
Monochromatic Colors of #E559BA
Black with #E559BA
Text Example
Text Example
White with #E559BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E559BA; }
p { color: rgb(229,89,186); }
H1.HeaderClassName
{
color: #E559BA;
}
.AnyTagClassName
{
color: #E559BA;
}
</style>
background-color css
<style>
a { background-color: #E559BA; }
a { background-color: rgb(229,89,186); }
div.DivClassName
{
background-color: #E559BA;
}
.BgClassName
{
background-color: #E559BA;
}
</style>
border-color css
<style>
span { border-color: #E559BA; }
span { border-color: rgb(229,89,186); }
td.TdClassName
{
border-color: #E559BA;
}
.TagClassName
{
border-color: #E559BA;
}
</style>