Shades of Pale Violet Red #E06DA8
Tints of Pale Violet Red #E06DA8
RGB
CMYK
RGB Variations
Color information
#E06DA8 (or 0xE06DA8) is known color: Pale Violet Red. HEX triplet: E0, 6D and A8. RGB value is (224,109,168). Sum of RGB (Red+Green+Blue) = 224+109+168=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06DA8 is #1F9257. Grayscale: #959595. Windows color (decimal): -2069080 or 11038176. OLE color: 11038176.
HSL color Cylindrical-coordinate representation of color #E06DA8: hue angle of 329.22º 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 #E06DA8 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 168 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.12 |
| HSL | 329.22º | 0.65% | 0.65% | - |
| HSV(B) | 329.22º | 0.51% | 0.88% | - |
| XYZ | 43.28 | 29.61 | 40.48 | - |
| YUV | 150.11 | 138.1 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 168 | 0 | 0.51 | 0.25 | 0.12 | 329.22 | 0.65 | 0.65 |
| Hex | E0 | 6D | A8 | 0 | 33 | 19 | C | 149 | 41 | 41 |
| Octal | 340 | 155 | 250 | 0 | 63 | 31 | 14 | 511 | 101 | 101 |
| Binary | 11100000 | 1101101 | 10101000 | 0 | 110011 | 11001 | 1100 | 101001001 | 1000001 | 1000001 |
Color Harmonies of #E06DA8
Complementary color
Monochromatic Colors of #E06DA8
Black with #E06DA8
Text Example
Text Example
White with #E06DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06DA8; }
p { color: rgb(224,109,168); }
H1.HeaderClassName
{
color: #E06DA8;
}
.AnyTagClassName
{
color: #E06DA8;
}
</style>
background-color css
<style>
a { background-color: #E06DA8; }
a { background-color: rgb(224,109,168); }
div.DivClassName
{
background-color: #E06DA8;
}
.BgClassName
{
background-color: #E06DA8;
}
</style>
border-color css
<style>
span { border-color: #E06DA8; }
span { border-color: rgb(224,109,168); }
td.TdClassName
{
border-color: #E06DA8;
}
.TagClassName
{
border-color: #E06DA8;
}
</style>