Shades of Persian Pink #E576AF
Tints of Persian Pink #E576AF
RGB
CMYK
RGB Variations
Color information
#E576AF (or 0xE576AF) is known color: Persian Pink. HEX triplet: E5, 76 and AF. RGB value is (229,118,175). Sum of RGB (Red+Green+Blue) = 229+118+175=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E576AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E576AF is #1A8950. Grayscale: #9D9D9D. Windows color (decimal): -1739089 or 11499237. OLE color: 11499237.
HSL color Cylindrical-coordinate representation of color #E576AF: hue angle of 329.19º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E576AF is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 118 | 175 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.10 |
| HSL | 329.19º | 0.68% | 0.68% | - |
| HSV(B) | 329.19º | 0.48% | 0.9% | - |
| XYZ | 46.53 | 32.71 | 44.42 | - |
| YUV | 157.69 | 137.77 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 118 | 175 | 0 | 0.48 | 0.24 | 0.10 | 329.19 | 0.68 | 0.68 |
| Hex | E5 | 76 | AF | 0 | 30 | 18 | A | 149 | 44 | 44 |
| Octal | 345 | 166 | 257 | 0 | 60 | 30 | 12 | 511 | 104 | 104 |
| Binary | 11100101 | 1110110 | 10101111 | 0 | 110000 | 11000 | 1010 | 101001001 | 1000100 | 1000100 |
Color Harmonies of #E576AF
Complementary color
Monochromatic Colors of #E576AF
Black with #E576AF
Text Example
Text Example
White with #E576AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E576AF; }
p { color: rgb(229,118,175); }
H1.HeaderClassName
{
color: #E576AF;
}
.AnyTagClassName
{
color: #E576AF;
}
</style>
background-color css
<style>
a { background-color: #E576AF; }
a { background-color: rgb(229,118,175); }
div.DivClassName
{
background-color: #E576AF;
}
.BgClassName
{
background-color: #E576AF;
}
</style>
border-color css
<style>
span { border-color: #E576AF; }
span { border-color: rgb(229,118,175); }
td.TdClassName
{
border-color: #E576AF;
}
.TagClassName
{
border-color: #E576AF;
}
</style>