Shades of Pale Violet Red #E06EA9
Tints of Pale Violet Red #E06EA9
RGB
CMYK
RGB Variations
Color information
#E06EA9 (or 0xE06EA9) is known color: Pale Violet Red. HEX triplet: E0, 6E and A9. RGB value is (224,110,169). Sum of RGB (Red+Green+Blue) = 224+110+169=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 169 (66.41% from 255 or 33.60% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06EA9 is #1F9156. Grayscale: #969696. Windows color (decimal): -2068823 or 11103968. OLE color: 11103968.
HSL color Cylindrical-coordinate representation of color #E06EA9: hue angle of 328.95º 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 #E06EA9 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 169 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.12 |
| HSL | 328.95º | 0.65% | 0.65% | - |
| HSV(B) | 328.95º | 0.51% | 0.88% | - |
| XYZ | 43.48 | 29.86 | 41.01 | - |
| YUV | 150.81 | 138.27 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 169 | 0 | 0.51 | 0.25 | 0.12 | 328.95 | 0.65 | 0.65 |
| Hex | E0 | 6E | A9 | 0 | 33 | 19 | C | 149 | 41 | 41 |
| Octal | 340 | 156 | 251 | 0 | 63 | 31 | 14 | 511 | 101 | 101 |
| Binary | 11100000 | 1101110 | 10101001 | 0 | 110011 | 11001 | 1100 | 101001001 | 1000001 | 1000001 |
Color Harmonies of #E06EA9
Complementary color
Monochromatic Colors of #E06EA9
Black with #E06EA9
Text Example
Text Example
White with #E06EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06EA9; }
p { color: rgb(224,110,169); }
H1.HeaderClassName
{
color: #E06EA9;
}
.AnyTagClassName
{
color: #E06EA9;
}
</style>
background-color css
<style>
a { background-color: #E06EA9; }
a { background-color: rgb(224,110,169); }
div.DivClassName
{
background-color: #E06EA9;
}
.BgClassName
{
background-color: #E06EA9;
}
</style>
border-color css
<style>
span { border-color: #E06EA9; }
span { border-color: rgb(224,110,169); }
td.TdClassName
{
border-color: #E06EA9;
}
.TagClassName
{
border-color: #E06EA9;
}
</style>