Shades of Hot Pink #E560B9
Tints of Hot Pink #E560B9
RGB
CMYK
RGB Variations
Color information
#E560B9 (or 0xE560B9) is known color: Hot Pink. HEX triplet: E5, 60 and B9. RGB value is (229,96,185). Sum of RGB (Red+Green+Blue) = 229+96+185=510 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.90% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 229 - color contains mainly: red. Hex color #E560B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E560B9 is #1A9F46. Grayscale: #919191. Windows color (decimal): -1744711 or 12148965. OLE color: 12148965.
HSL color Cylindrical-coordinate representation of color #E560B9: hue angle of 319.85º 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 #E560B9 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 185 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.10 |
| HSL | 319.85º | 0.72% | 0.64% | - |
| HSV(B) | 319.85º | 0.58% | 0.9% | - |
| XYZ | 45.25 | 28.53 | 49.02 | - |
| YUV | 145.91 | 150.06 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 185 | 0 | 0.58 | 0.19 | 0.10 | 319.85 | 0.72 | 0.64 |
| Hex | E5 | 60 | B9 | 0 | 3A | 13 | A | 140 | 48 | 40 |
| Octal | 345 | 140 | 271 | 0 | 72 | 23 | 12 | 500 | 110 | 100 |
| Binary | 11100101 | 1100000 | 10111001 | 0 | 111010 | 10011 | 1010 | 101000000 | 1001000 | 1000000 |
Color Harmonies of #E560B9
Complementary color
Monochromatic Colors of #E560B9
Black with #E560B9
Text Example
Text Example
White with #E560B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E560B9; }
p { color: rgb(229,96,185); }
H1.HeaderClassName
{
color: #E560B9;
}
.AnyTagClassName
{
color: #E560B9;
}
</style>
background-color css
<style>
a { background-color: #E560B9; }
a { background-color: rgb(229,96,185); }
div.DivClassName
{
background-color: #E560B9;
}
.BgClassName
{
background-color: #E560B9;
}
</style>
border-color css
<style>
span { border-color: #E560B9; }
span { border-color: rgb(229,96,185); }
td.TdClassName
{
border-color: #E560B9;
}
.TagClassName
{
border-color: #E560B9;
}
</style>