Shades of Pale Violet Red #E06D9F
Tints of Pale Violet Red #E06D9F
RGB
CMYK
RGB Variations
Color information
#E06D9F (or 0xE06D9F) is known color: Pale Violet Red. HEX triplet: E0, 6D and 9F. RGB value is (224,109,159). Sum of RGB (Red+Green+Blue) = 224+109+159=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 159 (62.5% from 255 or 32.32% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06D9F is #1F9260. Grayscale: #959595. Windows color (decimal): -2069089 or 10448352. OLE color: 10448352.
HSL color Cylindrical-coordinate representation of color #E06D9F: hue angle of 333.91º 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 #E06D9F is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 159 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.12 |
| HSL | 333.91º | 0.65% | 0.65% | - |
| HSV(B) | 333.91º | 0.51% | 0.88% | - |
| XYZ | 42.47 | 29.29 | 36.22 | - |
| YUV | 149.09 | 133.6 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 159 | 0 | 0.51 | 0.29 | 0.12 | 333.91 | 0.65 | 0.65 |
| Hex | E0 | 6D | 9F | 0 | 33 | 1D | C | 14E | 41 | 41 |
| Octal | 340 | 155 | 237 | 0 | 63 | 35 | 14 | 516 | 101 | 101 |
| Binary | 11100000 | 1101101 | 10011111 | 0 | 110011 | 11101 | 1100 | 101001110 | 1000001 | 1000001 |
Color Harmonies of #E06D9F
Complementary color
Monochromatic Colors of #E06D9F
Black with #E06D9F
Text Example
Text Example
White with #E06D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D9F; }
p { color: rgb(224,109,159); }
H1.HeaderClassName
{
color: #E06D9F;
}
.AnyTagClassName
{
color: #E06D9F;
}
</style>
background-color css
<style>
a { background-color: #E06D9F; }
a { background-color: rgb(224,109,159); }
div.DivClassName
{
background-color: #E06D9F;
}
.BgClassName
{
background-color: #E06D9F;
}
</style>
border-color css
<style>
span { border-color: #E06D9F; }
span { border-color: rgb(224,109,159); }
td.TdClassName
{
border-color: #E06D9F;
}
.TagClassName
{
border-color: #E06D9F;
}
</style>