Shades of Pale Violet Red #E06AA6
Tints of Pale Violet Red #E06AA6
RGB
CMYK
RGB Variations
Color information
#E06AA6 (or 0xE06AA6) is known color: Pale Violet Red. HEX triplet: E0, 6A and A6. RGB value is (224,106,166). Sum of RGB (Red+Green+Blue) = 224+106+166=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06AA6 is #1F9559. Grayscale: #949494. Windows color (decimal): -2069850 or 10906336. OLE color: 10906336.
HSL color Cylindrical-coordinate representation of color #E06AA6: hue angle of 329.49º 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 #E06AA6 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 166 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.12 |
| HSL | 329.49º | 0.66% | 0.65% | - |
| HSV(B) | 329.49º | 0.53% | 0.88% | - |
| XYZ | 42.78 | 28.91 | 39.4 | - |
| YUV | 148.12 | 138.09 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 166 | 0 | 0.53 | 0.26 | 0.12 | 329.49 | 0.66 | 0.65 |
| Hex | E0 | 6A | A6 | 0 | 35 | 1A | C | 149 | 42 | 41 |
| Octal | 340 | 152 | 246 | 0 | 65 | 32 | 14 | 511 | 102 | 101 |
| Binary | 11100000 | 1101010 | 10100110 | 0 | 110101 | 11010 | 1100 | 101001001 | 1000010 | 1000001 |
Color Harmonies of #E06AA6
Complementary color
Monochromatic Colors of #E06AA6
Black with #E06AA6
Text Example
Text Example
White with #E06AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06AA6; }
p { color: rgb(224,106,166); }
H1.HeaderClassName
{
color: #E06AA6;
}
.AnyTagClassName
{
color: #E06AA6;
}
</style>
background-color css
<style>
a { background-color: #E06AA6; }
a { background-color: rgb(224,106,166); }
div.DivClassName
{
background-color: #E06AA6;
}
.BgClassName
{
background-color: #E06AA6;
}
</style>
border-color css
<style>
span { border-color: #E06AA6; }
span { border-color: rgb(224,106,166); }
td.TdClassName
{
border-color: #E06AA6;
}
.TagClassName
{
border-color: #E06AA6;
}
</style>