Shades of Pale Violet Red #E07AAA
Tints of Pale Violet Red #E07AAA
RGB
CMYK
RGB Variations
Color information
#E07AAA (or 0xE07AAA) is known color: Pale Violet Red. HEX triplet: E0, 7A and AA. RGB value is (224,122,170). Sum of RGB (Red+Green+Blue) = 224+122+170=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E07AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07AAA is #1F8555. Grayscale: #9D9D9D. Windows color (decimal): -2065750 or 11172576. OLE color: 11172576.
HSL color Cylindrical-coordinate representation of color #E07AAA: hue angle of 331.76º 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 #E07AAA is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 122 | 170 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.12 |
| HSL | 331.76º | 0.62% | 0.68% | - |
| HSV(B) | 331.76º | 0.46% | 0.88% | - |
| XYZ | 44.96 | 32.67 | 41.97 | - |
| YUV | 157.97 | 134.79 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 122 | 170 | 0 | 0.46 | 0.24 | 0.12 | 331.76 | 0.62 | 0.68 |
| Hex | E0 | 7A | AA | 0 | 2E | 18 | C | 14C | 3E | 44 |
| Octal | 340 | 172 | 252 | 0 | 56 | 30 | 14 | 514 | 76 | 104 |
| Binary | 11100000 | 1111010 | 10101010 | 0 | 101110 | 11000 | 1100 | 101001100 | 111110 | 1000100 |
Color Harmonies of #E07AAA
Complementary color
Monochromatic Colors of #E07AAA
Black with #E07AAA
Text Example
Text Example
White with #E07AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07AAA; }
p { color: rgb(224,122,170); }
H1.HeaderClassName
{
color: #E07AAA;
}
.AnyTagClassName
{
color: #E07AAA;
}
</style>
background-color css
<style>
a { background-color: #E07AAA; }
a { background-color: rgb(224,122,170); }
div.DivClassName
{
background-color: #E07AAA;
}
.BgClassName
{
background-color: #E07AAA;
}
</style>
border-color css
<style>
span { border-color: #E07AAA; }
span { border-color: rgb(224,122,170); }
td.TdClassName
{
border-color: #E07AAA;
}
.TagClassName
{
border-color: #E07AAA;
}
</style>