Shades of Persian Pink #E171AF
Tints of Persian Pink #E171AF
RGB
CMYK
RGB Variations
Color information
#E171AF (or 0xE171AF) is known color: Persian Pink. HEX triplet: E1, 71 and AF. RGB value is (225,113,175). Sum of RGB (Red+Green+Blue) = 225+113+175=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E171AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E171AF is #1E8E50. Grayscale: #999999. Windows color (decimal): -2002513 or 11497953. OLE color: 11497953.
HSL color Cylindrical-coordinate representation of color #E171AF: hue angle of 326.79º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E171AF is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 175 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.12 |
| HSL | 326.79º | 0.65% | 0.66% | - |
| HSV(B) | 326.79º | 0.5% | 0.88% | - |
| XYZ | 44.69 | 30.91 | 44.17 | - |
| YUV | 153.56 | 140.11 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 175 | 0 | 0.50 | 0.22 | 0.12 | 326.79 | 0.65 | 0.66 |
| Hex | E1 | 71 | AF | 0 | 32 | 16 | C | 147 | 41 | 42 |
| Octal | 341 | 161 | 257 | 0 | 62 | 26 | 14 | 507 | 101 | 102 |
| Binary | 11100001 | 1110001 | 10101111 | 0 | 110010 | 10110 | 1100 | 101000111 | 1000001 | 1000010 |
Color Harmonies of #E171AF
Complementary color
Monochromatic Colors of #E171AF
Black with #E171AF
Text Example
Text Example
White with #E171AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E171AF; }
p { color: rgb(225,113,175); }
H1.HeaderClassName
{
color: #E171AF;
}
.AnyTagClassName
{
color: #E171AF;
}
</style>
background-color css
<style>
a { background-color: #E171AF; }
a { background-color: rgb(225,113,175); }
div.DivClassName
{
background-color: #E171AF;
}
.BgClassName
{
background-color: #E171AF;
}
</style>
border-color css
<style>
span { border-color: #E171AF; }
span { border-color: rgb(225,113,175); }
td.TdClassName
{
border-color: #E171AF;
}
.TagClassName
{
border-color: #E171AF;
}
</style>