Shades of Pale Violet Red #E06EAA
Tints of Pale Violet Red #E06EAA
RGB
CMYK
RGB Variations
Color information
#E06EAA (or 0xE06EAA) is known color: Pale Violet Red. HEX triplet: E0, 6E and AA. RGB value is (224,110,170). Sum of RGB (Red+Green+Blue) = 224+110+170=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06EAA is #1F9155. Grayscale: #969696. Windows color (decimal): -2068822 or 11169504. OLE color: 11169504.
HSL color Cylindrical-coordinate representation of color #E06EAA: hue angle of 328.42º 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 #E06EAA is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 170 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.12 |
| HSL | 328.42º | 0.65% | 0.65% | - |
| HSV(B) | 328.42º | 0.51% | 0.88% | - |
| XYZ | 43.57 | 29.9 | 41.51 | - |
| YUV | 150.93 | 138.77 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 170 | 0 | 0.51 | 0.24 | 0.12 | 328.42 | 0.65 | 0.65 |
| Hex | E0 | 6E | AA | 0 | 33 | 18 | C | 148 | 41 | 41 |
| Octal | 340 | 156 | 252 | 0 | 63 | 30 | 14 | 510 | 101 | 101 |
| Binary | 11100000 | 1101110 | 10101010 | 0 | 110011 | 11000 | 1100 | 101001000 | 1000001 | 1000001 |
Color Harmonies of #E06EAA
Complementary color
Monochromatic Colors of #E06EAA
Black with #E06EAA
Text Example
Text Example
White with #E06EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06EAA; }
p { color: rgb(224,110,170); }
H1.HeaderClassName
{
color: #E06EAA;
}
.AnyTagClassName
{
color: #E06EAA;
}
</style>
background-color css
<style>
a { background-color: #E06EAA; }
a { background-color: rgb(224,110,170); }
div.DivClassName
{
background-color: #E06EAA;
}
.BgClassName
{
background-color: #E06EAA;
}
</style>
border-color css
<style>
span { border-color: #E06EAA; }
span { border-color: rgb(224,110,170); }
td.TdClassName
{
border-color: #E06EAA;
}
.TagClassName
{
border-color: #E06EAA;
}
</style>