Shades of Hot Pink #E560B5
Tints of Hot Pink #E560B5
RGB
CMYK
RGB Variations
Color information
#E560B5 (or 0xE560B5) is known color: Hot Pink. HEX triplet: E5, 60 and B5. RGB value is (229,96,181). Sum of RGB (Red+Green+Blue) = 229+96+181=506 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.26% from 506); Green value is 96 (37.89% from 255 or 18.97% from 506); Blue value is 181 (71.09% from 255 or 35.77% from 506); Max value from RGB is 229 - color contains mainly: red. Hex color #E560B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E560B5 is #1A9F4A. Grayscale: #919191. Windows color (decimal): -1744715 or 11886821. OLE color: 11886821.
HSL color Cylindrical-coordinate representation of color #E560B5: hue angle of 321.65º 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 #E560B5 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 181 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.10 |
| HSL | 321.65º | 0.72% | 0.64% | - |
| HSV(B) | 321.65º | 0.58% | 0.9% | - |
| XYZ | 44.84 | 28.36 | 46.83 | - |
| YUV | 145.46 | 148.06 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 181 | 0 | 0.58 | 0.21 | 0.10 | 321.65 | 0.72 | 0.64 |
| Hex | E5 | 60 | B5 | 0 | 3A | 15 | A | 142 | 48 | 40 |
| Octal | 345 | 140 | 265 | 0 | 72 | 25 | 12 | 502 | 110 | 100 |
| Binary | 11100101 | 1100000 | 10110101 | 0 | 111010 | 10101 | 1010 | 101000010 | 1001000 | 1000000 |
Color Harmonies of #E560B5
Complementary color
Monochromatic Colors of #E560B5
Black with #E560B5
Text Example
Text Example
White with #E560B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E560B5; }
p { color: rgb(229,96,181); }
H1.HeaderClassName
{
color: #E560B5;
}
.AnyTagClassName
{
color: #E560B5;
}
</style>
background-color css
<style>
a { background-color: #E560B5; }
a { background-color: rgb(229,96,181); }
div.DivClassName
{
background-color: #E560B5;
}
.BgClassName
{
background-color: #E560B5;
}
</style>
border-color css
<style>
span { border-color: #E560B5; }
span { border-color: rgb(229,96,181); }
td.TdClassName
{
border-color: #E560B5;
}
.TagClassName
{
border-color: #E560B5;
}
</style>