Shades of Pale Violet Red #E06AAA
Tints of Pale Violet Red #E06AAA
RGB
CMYK
RGB Variations
Color information
#E06AAA (or 0xE06AAA) is known color: Pale Violet Red. HEX triplet: E0, 6A and AA. RGB value is (224,106,170). Sum of RGB (Red+Green+Blue) = 224+106+170=500 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.8% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06AAA is #1F9555. Grayscale: #949494. Windows color (decimal): -2069846 or 11168480. OLE color: 11168480.
HSL color Cylindrical-coordinate representation of color #E06AAA: hue angle of 327.46º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E06AAA is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 170 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.12 |
| HSL | 327.46º | 0.66% | 0.65% | - |
| HSV(B) | 327.46º | 0.53% | 0.88% | - |
| XYZ | 43.15 | 29.06 | 41.36 | - |
| YUV | 148.58 | 140.09 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 170 | 0 | 0.53 | 0.24 | 0.12 | 327.46 | 0.66 | 0.65 |
| Hex | E0 | 6A | AA | 0 | 35 | 18 | C | 147 | 42 | 41 |
| Octal | 340 | 152 | 252 | 0 | 65 | 30 | 14 | 507 | 102 | 101 |
| Binary | 11100000 | 1101010 | 10101010 | 0 | 110101 | 11000 | 1100 | 101000111 | 1000010 | 1000001 |
Color Harmonies of #E06AAA
Complementary color
Monochromatic Colors of #E06AAA
Black with #E06AAA
Text Example
Text Example
White with #E06AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06AAA; }
p { color: rgb(224,106,170); }
H1.HeaderClassName
{
color: #E06AAA;
}
.AnyTagClassName
{
color: #E06AAA;
}
</style>
background-color css
<style>
a { background-color: #E06AAA; }
a { background-color: rgb(224,106,170); }
div.DivClassName
{
background-color: #E06AAA;
}
.BgClassName
{
background-color: #E06AAA;
}
</style>
border-color css
<style>
span { border-color: #E06AAA; }
span { border-color: rgb(224,106,170); }
td.TdClassName
{
border-color: #E06AAA;
}
.TagClassName
{
border-color: #E06AAA;
}
</style>