Shades of Pale Violet Red #E06D95
Tints of Pale Violet Red #E06D95
RGB
CMYK
RGB Variations
Color information
#E06D95 (or 0xE06D95) is known color: Pale Violet Red. HEX triplet: E0, 6D and 95. RGB value is (224,109,149). Sum of RGB (Red+Green+Blue) = 224+109+149=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 149 (58.59% from 255 or 30.91% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06D95 is #1F926A. Grayscale: #939393. Windows color (decimal): -2069099 or 9792992. OLE color: 9792992.
HSL color Cylindrical-coordinate representation of color #E06D95: hue angle of 339.13º 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 #E06D95 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 149 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.12 |
| HSL | 339.13º | 0.65% | 0.65% | - |
| HSV(B) | 339.13º | 0.51% | 0.88% | - |
| XYZ | 41.63 | 28.95 | 31.83 | - |
| YUV | 147.95 | 128.6 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 149 | 0 | 0.51 | 0.33 | 0.12 | 339.13 | 0.65 | 0.65 |
| Hex | E0 | 6D | 95 | 0 | 33 | 21 | C | 153 | 41 | 41 |
| Octal | 340 | 155 | 225 | 0 | 63 | 41 | 14 | 523 | 101 | 101 |
| Binary | 11100000 | 1101101 | 10010101 | 0 | 110011 | 100001 | 1100 | 101010011 | 1000001 | 1000001 |
Color Harmonies of #E06D95
Complementary color
Monochromatic Colors of #E06D95
Black with #E06D95
Text Example
Text Example
White with #E06D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D95; }
p { color: rgb(224,109,149); }
H1.HeaderClassName
{
color: #E06D95;
}
.AnyTagClassName
{
color: #E06D95;
}
</style>
background-color css
<style>
a { background-color: #E06D95; }
a { background-color: rgb(224,109,149); }
div.DivClassName
{
background-color: #E06D95;
}
.BgClassName
{
background-color: #E06D95;
}
</style>
border-color css
<style>
span { border-color: #E06D95; }
span { border-color: rgb(224,109,149); }
td.TdClassName
{
border-color: #E06D95;
}
.TagClassName
{
border-color: #E06D95;
}
</style>