Shades of Persian Pink #E573AC
Tints of Persian Pink #E573AC
RGB
CMYK
RGB Variations
Color information
#E573AC (or 0xE573AC) is known color: Persian Pink. HEX triplet: E5, 73 and AC. RGB value is (229,115,172). Sum of RGB (Red+Green+Blue) = 229+115+172=516 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.38% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 229 - color contains mainly: red. Hex color #E573AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E573AC is #1A8C53. Grayscale: #9B9B9B. Windows color (decimal): -1739860 or 11301861. OLE color: 11301861.
HSL color Cylindrical-coordinate representation of color #E573AC: hue angle of 330º 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 #E573AC is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 172 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.10 |
| HSL | 330º | 0.69% | 0.67% | - |
| HSV(B) | 330º | 0.5% | 0.9% | - |
| XYZ | 45.89 | 31.9 | 42.77 | - |
| YUV | 155.58 | 137.27 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 172 | 0 | 0.50 | 0.25 | 0.10 | 330 | 0.69 | 0.67 |
| Hex | E5 | 73 | AC | 0 | 32 | 19 | A | 14A | 45 | 43 |
| Octal | 345 | 163 | 254 | 0 | 62 | 31 | 12 | 512 | 105 | 103 |
| Binary | 11100101 | 1110011 | 10101100 | 0 | 110010 | 11001 | 1010 | 101001010 | 1000101 | 1000011 |
Color Harmonies of #E573AC
Complementary color
Monochromatic Colors of #E573AC
Black with #E573AC
Text Example
Text Example
White with #E573AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E573AC; }
p { color: rgb(229,115,172); }
H1.HeaderClassName
{
color: #E573AC;
}
.AnyTagClassName
{
color: #E573AC;
}
</style>
background-color css
<style>
a { background-color: #E573AC; }
a { background-color: rgb(229,115,172); }
div.DivClassName
{
background-color: #E573AC;
}
.BgClassName
{
background-color: #E573AC;
}
</style>
border-color css
<style>
span { border-color: #E573AC; }
span { border-color: rgb(229,115,172); }
td.TdClassName
{
border-color: #E573AC;
}
.TagClassName
{
border-color: #E573AC;
}
</style>