Shades of Persian Pink #E573AF
Tints of Persian Pink #E573AF
RGB
CMYK
RGB Variations
Color information
#E573AF (or 0xE573AF) is known color: Persian Pink. HEX triplet: E5, 73 and AF. RGB value is (229,115,175). Sum of RGB (Red+Green+Blue) = 229+115+175=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E573AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E573AF is #1A8C50. Grayscale: #9B9B9B. Windows color (decimal): -1739857 or 11498469. OLE color: 11498469.
HSL color Cylindrical-coordinate representation of color #E573AF: hue angle of 328.42º 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 #E573AF is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 175 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.10 |
| HSL | 328.42º | 0.69% | 0.67% | - |
| HSV(B) | 328.42º | 0.5% | 0.9% | - |
| XYZ | 46.18 | 32.01 | 44.3 | - |
| YUV | 155.93 | 138.77 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 175 | 0 | 0.50 | 0.24 | 0.10 | 328.42 | 0.69 | 0.67 |
| Hex | E5 | 73 | AF | 0 | 32 | 18 | A | 148 | 45 | 43 |
| Octal | 345 | 163 | 257 | 0 | 62 | 30 | 12 | 510 | 105 | 103 |
| Binary | 11100101 | 1110011 | 10101111 | 0 | 110010 | 11000 | 1010 | 101001000 | 1000101 | 1000011 |
Color Harmonies of #E573AF
Complementary color
Monochromatic Colors of #E573AF
Black with #E573AF
Text Example
Text Example
White with #E573AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E573AF; }
p { color: rgb(229,115,175); }
H1.HeaderClassName
{
color: #E573AF;
}
.AnyTagClassName
{
color: #E573AF;
}
</style>
background-color css
<style>
a { background-color: #E573AF; }
a { background-color: rgb(229,115,175); }
div.DivClassName
{
background-color: #E573AF;
}
.BgClassName
{
background-color: #E573AF;
}
</style>
border-color css
<style>
span { border-color: #E573AF; }
span { border-color: rgb(229,115,175); }
td.TdClassName
{
border-color: #E573AF;
}
.TagClassName
{
border-color: #E573AF;
}
</style>