Shades of Hot Pink #E560BA
Tints of Hot Pink #E560BA
RGB
CMYK
RGB Variations
Color information
#E560BA (or 0xE560BA) is known color: Hot Pink. HEX triplet: E5, 60 and BA. RGB value is (229,96,186). Sum of RGB (Red+Green+Blue) = 229+96+186=511 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.81% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 229 - color contains mainly: red. Hex color #E560BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E560BA is #1A9F45. Grayscale: #919191. Windows color (decimal): -1744710 or 12214501. OLE color: 12214501.
HSL color Cylindrical-coordinate representation of color #E560BA: hue angle of 319.4º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E560BA is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 186 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.10 |
| HSL | 319.4º | 0.72% | 0.64% | - |
| HSV(B) | 319.4º | 0.58% | 0.9% | - |
| XYZ | 45.36 | 28.57 | 49.58 | - |
| YUV | 146.03 | 150.56 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 186 | 0 | 0.58 | 0.19 | 0.10 | 319.4 | 0.72 | 0.64 |
| Hex | E5 | 60 | BA | 0 | 3A | 13 | A | 13F | 48 | 40 |
| Octal | 345 | 140 | 272 | 0 | 72 | 23 | 12 | 477 | 110 | 100 |
| Binary | 11100101 | 1100000 | 10111010 | 0 | 111010 | 10011 | 1010 | 100111111 | 1001000 | 1000000 |
Color Harmonies of #E560BA
Complementary color
Monochromatic Colors of #E560BA
Black with #E560BA
Text Example
Text Example
White with #E560BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E560BA; }
p { color: rgb(229,96,186); }
H1.HeaderClassName
{
color: #E560BA;
}
.AnyTagClassName
{
color: #E560BA;
}
</style>
background-color css
<style>
a { background-color: #E560BA; }
a { background-color: rgb(229,96,186); }
div.DivClassName
{
background-color: #E560BA;
}
.BgClassName
{
background-color: #E560BA;
}
</style>
border-color css
<style>
span { border-color: #E560BA; }
span { border-color: rgb(229,96,186); }
td.TdClassName
{
border-color: #E560BA;
}
.TagClassName
{
border-color: #E560BA;
}
</style>