Shades of Pale Violet Red #E66EA0
Tints of Pale Violet Red #E66EA0
RGB
CMYK
RGB Variations
Color information
#E66EA0 (or 0xE66EA0) is known color: Pale Violet Red. HEX triplet: E6, 6E and A0. RGB value is (230,110,160). Sum of RGB (Red+Green+Blue) = 230+110+160=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E66EA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66EA0 is #19915F. Grayscale: #979797. Windows color (decimal): -1675616 or 10514150. OLE color: 10514150.
HSL color Cylindrical-coordinate representation of color #E66EA0: hue angle of 335º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66EA0 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 160 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.10 |
| HSL | 335º | 0.71% | 0.67% | - |
| HSV(B) | 335º | 0.52% | 0.9% | - |
| XYZ | 44.55 | 30.51 | 36.8 | - |
| YUV | 151.58 | 132.76 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 160 | 0 | 0.52 | 0.30 | 0.10 | 335 | 0.71 | 0.67 |
| Hex | E6 | 6E | A0 | 0 | 34 | 1E | A | 14F | 47 | 43 |
| Octal | 346 | 156 | 240 | 0 | 64 | 36 | 12 | 517 | 107 | 103 |
| Binary | 11100110 | 1101110 | 10100000 | 0 | 110100 | 11110 | 1010 | 101001111 | 1000111 | 1000011 |
Color Harmonies of #E66EA0
Complementary color
Monochromatic Colors of #E66EA0
Black with #E66EA0
Text Example
Text Example
White with #E66EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66EA0; }
p { color: rgb(230,110,160); }
H1.HeaderClassName
{
color: #E66EA0;
}
.AnyTagClassName
{
color: #E66EA0;
}
</style>
background-color css
<style>
a { background-color: #E66EA0; }
a { background-color: rgb(230,110,160); }
div.DivClassName
{
background-color: #E66EA0;
}
.BgClassName
{
background-color: #E66EA0;
}
</style>
border-color css
<style>
span { border-color: #E66EA0; }
span { border-color: rgb(230,110,160); }
td.TdClassName
{
border-color: #E66EA0;
}
.TagClassName
{
border-color: #E66EA0;
}
</style>