Shades of Pale Violet Red #E17AA5
Tints of Pale Violet Red #E17AA5
RGB
CMYK
RGB Variations
Color information
#E17AA5 (or 0xE17AA5) is known color: Pale Violet Red. HEX triplet: E1, 7A and A5. RGB value is (225,122,165). Sum of RGB (Red+Green+Blue) = 225+122+165=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17AA5 is #1E855A. Grayscale: #9D9D9D. Windows color (decimal): -2000219 or 10844897. OLE color: 10844897.
HSL color Cylindrical-coordinate representation of color #E17AA5: hue angle of 334.95º 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 #E17AA5 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 165 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.12 |
| HSL | 334.95º | 0.63% | 0.68% | - |
| HSV(B) | 334.95º | 0.46% | 0.88% | - |
| XYZ | 44.8 | 32.64 | 39.54 | - |
| YUV | 157.7 | 132.12 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 165 | 0 | 0.46 | 0.27 | 0.12 | 334.95 | 0.63 | 0.68 |
| Hex | E1 | 7A | A5 | 0 | 2E | 1B | C | 14F | 3F | 44 |
| Octal | 341 | 172 | 245 | 0 | 56 | 33 | 14 | 517 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10100101 | 0 | 101110 | 11011 | 1100 | 101001111 | 111111 | 1000100 |
Color Harmonies of #E17AA5
Complementary color
Monochromatic Colors of #E17AA5
Black with #E17AA5
Text Example
Text Example
White with #E17AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17AA5; }
p { color: rgb(225,122,165); }
H1.HeaderClassName
{
color: #E17AA5;
}
.AnyTagClassName
{
color: #E17AA5;
}
</style>
background-color css
<style>
a { background-color: #E17AA5; }
a { background-color: rgb(225,122,165); }
div.DivClassName
{
background-color: #E17AA5;
}
.BgClassName
{
background-color: #E17AA5;
}
</style>
border-color css
<style>
span { border-color: #E17AA5; }
span { border-color: rgb(225,122,165); }
td.TdClassName
{
border-color: #E17AA5;
}
.TagClassName
{
border-color: #E17AA5;
}
</style>