Shades of Hot Pink #E560AB
Tints of Hot Pink #E560AB
RGB
CMYK
RGB Variations
Color information
#E560AB (or 0xE560AB) is known color: Hot Pink. HEX triplet: E5, 60 and AB. RGB value is (229,96,171). Sum of RGB (Red+Green+Blue) = 229+96+171=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 96 (37.89% from 255 or 19.35% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E560AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E560AB is #1A9F54. Grayscale: #909090. Windows color (decimal): -1744725 or 11231461. OLE color: 11231461.
HSL color Cylindrical-coordinate representation of color #E560AB: hue angle of 326.17º 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 #E560AB is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 171 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.10 |
| HSL | 326.17º | 0.72% | 0.64% | - |
| HSV(B) | 326.17º | 0.58% | 0.9% | - |
| XYZ | 43.85 | 27.96 | 41.61 | - |
| YUV | 144.32 | 143.06 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 171 | 0 | 0.58 | 0.25 | 0.10 | 326.17 | 0.72 | 0.64 |
| Hex | E5 | 60 | AB | 0 | 3A | 19 | A | 146 | 48 | 40 |
| Octal | 345 | 140 | 253 | 0 | 72 | 31 | 12 | 506 | 110 | 100 |
| Binary | 11100101 | 1100000 | 10101011 | 0 | 111010 | 11001 | 1010 | 101000110 | 1001000 | 1000000 |
Color Harmonies of #E560AB
Complementary color
Monochromatic Colors of #E560AB
Black with #E560AB
Text Example
Text Example
White with #E560AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E560AB; }
p { color: rgb(229,96,171); }
H1.HeaderClassName
{
color: #E560AB;
}
.AnyTagClassName
{
color: #E560AB;
}
</style>
background-color css
<style>
a { background-color: #E560AB; }
a { background-color: rgb(229,96,171); }
div.DivClassName
{
background-color: #E560AB;
}
.BgClassName
{
background-color: #E560AB;
}
</style>
border-color css
<style>
span { border-color: #E560AB; }
span { border-color: rgb(229,96,171); }
td.TdClassName
{
border-color: #E560AB;
}
.TagClassName
{
border-color: #E560AB;
}
</style>