Shades of Pale Violet Red #E17AA2
Tints of Pale Violet Red #E17AA2
RGB
CMYK
RGB Variations
Color information
#E17AA2 (or 0xE17AA2) is known color: Pale Violet Red. HEX triplet: E1, 7A and A2. RGB value is (225,122,162). Sum of RGB (Red+Green+Blue) = 225+122+162=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17AA2 is #1E855D. Grayscale: #9D9D9D. Windows color (decimal): -2000222 or 10648289. OLE color: 10648289.
HSL color Cylindrical-coordinate representation of color #E17AA2: hue angle of 336.7º 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 #E17AA2 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 162 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.12 |
| HSL | 336.7º | 0.63% | 0.68% | - |
| HSV(B) | 336.7º | 0.46% | 0.88% | - |
| XYZ | 44.53 | 32.54 | 38.12 | - |
| YUV | 157.36 | 130.62 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 162 | 0 | 0.46 | 0.28 | 0.12 | 336.7 | 0.63 | 0.68 |
| Hex | E1 | 7A | A2 | 0 | 2E | 1C | C | 151 | 3F | 44 |
| Octal | 341 | 172 | 242 | 0 | 56 | 34 | 14 | 521 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10100010 | 0 | 101110 | 11100 | 1100 | 101010001 | 111111 | 1000100 |
Color Harmonies of #E17AA2
Complementary color
Monochromatic Colors of #E17AA2
Black with #E17AA2
Text Example
Text Example
White with #E17AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17AA2; }
p { color: rgb(225,122,162); }
H1.HeaderClassName
{
color: #E17AA2;
}
.AnyTagClassName
{
color: #E17AA2;
}
</style>
background-color css
<style>
a { background-color: #E17AA2; }
a { background-color: rgb(225,122,162); }
div.DivClassName
{
background-color: #E17AA2;
}
.BgClassName
{
background-color: #E17AA2;
}
</style>
border-color css
<style>
span { border-color: #E17AA2; }
span { border-color: rgb(225,122,162); }
td.TdClassName
{
border-color: #E17AA2;
}
.TagClassName
{
border-color: #E17AA2;
}
</style>