Shades of Pale Violet Red #E06AA2
Tints of Pale Violet Red #E06AA2
RGB
CMYK
RGB Variations
Color information
#E06AA2 (or 0xE06AA2) is known color: Pale Violet Red. HEX triplet: E0, 6A and A2. RGB value is (224,106,162). Sum of RGB (Red+Green+Blue) = 224+106+162=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06AA2 is #1F955D. Grayscale: #939393. Windows color (decimal): -2069854 or 10644192. OLE color: 10644192.
HSL color Cylindrical-coordinate representation of color #E06AA2: hue angle of 331.53º 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 #E06AA2 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 162 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.12 |
| HSL | 331.53º | 0.66% | 0.65% | - |
| HSV(B) | 331.53º | 0.53% | 0.88% | - |
| XYZ | 42.42 | 28.76 | 37.5 | - |
| YUV | 147.67 | 136.09 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 162 | 0 | 0.53 | 0.28 | 0.12 | 331.53 | 0.66 | 0.65 |
| Hex | E0 | 6A | A2 | 0 | 35 | 1C | C | 14C | 42 | 41 |
| Octal | 340 | 152 | 242 | 0 | 65 | 34 | 14 | 514 | 102 | 101 |
| Binary | 11100000 | 1101010 | 10100010 | 0 | 110101 | 11100 | 1100 | 101001100 | 1000010 | 1000001 |
Color Harmonies of #E06AA2
Complementary color
Monochromatic Colors of #E06AA2
Black with #E06AA2
Text Example
Text Example
White with #E06AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06AA2; }
p { color: rgb(224,106,162); }
H1.HeaderClassName
{
color: #E06AA2;
}
.AnyTagClassName
{
color: #E06AA2;
}
</style>
background-color css
<style>
a { background-color: #E06AA2; }
a { background-color: rgb(224,106,162); }
div.DivClassName
{
background-color: #E06AA2;
}
.BgClassName
{
background-color: #E06AA2;
}
</style>
border-color css
<style>
span { border-color: #E06AA2; }
span { border-color: rgb(224,106,162); }
td.TdClassName
{
border-color: #E06AA2;
}
.TagClassName
{
border-color: #E06AA2;
}
</style>