Shades of Pale Violet Red #E06FA9
Tints of Pale Violet Red #E06FA9
RGB
CMYK
RGB Variations
Color information
#E06FA9 (or 0xE06FA9) is known color: Pale Violet Red. HEX triplet: E0, 6F and A9. RGB value is (224,111,169). Sum of RGB (Red+Green+Blue) = 224+111+169=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06FA9 is #1F9056. Grayscale: #979797. Windows color (decimal): -2068567 or 11104224. OLE color: 11104224.
HSL color Cylindrical-coordinate representation of color #E06FA9: hue angle of 329.2º 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 #E06FA9 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 169 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.12 |
| HSL | 329.2º | 0.65% | 0.66% | - |
| HSV(B) | 329.2º | 0.5% | 0.88% | - |
| XYZ | 43.59 | 30.08 | 41.05 | - |
| YUV | 151.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 169 | 0 | 0.50 | 0.25 | 0.12 | 329.2 | 0.65 | 0.66 |
| Hex | E0 | 6F | A9 | 0 | 32 | 19 | C | 149 | 41 | 42 |
| Octal | 340 | 157 | 251 | 0 | 62 | 31 | 14 | 511 | 101 | 102 |
| Binary | 11100000 | 1101111 | 10101001 | 0 | 110010 | 11001 | 1100 | 101001001 | 1000001 | 1000010 |
Color Harmonies of #E06FA9
Complementary color
Monochromatic Colors of #E06FA9
Black with #E06FA9
Text Example
Text Example
White with #E06FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FA9; }
p { color: rgb(224,111,169); }
H1.HeaderClassName
{
color: #E06FA9;
}
.AnyTagClassName
{
color: #E06FA9;
}
</style>
background-color css
<style>
a { background-color: #E06FA9; }
a { background-color: rgb(224,111,169); }
div.DivClassName
{
background-color: #E06FA9;
}
.BgClassName
{
background-color: #E06FA9;
}
</style>
border-color css
<style>
span { border-color: #E06FA9; }
span { border-color: rgb(224,111,169); }
td.TdClassName
{
border-color: #E06FA9;
}
.TagClassName
{
border-color: #E06FA9;
}
</style>