Shades of Pale Violet Red #E57AA6
Tints of Pale Violet Red #E57AA6
RGB
CMYK
RGB Variations
Color information
#E57AA6 (or 0xE57AA6) is known color: Pale Violet Red. HEX triplet: E5, 7A and A6. RGB value is (229,122,166). Sum of RGB (Red+Green+Blue) = 229+122+166=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E57AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57AA6 is #1A8559. Grayscale: #9E9E9E. Windows color (decimal): -1738074 or 10910437. OLE color: 10910437.
HSL color Cylindrical-coordinate representation of color #E57AA6: hue angle of 335.33º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E57AA6 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 166 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.10 |
| HSL | 335.33º | 0.67% | 0.69% | - |
| HSV(B) | 335.33º | 0.47% | 0.9% | - |
| XYZ | 46.16 | 33.33 | 40.08 | - |
| YUV | 159.01 | 131.95 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 166 | 0 | 0.47 | 0.28 | 0.10 | 335.33 | 0.67 | 0.69 |
| Hex | E5 | 7A | A6 | 0 | 2F | 1C | A | 14F | 43 | 45 |
| Octal | 345 | 172 | 246 | 0 | 57 | 34 | 12 | 517 | 103 | 105 |
| Binary | 11100101 | 1111010 | 10100110 | 0 | 101111 | 11100 | 1010 | 101001111 | 1000011 | 1000101 |
Color Harmonies of #E57AA6
Complementary color
Monochromatic Colors of #E57AA6
Black with #E57AA6
Text Example
Text Example
White with #E57AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57AA6; }
p { color: rgb(229,122,166); }
H1.HeaderClassName
{
color: #E57AA6;
}
.AnyTagClassName
{
color: #E57AA6;
}
</style>
background-color css
<style>
a { background-color: #E57AA6; }
a { background-color: rgb(229,122,166); }
div.DivClassName
{
background-color: #E57AA6;
}
.BgClassName
{
background-color: #E57AA6;
}
</style>
border-color css
<style>
span { border-color: #E57AA6; }
span { border-color: rgb(229,122,166); }
td.TdClassName
{
border-color: #E57AA6;
}
.TagClassName
{
border-color: #E57AA6;
}
</style>