Shades of Pale Violet Red #E06FA6
Tints of Pale Violet Red #E06FA6
RGB
CMYK
RGB Variations
Color information
#E06FA6 (or 0xE06FA6) is known color: Pale Violet Red. HEX triplet: E0, 6F and A6. RGB value is (224,111,166). Sum of RGB (Red+Green+Blue) = 224+111+166=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 166 (65.23% from 255 or 33.13% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06FA6 is #1F9059. Grayscale: #969696. Windows color (decimal): -2068570 or 10907616. OLE color: 10907616.
HSL color Cylindrical-coordinate representation of color #E06FA6: hue angle of 330.8º 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 #E06FA6 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 166 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.12 |
| HSL | 330.8º | 0.65% | 0.66% | - |
| HSV(B) | 330.8º | 0.5% | 0.88% | - |
| XYZ | 43.31 | 29.97 | 39.58 | - |
| YUV | 151.06 | 136.44 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 166 | 0 | 0.50 | 0.26 | 0.12 | 330.8 | 0.65 | 0.66 |
| Hex | E0 | 6F | A6 | 0 | 32 | 1A | C | 14B | 41 | 42 |
| Octal | 340 | 157 | 246 | 0 | 62 | 32 | 14 | 513 | 101 | 102 |
| Binary | 11100000 | 1101111 | 10100110 | 0 | 110010 | 11010 | 1100 | 101001011 | 1000001 | 1000010 |
Color Harmonies of #E06FA6
Complementary color
Monochromatic Colors of #E06FA6
Black with #E06FA6
Text Example
Text Example
White with #E06FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FA6; }
p { color: rgb(224,111,166); }
H1.HeaderClassName
{
color: #E06FA6;
}
.AnyTagClassName
{
color: #E06FA6;
}
</style>
background-color css
<style>
a { background-color: #E06FA6; }
a { background-color: rgb(224,111,166); }
div.DivClassName
{
background-color: #E06FA6;
}
.BgClassName
{
background-color: #E06FA6;
}
</style>
border-color css
<style>
span { border-color: #E06FA6; }
span { border-color: rgb(224,111,166); }
td.TdClassName
{
border-color: #E06FA6;
}
.TagClassName
{
border-color: #E06FA6;
}
</style>