Shades of Hot Pink #E570AB
Tints of Hot Pink #E570AB
RGB
CMYK
RGB Variations
Color information
#E570AB (or 0xE570AB) is known color: Hot Pink. HEX triplet: E5, 70 and AB. RGB value is (229,112,171). Sum of RGB (Red+Green+Blue) = 229+112+171=512 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.73% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 229 - color contains mainly: red. Hex color #E570AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E570AB is #1A8F54. Grayscale: #999999. Windows color (decimal): -1740629 or 11235557. OLE color: 11235557.
HSL color Cylindrical-coordinate representation of color #E570AB: hue angle of 329.74º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E570AB is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 171 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.10 |
| HSL | 329.74º | 0.69% | 0.67% | - |
| HSV(B) | 329.74º | 0.51% | 0.9% | - |
| XYZ | 45.46 | 31.19 | 42.15 | - |
| YUV | 153.71 | 137.76 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 171 | 0 | 0.51 | 0.25 | 0.10 | 329.74 | 0.69 | 0.67 |
| Hex | E5 | 70 | AB | 0 | 33 | 19 | A | 14A | 45 | 43 |
| Octal | 345 | 160 | 253 | 0 | 63 | 31 | 12 | 512 | 105 | 103 |
| Binary | 11100101 | 1110000 | 10101011 | 0 | 110011 | 11001 | 1010 | 101001010 | 1000101 | 1000011 |
Color Harmonies of #E570AB
Complementary color
Monochromatic Colors of #E570AB
Black with #E570AB
Text Example
Text Example
White with #E570AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570AB; }
p { color: rgb(229,112,171); }
H1.HeaderClassName
{
color: #E570AB;
}
.AnyTagClassName
{
color: #E570AB;
}
</style>
background-color css
<style>
a { background-color: #E570AB; }
a { background-color: rgb(229,112,171); }
div.DivClassName
{
background-color: #E570AB;
}
.BgClassName
{
background-color: #E570AB;
}
</style>
border-color css
<style>
span { border-color: #E570AB; }
span { border-color: rgb(229,112,171); }
td.TdClassName
{
border-color: #E570AB;
}
.TagClassName
{
border-color: #E570AB;
}
</style>