Shades of Hot Pink #E570AD
Tints of Hot Pink #E570AD
RGB
CMYK
RGB Variations
Color information
#E570AD (or 0xE570AD) is known color: Hot Pink. HEX triplet: E5, 70 and AD. RGB value is (229,112,173). Sum of RGB (Red+Green+Blue) = 229+112+173=514 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.55% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 229 - color contains mainly: red. Hex color #E570AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E570AD is #1A8F52. Grayscale: #999999. Windows color (decimal): -1740627 or 11366629. OLE color: 11366629.
HSL color Cylindrical-coordinate representation of color #E570AD: hue angle of 328.72º 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 #E570AD is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 173 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.10 |
| HSL | 328.72º | 0.69% | 0.67% | - |
| HSV(B) | 328.72º | 0.51% | 0.9% | - |
| XYZ | 45.65 | 31.26 | 43.16 | - |
| YUV | 153.94 | 138.76 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 173 | 0 | 0.51 | 0.24 | 0.10 | 328.72 | 0.69 | 0.67 |
| Hex | E5 | 70 | AD | 0 | 33 | 18 | A | 149 | 45 | 43 |
| Octal | 345 | 160 | 255 | 0 | 63 | 30 | 12 | 511 | 105 | 103 |
| Binary | 11100101 | 1110000 | 10101101 | 0 | 110011 | 11000 | 1010 | 101001001 | 1000101 | 1000011 |
Color Harmonies of #E570AD
Complementary color
Monochromatic Colors of #E570AD
Black with #E570AD
Text Example
Text Example
White with #E570AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570AD; }
p { color: rgb(229,112,173); }
H1.HeaderClassName
{
color: #E570AD;
}
.AnyTagClassName
{
color: #E570AD;
}
</style>
background-color css
<style>
a { background-color: #E570AD; }
a { background-color: rgb(229,112,173); }
div.DivClassName
{
background-color: #E570AD;
}
.BgClassName
{
background-color: #E570AD;
}
</style>
border-color css
<style>
span { border-color: #E570AD; }
span { border-color: rgb(229,112,173); }
td.TdClassName
{
border-color: #E570AD;
}
.TagClassName
{
border-color: #E570AD;
}
</style>