Shades of Persian Pink #E17AAE
Tints of Persian Pink #E17AAE
RGB
CMYK
RGB Variations
Color information
#E17AAE (or 0xE17AAE) is known color: Persian Pink. HEX triplet: E1, 7A and AE. RGB value is (225,122,174). Sum of RGB (Red+Green+Blue) = 225+122+174=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17AAE is #1E8551. Grayscale: #9E9E9E. Windows color (decimal): -2000210 or 11434721. OLE color: 11434721.
HSL color Cylindrical-coordinate representation of color #E17AAE: hue angle of 329.71º 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 #E17AAE is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 174 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.12 |
| HSL | 329.71º | 0.63% | 0.68% | - |
| HSV(B) | 329.71º | 0.46% | 0.88% | - |
| XYZ | 45.65 | 32.98 | 44 | - |
| YUV | 158.73 | 136.62 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 174 | 0 | 0.46 | 0.23 | 0.12 | 329.71 | 0.63 | 0.68 |
| Hex | E1 | 7A | AE | 0 | 2E | 17 | C | 14A | 3F | 44 |
| Octal | 341 | 172 | 256 | 0 | 56 | 27 | 14 | 512 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10101110 | 0 | 101110 | 10111 | 1100 | 101001010 | 111111 | 1000100 |
Color Harmonies of #E17AAE
Complementary color
Monochromatic Colors of #E17AAE
Black with #E17AAE
Text Example
Text Example
White with #E17AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17AAE; }
p { color: rgb(225,122,174); }
H1.HeaderClassName
{
color: #E17AAE;
}
.AnyTagClassName
{
color: #E17AAE;
}
</style>
background-color css
<style>
a { background-color: #E17AAE; }
a { background-color: rgb(225,122,174); }
div.DivClassName
{
background-color: #E17AAE;
}
.BgClassName
{
background-color: #E17AAE;
}
</style>
border-color css
<style>
span { border-color: #E17AAE; }
span { border-color: rgb(225,122,174); }
td.TdClassName
{
border-color: #E17AAE;
}
.TagClassName
{
border-color: #E17AAE;
}
</style>