Shades of Pale Violet Red #E66DA0
Tints of Pale Violet Red #E66DA0
RGB
CMYK
RGB Variations
Color information
#E66DA0 (or 0xE66DA0) is known color: Pale Violet Red. HEX triplet: E6, 6D and A0. RGB value is (230,109,160). Sum of RGB (Red+Green+Blue) = 230+109+160=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66DA0 is #19925F. Grayscale: #969696. Windows color (decimal): -1675872 or 10513894. OLE color: 10513894.
HSL color Cylindrical-coordinate representation of color #E66DA0: hue angle of 334.71º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66DA0 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 160 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.10 |
| HSL | 334.71º | 0.71% | 0.66% | - |
| HSV(B) | 334.71º | 0.53% | 0.9% | - |
| XYZ | 44.45 | 30.3 | 36.76 | - |
| YUV | 150.99 | 133.09 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 160 | 0 | 0.53 | 0.30 | 0.10 | 334.71 | 0.71 | 0.66 |
| Hex | E6 | 6D | A0 | 0 | 35 | 1E | A | 14F | 47 | 42 |
| Octal | 346 | 155 | 240 | 0 | 65 | 36 | 12 | 517 | 107 | 102 |
| Binary | 11100110 | 1101101 | 10100000 | 0 | 110101 | 11110 | 1010 | 101001111 | 1000111 | 1000010 |
Color Harmonies of #E66DA0
Complementary color
Monochromatic Colors of #E66DA0
Black with #E66DA0
Text Example
Text Example
White with #E66DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66DA0; }
p { color: rgb(230,109,160); }
H1.HeaderClassName
{
color: #E66DA0;
}
.AnyTagClassName
{
color: #E66DA0;
}
</style>
background-color css
<style>
a { background-color: #E66DA0; }
a { background-color: rgb(230,109,160); }
div.DivClassName
{
background-color: #E66DA0;
}
.BgClassName
{
background-color: #E66DA0;
}
</style>
border-color css
<style>
span { border-color: #E66DA0; }
span { border-color: rgb(230,109,160); }
td.TdClassName
{
border-color: #E66DA0;
}
.TagClassName
{
border-color: #E66DA0;
}
</style>