Shades of Pale Violet Red #E06F9F
Tints of Pale Violet Red #E06F9F
RGB
CMYK
RGB Variations
Color information
#E06F9F (or 0xE06F9F) is known color: Pale Violet Red. HEX triplet: E0, 6F and 9F. RGB value is (224,111,159). Sum of RGB (Red+Green+Blue) = 224+111+159=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F9F is #1F9060. Grayscale: #969696. Windows color (decimal): -2068577 or 10448864. OLE color: 10448864.
HSL color Cylindrical-coordinate representation of color #E06F9F: hue angle of 334.51º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E06F9F is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 159 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.12 |
| HSL | 334.51º | 0.65% | 0.66% | - |
| HSV(B) | 334.51º | 0.5% | 0.88% | - |
| XYZ | 42.68 | 29.72 | 36.29 | - |
| YUV | 150.26 | 132.94 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 159 | 0 | 0.50 | 0.29 | 0.12 | 334.51 | 0.65 | 0.66 |
| Hex | E0 | 6F | 9F | 0 | 32 | 1D | C | 14F | 41 | 42 |
| Octal | 340 | 157 | 237 | 0 | 62 | 35 | 14 | 517 | 101 | 102 |
| Binary | 11100000 | 1101111 | 10011111 | 0 | 110010 | 11101 | 1100 | 101001111 | 1000001 | 1000010 |
Color Harmonies of #E06F9F
Complementary color
Monochromatic Colors of #E06F9F
Black with #E06F9F
Text Example
Text Example
White with #E06F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F9F; }
p { color: rgb(224,111,159); }
H1.HeaderClassName
{
color: #E06F9F;
}
.AnyTagClassName
{
color: #E06F9F;
}
</style>
background-color css
<style>
a { background-color: #E06F9F; }
a { background-color: rgb(224,111,159); }
div.DivClassName
{
background-color: #E06F9F;
}
.BgClassName
{
background-color: #E06F9F;
}
</style>
border-color css
<style>
span { border-color: #E06F9F; }
span { border-color: rgb(224,111,159); }
td.TdClassName
{
border-color: #E06F9F;
}
.TagClassName
{
border-color: #E06F9F;
}
</style>