Shades of Pale Violet Red #E07AA0
Tints of Pale Violet Red #E07AA0
RGB
CMYK
RGB Variations
Color information
#E07AA0 (or 0xE07AA0) is known color: Pale Violet Red. HEX triplet: E0, 7A and A0. RGB value is (224,122,160). Sum of RGB (Red+Green+Blue) = 224+122+160=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E07AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07AA0 is #1F855F. Grayscale: #9C9C9C. Windows color (decimal): -2065760 or 10517216. OLE color: 10517216.
HSL color Cylindrical-coordinate representation of color #E07AA0: hue angle of 337.65º degrees, saturation: 0.62, 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 #E07AA0 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 160 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.12 |
| HSL | 337.65º | 0.62% | 0.68% | - |
| HSV(B) | 337.65º | 0.46% | 0.88% | - |
| XYZ | 44.05 | 32.3 | 37.17 | - |
| YUV | 156.83 | 129.79 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 160 | 0 | 0.46 | 0.29 | 0.12 | 337.65 | 0.62 | 0.68 |
| Hex | E0 | 7A | A0 | 0 | 2E | 1D | C | 152 | 3E | 44 |
| Octal | 340 | 172 | 240 | 0 | 56 | 35 | 14 | 522 | 76 | 104 |
| Binary | 11100000 | 1111010 | 10100000 | 0 | 101110 | 11101 | 1100 | 101010010 | 111110 | 1000100 |
Color Harmonies of #E07AA0
Complementary color
Monochromatic Colors of #E07AA0
Black with #E07AA0
Text Example
Text Example
White with #E07AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07AA0; }
p { color: rgb(224,122,160); }
H1.HeaderClassName
{
color: #E07AA0;
}
.AnyTagClassName
{
color: #E07AA0;
}
</style>
background-color css
<style>
a { background-color: #E07AA0; }
a { background-color: rgb(224,122,160); }
div.DivClassName
{
background-color: #E07AA0;
}
.BgClassName
{
background-color: #E07AA0;
}
</style>
border-color css
<style>
span { border-color: #E07AA0; }
span { border-color: rgb(224,122,160); }
td.TdClassName
{
border-color: #E07AA0;
}
.TagClassName
{
border-color: #E07AA0;
}
</style>