Shades of Pale Violet Red #E07AA3
Tints of Pale Violet Red #E07AA3
RGB
CMYK
RGB Variations
Color information
#E07AA3 (or 0xE07AA3) is known color: Pale Violet Red. HEX triplet: E0, 7A and A3. RGB value is (224,122,163). Sum of RGB (Red+Green+Blue) = 224+122+163=509 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.01% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 163 (64.06% from 255 or 32.02% from 509); Max value from RGB is 224 - color contains mainly: red. Hex color #E07AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07AA3 is #1F855C. Grayscale: #9D9D9D. Windows color (decimal): -2065757 or 10713824. OLE color: 10713824.
HSL color Cylindrical-coordinate representation of color #E07AA3: hue angle of 335.88º 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 #E07AA3 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 163 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.12 |
| HSL | 335.88º | 0.62% | 0.68% | - |
| HSV(B) | 335.88º | 0.46% | 0.88% | - |
| XYZ | 44.31 | 32.41 | 38.57 | - |
| YUV | 157.17 | 131.29 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 163 | 0 | 0.46 | 0.27 | 0.12 | 335.88 | 0.62 | 0.68 |
| Hex | E0 | 7A | A3 | 0 | 2E | 1B | C | 150 | 3E | 44 |
| Octal | 340 | 172 | 243 | 0 | 56 | 33 | 14 | 520 | 76 | 104 |
| Binary | 11100000 | 1111010 | 10100011 | 0 | 101110 | 11011 | 1100 | 101010000 | 111110 | 1000100 |
Color Harmonies of #E07AA3
Complementary color
Monochromatic Colors of #E07AA3
Black with #E07AA3
Text Example
Text Example
White with #E07AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07AA3; }
p { color: rgb(224,122,163); }
H1.HeaderClassName
{
color: #E07AA3;
}
.AnyTagClassName
{
color: #E07AA3;
}
</style>
background-color css
<style>
a { background-color: #E07AA3; }
a { background-color: rgb(224,122,163); }
div.DivClassName
{
background-color: #E07AA3;
}
.BgClassName
{
background-color: #E07AA3;
}
</style>
border-color css
<style>
span { border-color: #E07AA3; }
span { border-color: rgb(224,122,163); }
td.TdClassName
{
border-color: #E07AA3;
}
.TagClassName
{
border-color: #E07AA3;
}
</style>