Shades of Pale Violet Red #E57AA7
Tints of Pale Violet Red #E57AA7
RGB
CMYK
RGB Variations
Color information
#E57AA7 (or 0xE57AA7) is known color: Pale Violet Red. HEX triplet: E5, 7A and A7. RGB value is (229,122,167). Sum of RGB (Red+Green+Blue) = 229+122+167=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 167 (65.62% from 255 or 32.24% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E57AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57AA7 is #1A8558. Grayscale: #9F9F9F. Windows color (decimal): -1738073 or 10975973. OLE color: 10975973.
HSL color Cylindrical-coordinate representation of color #E57AA7: hue angle of 334.77º 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 #E57AA7 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 122 | 167 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.10 |
| HSL | 334.77º | 0.67% | 0.69% | - |
| HSV(B) | 334.77º | 0.47% | 0.9% | - |
| XYZ | 46.25 | 33.37 | 40.56 | - |
| YUV | 159.12 | 132.45 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 122 | 167 | 0 | 0.47 | 0.27 | 0.10 | 334.77 | 0.67 | 0.69 |
| Hex | E5 | 7A | A7 | 0 | 2F | 1B | A | 14F | 43 | 45 |
| Octal | 345 | 172 | 247 | 0 | 57 | 33 | 12 | 517 | 103 | 105 |
| Binary | 11100101 | 1111010 | 10100111 | 0 | 101111 | 11011 | 1010 | 101001111 | 1000011 | 1000101 |
Color Harmonies of #E57AA7
Complementary color
Monochromatic Colors of #E57AA7
Black with #E57AA7
Text Example
Text Example
White with #E57AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57AA7; }
p { color: rgb(229,122,167); }
H1.HeaderClassName
{
color: #E57AA7;
}
.AnyTagClassName
{
color: #E57AA7;
}
</style>
background-color css
<style>
a { background-color: #E57AA7; }
a { background-color: rgb(229,122,167); }
div.DivClassName
{
background-color: #E57AA7;
}
.BgClassName
{
background-color: #E57AA7;
}
</style>
border-color css
<style>
span { border-color: #E57AA7; }
span { border-color: rgb(229,122,167); }
td.TdClassName
{
border-color: #E57AA7;
}
.TagClassName
{
border-color: #E57AA7;
}
</style>