Shades of Hot Pink #E560B1
Tints of Hot Pink #E560B1
RGB
CMYK
RGB Variations
Color information
#E560B1 (or 0xE560B1) is known color: Hot Pink. HEX triplet: E5, 60 and B1. RGB value is (229,96,177). Sum of RGB (Red+Green+Blue) = 229+96+177=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 96 (37.89% from 255 or 19.12% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E560B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E560B1 is #1A9F4E. Grayscale: #909090. Windows color (decimal): -1744719 or 11624677. OLE color: 11624677.
HSL color Cylindrical-coordinate representation of color #E560B1: hue angle of 323.46º 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 #E560B1 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 177 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.10 |
| HSL | 323.46º | 0.72% | 0.64% | - |
| HSV(B) | 323.46º | 0.58% | 0.9% | - |
| XYZ | 44.43 | 28.2 | 44.7 | - |
| YUV | 145 | 146.06 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 177 | 0 | 0.58 | 0.23 | 0.10 | 323.46 | 0.72 | 0.64 |
| Hex | E5 | 60 | B1 | 0 | 3A | 17 | A | 143 | 48 | 40 |
| Octal | 345 | 140 | 261 | 0 | 72 | 27 | 12 | 503 | 110 | 100 |
| Binary | 11100101 | 1100000 | 10110001 | 0 | 111010 | 10111 | 1010 | 101000011 | 1001000 | 1000000 |
Color Harmonies of #E560B1
Complementary color
Monochromatic Colors of #E560B1
Black with #E560B1
Text Example
Text Example
White with #E560B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E560B1; }
p { color: rgb(229,96,177); }
H1.HeaderClassName
{
color: #E560B1;
}
.AnyTagClassName
{
color: #E560B1;
}
</style>
background-color css
<style>
a { background-color: #E560B1; }
a { background-color: rgb(229,96,177); }
div.DivClassName
{
background-color: #E560B1;
}
.BgClassName
{
background-color: #E560B1;
}
</style>
border-color css
<style>
span { border-color: #E560B1; }
span { border-color: rgb(229,96,177); }
td.TdClassName
{
border-color: #E560B1;
}
.TagClassName
{
border-color: #E560B1;
}
</style>