Shades of Persian Pink #E179AD
Tints of Persian Pink #E179AD
RGB
CMYK
RGB Variations
Color information
#E179AD (or 0xE179AD) is known color: Persian Pink. HEX triplet: E1, 79 and AD. RGB value is (225,121,173). Sum of RGB (Red+Green+Blue) = 225+121+173=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E179AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E179AD is #1E8652. Grayscale: #9D9D9D. Windows color (decimal): -2000467 or 11368929. OLE color: 11368929.
HSL color Cylindrical-coordinate representation of color #E179AD: hue angle of 330º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E179AD is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 121 | 173 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.12 |
| HSL | 330º | 0.63% | 0.68% | - |
| HSV(B) | 330º | 0.46% | 0.88% | - |
| XYZ | 45.43 | 32.7 | 43.45 | - |
| YUV | 158.02 | 136.46 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 121 | 173 | 0 | 0.46 | 0.23 | 0.12 | 330 | 0.63 | 0.68 |
| Hex | E1 | 79 | AD | 0 | 2E | 17 | C | 14A | 3F | 44 |
| Octal | 341 | 171 | 255 | 0 | 56 | 27 | 14 | 512 | 77 | 104 |
| Binary | 11100001 | 1111001 | 10101101 | 0 | 101110 | 10111 | 1100 | 101001010 | 111111 | 1000100 |
Color Harmonies of #E179AD
Complementary color
Monochromatic Colors of #E179AD
Black with #E179AD
Text Example
Text Example
White with #E179AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E179AD; }
p { color: rgb(225,121,173); }
H1.HeaderClassName
{
color: #E179AD;
}
.AnyTagClassName
{
color: #E179AD;
}
</style>
background-color css
<style>
a { background-color: #E179AD; }
a { background-color: rgb(225,121,173); }
div.DivClassName
{
background-color: #E179AD;
}
.BgClassName
{
background-color: #E179AD;
}
</style>
border-color css
<style>
span { border-color: #E179AD; }
span { border-color: rgb(225,121,173); }
td.TdClassName
{
border-color: #E179AD;
}
.TagClassName
{
border-color: #E179AD;
}
</style>