Shades of Pale Violet Red #E17AA0
Tints of Pale Violet Red #E17AA0
RGB
CMYK
RGB Variations
Color information
#E17AA0 (or 0xE17AA0) is known color: Pale Violet Red. HEX triplet: E1, 7A and A0. RGB value is (225,122,160). Sum of RGB (Red+Green+Blue) = 225+122+160=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 160 (62.89% from 255 or 31.56% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17AA0 is #1E855F. Grayscale: #9D9D9D. Windows color (decimal): -2000224 or 10517217. OLE color: 10517217.
HSL color Cylindrical-coordinate representation of color #E17AA0: hue angle of 337.86º 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 #E17AA0 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 160 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.12 |
| HSL | 337.86º | 0.63% | 0.68% | - |
| HSV(B) | 337.86º | 0.46% | 0.88% | - |
| XYZ | 44.36 | 32.46 | 37.19 | - |
| YUV | 157.13 | 129.62 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 160 | 0 | 0.46 | 0.29 | 0.12 | 337.86 | 0.63 | 0.68 |
| Hex | E1 | 7A | A0 | 0 | 2E | 1D | C | 152 | 3F | 44 |
| Octal | 341 | 172 | 240 | 0 | 56 | 35 | 14 | 522 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10100000 | 0 | 101110 | 11101 | 1100 | 101010010 | 111111 | 1000100 |
Color Harmonies of #E17AA0
Complementary color
Monochromatic Colors of #E17AA0
Black with #E17AA0
Text Example
Text Example
White with #E17AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17AA0; }
p { color: rgb(225,122,160); }
H1.HeaderClassName
{
color: #E17AA0;
}
.AnyTagClassName
{
color: #E17AA0;
}
</style>
background-color css
<style>
a { background-color: #E17AA0; }
a { background-color: rgb(225,122,160); }
div.DivClassName
{
background-color: #E17AA0;
}
.BgClassName
{
background-color: #E17AA0;
}
</style>
border-color css
<style>
span { border-color: #E17AA0; }
span { border-color: rgb(225,122,160); }
td.TdClassName
{
border-color: #E17AA0;
}
.TagClassName
{
border-color: #E17AA0;
}
</style>