Shades of Pale Violet Red #E06DA0
Tints of Pale Violet Red #E06DA0
RGB
CMYK
RGB Variations
Color information
#E06DA0 (or 0xE06DA0) is known color: Pale Violet Red. HEX triplet: E0, 6D and A0. RGB value is (224,109,160). Sum of RGB (Red+Green+Blue) = 224+109+160=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06DA0 is #1F925F. Grayscale: #959595. Windows color (decimal): -2069088 or 10513888. OLE color: 10513888.
HSL color Cylindrical-coordinate representation of color #E06DA0: hue angle of 333.39º 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 #E06DA0 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 160 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.12 |
| HSL | 333.39º | 0.65% | 0.65% | - |
| HSV(B) | 333.39º | 0.51% | 0.88% | - |
| XYZ | 42.55 | 29.32 | 36.67 | - |
| YUV | 149.2 | 134.1 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 160 | 0 | 0.51 | 0.29 | 0.12 | 333.39 | 0.65 | 0.65 |
| Hex | E0 | 6D | A0 | 0 | 33 | 1D | C | 14D | 41 | 41 |
| Octal | 340 | 155 | 240 | 0 | 63 | 35 | 14 | 515 | 101 | 101 |
| Binary | 11100000 | 1101101 | 10100000 | 0 | 110011 | 11101 | 1100 | 101001101 | 1000001 | 1000001 |
Color Harmonies of #E06DA0
Complementary color
Monochromatic Colors of #E06DA0
Black with #E06DA0
Text Example
Text Example
White with #E06DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06DA0; }
p { color: rgb(224,109,160); }
H1.HeaderClassName
{
color: #E06DA0;
}
.AnyTagClassName
{
color: #E06DA0;
}
</style>
background-color css
<style>
a { background-color: #E06DA0; }
a { background-color: rgb(224,109,160); }
div.DivClassName
{
background-color: #E06DA0;
}
.BgClassName
{
background-color: #E06DA0;
}
</style>
border-color css
<style>
span { border-color: #E06DA0; }
span { border-color: rgb(224,109,160); }
td.TdClassName
{
border-color: #E06DA0;
}
.TagClassName
{
border-color: #E06DA0;
}
</style>