Shades of Pale Violet Red #E06EA3
Tints of Pale Violet Red #E06EA3
RGB
CMYK
RGB Variations
Color information
#E06EA3 (or 0xE06EA3) is known color: Pale Violet Red. HEX triplet: E0, 6E and A3. RGB value is (224,110,163). Sum of RGB (Red+Green+Blue) = 224+110+163=497 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.07% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 163 (64.06% from 255 or 32.80% from 497); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06EA3 is #1F915C. Grayscale: #969696. Windows color (decimal): -2068829 or 10710752. OLE color: 10710752.
HSL color Cylindrical-coordinate representation of color #E06EA3: hue angle of 332.11º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06EA3 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 163 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.12 |
| HSL | 332.11º | 0.65% | 0.65% | - |
| HSV(B) | 332.11º | 0.51% | 0.88% | - |
| XYZ | 42.93 | 29.64 | 38.11 | - |
| YUV | 150.13 | 135.27 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 163 | 0 | 0.51 | 0.27 | 0.12 | 332.11 | 0.65 | 0.65 |
| Hex | E0 | 6E | A3 | 0 | 33 | 1B | C | 14C | 41 | 41 |
| Octal | 340 | 156 | 243 | 0 | 63 | 33 | 14 | 514 | 101 | 101 |
| Binary | 11100000 | 1101110 | 10100011 | 0 | 110011 | 11011 | 1100 | 101001100 | 1000001 | 1000001 |
Color Harmonies of #E06EA3
Complementary color
Monochromatic Colors of #E06EA3
Black with #E06EA3
Text Example
Text Example
White with #E06EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06EA3; }
p { color: rgb(224,110,163); }
H1.HeaderClassName
{
color: #E06EA3;
}
.AnyTagClassName
{
color: #E06EA3;
}
</style>
background-color css
<style>
a { background-color: #E06EA3; }
a { background-color: rgb(224,110,163); }
div.DivClassName
{
background-color: #E06EA3;
}
.BgClassName
{
background-color: #E06EA3;
}
</style>
border-color css
<style>
span { border-color: #E06EA3; }
span { border-color: rgb(224,110,163); }
td.TdClassName
{
border-color: #E06EA3;
}
.TagClassName
{
border-color: #E06EA3;
}
</style>