Shades of Pale Violet Red #E06FA7
Tints of Pale Violet Red #E06FA7
RGB
CMYK
RGB Variations
Color information
#E06FA7 (or 0xE06FA7) is known color: Pale Violet Red. HEX triplet: E0, 6F and A7. RGB value is (224,111,167). Sum of RGB (Red+Green+Blue) = 224+111+167=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06FA7 is #1F9058. Grayscale: #979797. Windows color (decimal): -2068569 or 10973152. OLE color: 10973152.
HSL color Cylindrical-coordinate representation of color #E06FA7: hue angle of 330.27º 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 #E06FA7 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 167 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.12 |
| HSL | 330.27º | 0.65% | 0.66% | - |
| HSV(B) | 330.27º | 0.5% | 0.88% | - |
| XYZ | 43.4 | 30.01 | 40.06 | - |
| YUV | 151.17 | 136.94 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 167 | 0 | 0.50 | 0.25 | 0.12 | 330.27 | 0.65 | 0.66 |
| Hex | E0 | 6F | A7 | 0 | 32 | 19 | C | 14A | 41 | 42 |
| Octal | 340 | 157 | 247 | 0 | 62 | 31 | 14 | 512 | 101 | 102 |
| Binary | 11100000 | 1101111 | 10100111 | 0 | 110010 | 11001 | 1100 | 101001010 | 1000001 | 1000010 |
Color Harmonies of #E06FA7
Complementary color
Monochromatic Colors of #E06FA7
Black with #E06FA7
Text Example
Text Example
White with #E06FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FA7; }
p { color: rgb(224,111,167); }
H1.HeaderClassName
{
color: #E06FA7;
}
.AnyTagClassName
{
color: #E06FA7;
}
</style>
background-color css
<style>
a { background-color: #E06FA7; }
a { background-color: rgb(224,111,167); }
div.DivClassName
{
background-color: #E06FA7;
}
.BgClassName
{
background-color: #E06FA7;
}
</style>
border-color css
<style>
span { border-color: #E06FA7; }
span { border-color: rgb(224,111,167); }
td.TdClassName
{
border-color: #E06FA7;
}
.TagClassName
{
border-color: #E06FA7;
}
</style>