Shades of Pale Violet Red #E06DA5
Tints of Pale Violet Red #E06DA5
RGB
CMYK
RGB Variations
Color information
#E06DA5 (or 0xE06DA5) is known color: Pale Violet Red. HEX triplet: E0, 6D and A5. RGB value is (224,109,165). Sum of RGB (Red+Green+Blue) = 224+109+165=498 (65% of max value = 765). Red value is 224 (87.89% from 255 or 44.98% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06DA5 is #1F925A. Grayscale: #959595. Windows color (decimal): -2069083 or 10841568. OLE color: 10841568.
HSL color Cylindrical-coordinate representation of color #E06DA5: hue angle of 330.78º 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 #E06DA5 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 165 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.12 |
| HSL | 330.78º | 0.65% | 0.65% | - |
| HSV(B) | 330.78º | 0.51% | 0.88% | - |
| XYZ | 43 | 29.5 | 39.03 | - |
| YUV | 149.77 | 136.6 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 165 | 0 | 0.51 | 0.26 | 0.12 | 330.78 | 0.65 | 0.65 |
| Hex | E0 | 6D | A5 | 0 | 33 | 1A | C | 14B | 41 | 41 |
| Octal | 340 | 155 | 245 | 0 | 63 | 32 | 14 | 513 | 101 | 101 |
| Binary | 11100000 | 1101101 | 10100101 | 0 | 110011 | 11010 | 1100 | 101001011 | 1000001 | 1000001 |
Color Harmonies of #E06DA5
Complementary color
Monochromatic Colors of #E06DA5
Black with #E06DA5
Text Example
Text Example
White with #E06DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06DA5; }
p { color: rgb(224,109,165); }
H1.HeaderClassName
{
color: #E06DA5;
}
.AnyTagClassName
{
color: #E06DA5;
}
</style>
background-color css
<style>
a { background-color: #E06DA5; }
a { background-color: rgb(224,109,165); }
div.DivClassName
{
background-color: #E06DA5;
}
.BgClassName
{
background-color: #E06DA5;
}
</style>
border-color css
<style>
span { border-color: #E06DA5; }
span { border-color: rgb(224,109,165); }
td.TdClassName
{
border-color: #E06DA5;
}
.TagClassName
{
border-color: #E06DA5;
}
</style>