Shades of Persian Pink #E572AD
Tints of Persian Pink #E572AD
RGB
CMYK
RGB Variations
Color information
#E572AD (or 0xE572AD) is known color: Persian Pink. HEX triplet: E5, 72 and AD. RGB value is (229,114,173). Sum of RGB (Red+Green+Blue) = 229+114+173=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E572AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E572AD is #1A8D52. Grayscale: #9A9A9A. Windows color (decimal): -1740115 or 11367141. OLE color: 11367141.
HSL color Cylindrical-coordinate representation of color #E572AD: hue angle of 329.22º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E572AD is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 114 | 173 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.10 |
| HSL | 329.22º | 0.69% | 0.67% | - |
| HSV(B) | 329.22º | 0.5% | 0.9% | - |
| XYZ | 45.87 | 31.71 | 43.24 | - |
| YUV | 155.11 | 138.1 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 173 | 0 | 0.50 | 0.24 | 0.10 | 329.22 | 0.69 | 0.67 |
| Hex | E5 | 72 | AD | 0 | 32 | 18 | A | 149 | 45 | 43 |
| Octal | 345 | 162 | 255 | 0 | 62 | 30 | 12 | 511 | 105 | 103 |
| Binary | 11100101 | 1110010 | 10101101 | 0 | 110010 | 11000 | 1010 | 101001001 | 1000101 | 1000011 |
Color Harmonies of #E572AD
Complementary color
Monochromatic Colors of #E572AD
Black with #E572AD
Text Example
Text Example
White with #E572AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E572AD; }
p { color: rgb(229,114,173); }
H1.HeaderClassName
{
color: #E572AD;
}
.AnyTagClassName
{
color: #E572AD;
}
</style>
background-color css
<style>
a { background-color: #E572AD; }
a { background-color: rgb(229,114,173); }
div.DivClassName
{
background-color: #E572AD;
}
.BgClassName
{
background-color: #E572AD;
}
</style>
border-color css
<style>
span { border-color: #E572AD; }
span { border-color: rgb(229,114,173); }
td.TdClassName
{
border-color: #E572AD;
}
.TagClassName
{
border-color: #E572AD;
}
</style>