Shades of Persian Pink #E176AD
Tints of Persian Pink #E176AD
RGB
CMYK
RGB Variations
Color information
#E176AD (or 0xE176AD) is known color: Persian Pink. HEX triplet: E1, 76 and AD. RGB value is (225,118,173). Sum of RGB (Red+Green+Blue) = 225+118+173=516 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.60% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 225 - color contains mainly: red. Hex color #E176AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E176AD is #1E8952. Grayscale: #9C9C9C. Windows color (decimal): -2001235 or 11368161. OLE color: 11368161.
HSL color Cylindrical-coordinate representation of color #E176AD: hue angle of 329.16º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E176AD is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 118 | 173 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.12 |
| HSL | 329.16º | 0.64% | 0.67% | - |
| HSV(B) | 329.16º | 0.48% | 0.88% | - |
| XYZ | 45.07 | 31.98 | 43.33 | - |
| YUV | 156.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 118 | 173 | 0 | 0.48 | 0.23 | 0.12 | 329.16 | 0.64 | 0.67 |
| Hex | E1 | 76 | AD | 0 | 30 | 17 | C | 149 | 40 | 43 |
| Octal | 341 | 166 | 255 | 0 | 60 | 27 | 14 | 511 | 100 | 103 |
| Binary | 11100001 | 1110110 | 10101101 | 0 | 110000 | 10111 | 1100 | 101001001 | 1000000 | 1000011 |
Color Harmonies of #E176AD
Complementary color
Monochromatic Colors of #E176AD
Black with #E176AD
Text Example
Text Example
White with #E176AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E176AD; }
p { color: rgb(225,118,173); }
H1.HeaderClassName
{
color: #E176AD;
}
.AnyTagClassName
{
color: #E176AD;
}
</style>
background-color css
<style>
a { background-color: #E176AD; }
a { background-color: rgb(225,118,173); }
div.DivClassName
{
background-color: #E176AD;
}
.BgClassName
{
background-color: #E176AD;
}
</style>
border-color css
<style>
span { border-color: #E176AD; }
span { border-color: rgb(225,118,173); }
td.TdClassName
{
border-color: #E176AD;
}
.TagClassName
{
border-color: #E176AD;
}
</style>