Shades of Persian Pink #E171AD
Tints of Persian Pink #E171AD
RGB
CMYK
RGB Variations
Color information
#E171AD (or 0xE171AD) is known color: Persian Pink. HEX triplet: E1, 71 and AD. RGB value is (225,113,173). Sum of RGB (Red+Green+Blue) = 225+113+173=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E171AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E171AD is #1E8E52. Grayscale: #999999. Windows color (decimal): -2002515 or 11366881. OLE color: 11366881.
HSL color Cylindrical-coordinate representation of color #E171AD: hue angle of 327.86º 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 #E171AD is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 113 | 173 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.12 |
| HSL | 327.86º | 0.65% | 0.66% | - |
| HSV(B) | 327.86º | 0.5% | 0.88% | - |
| XYZ | 44.5 | 30.83 | 43.14 | - |
| YUV | 153.33 | 139.11 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 113 | 173 | 0 | 0.50 | 0.23 | 0.12 | 327.86 | 0.65 | 0.66 |
| Hex | E1 | 71 | AD | 0 | 32 | 17 | C | 148 | 41 | 42 |
| Octal | 341 | 161 | 255 | 0 | 62 | 27 | 14 | 510 | 101 | 102 |
| Binary | 11100001 | 1110001 | 10101101 | 0 | 110010 | 10111 | 1100 | 101001000 | 1000001 | 1000010 |
Color Harmonies of #E171AD
Complementary color
Monochromatic Colors of #E171AD
Black with #E171AD
Text Example
Text Example
White with #E171AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E171AD; }
p { color: rgb(225,113,173); }
H1.HeaderClassName
{
color: #E171AD;
}
.AnyTagClassName
{
color: #E171AD;
}
</style>
background-color css
<style>
a { background-color: #E171AD; }
a { background-color: rgb(225,113,173); }
div.DivClassName
{
background-color: #E171AD;
}
.BgClassName
{
background-color: #E171AD;
}
</style>
border-color css
<style>
span { border-color: #E171AD; }
span { border-color: rgb(225,113,173); }
td.TdClassName
{
border-color: #E171AD;
}
.TagClassName
{
border-color: #E171AD;
}
</style>