Shades of Persian Pink #E57AAF
Tints of Persian Pink #E57AAF
RGB
CMYK
RGB Variations
Color information
#E57AAF (or 0xE57AAF) is known color: Persian Pink. HEX triplet: E5, 7A and AF. RGB value is (229,122,175). Sum of RGB (Red+Green+Blue) = 229+122+175=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E57AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57AAF is #1A8550. Grayscale: #9F9F9F. Windows color (decimal): -1738065 or 11500261. OLE color: 11500261.
HSL color Cylindrical-coordinate representation of color #E57AAF: hue angle of 330.28º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E57AAF is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 175 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.10 |
| HSL | 330.28º | 0.67% | 0.69% | - |
| HSV(B) | 330.28º | 0.47% | 0.9% | - |
| XYZ | 47.01 | 33.67 | 44.58 | - |
| YUV | 160.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 175 | 0 | 0.47 | 0.24 | 0.10 | 330.28 | 0.67 | 0.69 |
| Hex | E5 | 7A | AF | 0 | 2F | 18 | A | 14A | 43 | 45 |
| Octal | 345 | 172 | 257 | 0 | 57 | 30 | 12 | 512 | 103 | 105 |
| Binary | 11100101 | 1111010 | 10101111 | 0 | 101111 | 11000 | 1010 | 101001010 | 1000011 | 1000101 |
Color Harmonies of #E57AAF
Complementary color
Monochromatic Colors of #E57AAF
Black with #E57AAF
Text Example
Text Example
White with #E57AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57AAF; }
p { color: rgb(229,122,175); }
H1.HeaderClassName
{
color: #E57AAF;
}
.AnyTagClassName
{
color: #E57AAF;
}
</style>
background-color css
<style>
a { background-color: #E57AAF; }
a { background-color: rgb(229,122,175); }
div.DivClassName
{
background-color: #E57AAF;
}
.BgClassName
{
background-color: #E57AAF;
}
</style>
border-color css
<style>
span { border-color: #E57AAF; }
span { border-color: rgb(229,122,175); }
td.TdClassName
{
border-color: #E57AAF;
}
.TagClassName
{
border-color: #E57AAF;
}
</style>