Shades of Hot Pink #E560B2
Tints of Hot Pink #E560B2
RGB
CMYK
RGB Variations
Color information
#E560B2 (or 0xE560B2) is known color: Hot Pink. HEX triplet: E5, 60 and B2. RGB value is (229,96,178). Sum of RGB (Red+Green+Blue) = 229+96+178=503 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.53% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 229 - color contains mainly: red. Hex color #E560B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E560B2 is #1A9F4D. Grayscale: #909090. Windows color (decimal): -1744718 or 11690213. OLE color: 11690213.
HSL color Cylindrical-coordinate representation of color #E560B2: hue angle of 323.01º 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 #E560B2 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 178 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.10 |
| HSL | 323.01º | 0.72% | 0.64% | - |
| HSV(B) | 323.01º | 0.58% | 0.9% | - |
| XYZ | 44.53 | 28.24 | 45.22 | - |
| YUV | 145.12 | 146.56 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 178 | 0 | 0.58 | 0.22 | 0.10 | 323.01 | 0.72 | 0.64 |
| Hex | E5 | 60 | B2 | 0 | 3A | 16 | A | 143 | 48 | 40 |
| Octal | 345 | 140 | 262 | 0 | 72 | 26 | 12 | 503 | 110 | 100 |
| Binary | 11100101 | 1100000 | 10110010 | 0 | 111010 | 10110 | 1010 | 101000011 | 1001000 | 1000000 |
Color Harmonies of #E560B2
Complementary color
Monochromatic Colors of #E560B2
Black with #E560B2
Text Example
Text Example
White with #E560B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E560B2; }
p { color: rgb(229,96,178); }
H1.HeaderClassName
{
color: #E560B2;
}
.AnyTagClassName
{
color: #E560B2;
}
</style>
background-color css
<style>
a { background-color: #E560B2; }
a { background-color: rgb(229,96,178); }
div.DivClassName
{
background-color: #E560B2;
}
.BgClassName
{
background-color: #E560B2;
}
</style>
border-color css
<style>
span { border-color: #E560B2; }
span { border-color: rgb(229,96,178); }
td.TdClassName
{
border-color: #E560B2;
}
.TagClassName
{
border-color: #E560B2;
}
</style>