Shades of Pale Violet Red #E06E9F
Tints of Pale Violet Red #E06E9F
RGB
CMYK
RGB Variations
Color information
#E06E9F (or 0xE06E9F) is known color: Pale Violet Red. HEX triplet: E0, 6E and 9F. RGB value is (224,110,159). Sum of RGB (Red+Green+Blue) = 224+110+159=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06E9F is #1F9160. Grayscale: #959595. Windows color (decimal): -2068833 or 10448608. OLE color: 10448608.
HSL color Cylindrical-coordinate representation of color #E06E9F: hue angle of 334.21º 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 #E06E9F is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 159 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.12 |
| HSL | 334.21º | 0.65% | 0.65% | - |
| HSV(B) | 334.21º | 0.51% | 0.88% | - |
| XYZ | 42.57 | 29.5 | 36.25 | - |
| YUV | 149.67 | 133.27 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 159 | 0 | 0.51 | 0.29 | 0.12 | 334.21 | 0.65 | 0.65 |
| Hex | E0 | 6E | 9F | 0 | 33 | 1D | C | 14E | 41 | 41 |
| Octal | 340 | 156 | 237 | 0 | 63 | 35 | 14 | 516 | 101 | 101 |
| Binary | 11100000 | 1101110 | 10011111 | 0 | 110011 | 11101 | 1100 | 101001110 | 1000001 | 1000001 |
Color Harmonies of #E06E9F
Complementary color
Monochromatic Colors of #E06E9F
Black with #E06E9F
Text Example
Text Example
White with #E06E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E9F; }
p { color: rgb(224,110,159); }
H1.HeaderClassName
{
color: #E06E9F;
}
.AnyTagClassName
{
color: #E06E9F;
}
</style>
background-color css
<style>
a { background-color: #E06E9F; }
a { background-color: rgb(224,110,159); }
div.DivClassName
{
background-color: #E06E9F;
}
.BgClassName
{
background-color: #E06E9F;
}
</style>
border-color css
<style>
span { border-color: #E06E9F; }
span { border-color: rgb(224,110,159); }
td.TdClassName
{
border-color: #E06E9F;
}
.TagClassName
{
border-color: #E06E9F;
}
</style>