Shades of Hot Pink #E571AD
Tints of Hot Pink #E571AD
RGB
CMYK
RGB Variations
Color information
#E571AD (or 0xE571AD) is known color: Hot Pink. HEX triplet: E5, 71 and AD. RGB value is (229,113,173). Sum of RGB (Red+Green+Blue) = 229+113+173=515 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.47% from 515); Green value is 113 (44.53% from 255 or 21.94% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 229 - color contains mainly: red. Hex color #E571AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E571AD is #1A8E52. Grayscale: #9A9A9A. Windows color (decimal): -1740371 or 11366885. OLE color: 11366885.
HSL color Cylindrical-coordinate representation of color #E571AD: hue angle of 328.97º 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 #E571AD is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 173 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.10 |
| HSL | 328.97º | 0.69% | 0.67% | - |
| HSV(B) | 328.97º | 0.51% | 0.9% | - |
| XYZ | 45.76 | 31.49 | 43.2 | - |
| YUV | 154.52 | 138.43 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 173 | 0 | 0.51 | 0.24 | 0.10 | 328.97 | 0.69 | 0.67 |
| Hex | E5 | 71 | AD | 0 | 33 | 18 | A | 149 | 45 | 43 |
| Octal | 345 | 161 | 255 | 0 | 63 | 30 | 12 | 511 | 105 | 103 |
| Binary | 11100101 | 1110001 | 10101101 | 0 | 110011 | 11000 | 1010 | 101001001 | 1000101 | 1000011 |
Color Harmonies of #E571AD
Complementary color
Monochromatic Colors of #E571AD
Black with #E571AD
Text Example
Text Example
White with #E571AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E571AD; }
p { color: rgb(229,113,173); }
H1.HeaderClassName
{
color: #E571AD;
}
.AnyTagClassName
{
color: #E571AD;
}
</style>
background-color css
<style>
a { background-color: #E571AD; }
a { background-color: rgb(229,113,173); }
div.DivClassName
{
background-color: #E571AD;
}
.BgClassName
{
background-color: #E571AD;
}
</style>
border-color css
<style>
span { border-color: #E571AD; }
span { border-color: rgb(229,113,173); }
td.TdClassName
{
border-color: #E571AD;
}
.TagClassName
{
border-color: #E571AD;
}
</style>