Shades of Pale Violet Red #E06FA8
Tints of Pale Violet Red #E06FA8
RGB
CMYK
RGB Variations
Color information
#E06FA8 (or 0xE06FA8) is known color: Pale Violet Red. HEX triplet: E0, 6F and A8. RGB value is (224,111,168). Sum of RGB (Red+Green+Blue) = 224+111+168=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 168 (66.02% from 255 or 33.40% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06FA8 is #1F9057. Grayscale: #979797. Windows color (decimal): -2068568 or 11038688. OLE color: 11038688.
HSL color Cylindrical-coordinate representation of color #E06FA8: hue angle of 329.73º 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 #E06FA8 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 168 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.12 |
| HSL | 329.73º | 0.65% | 0.66% | - |
| HSV(B) | 329.73º | 0.5% | 0.88% | - |
| XYZ | 43.49 | 30.04 | 40.55 | - |
| YUV | 151.29 | 137.44 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 168 | 0 | 0.50 | 0.25 | 0.12 | 329.73 | 0.65 | 0.66 |
| Hex | E0 | 6F | A8 | 0 | 32 | 19 | C | 14A | 41 | 42 |
| Octal | 340 | 157 | 250 | 0 | 62 | 31 | 14 | 512 | 101 | 102 |
| Binary | 11100000 | 1101111 | 10101000 | 0 | 110010 | 11001 | 1100 | 101001010 | 1000001 | 1000010 |
Color Harmonies of #E06FA8
Complementary color
Monochromatic Colors of #E06FA8
Black with #E06FA8
Text Example
Text Example
White with #E06FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FA8; }
p { color: rgb(224,111,168); }
H1.HeaderClassName
{
color: #E06FA8;
}
.AnyTagClassName
{
color: #E06FA8;
}
</style>
background-color css
<style>
a { background-color: #E06FA8; }
a { background-color: rgb(224,111,168); }
div.DivClassName
{
background-color: #E06FA8;
}
.BgClassName
{
background-color: #E06FA8;
}
</style>
border-color css
<style>
span { border-color: #E06FA8; }
span { border-color: rgb(224,111,168); }
td.TdClassName
{
border-color: #E06FA8;
}
.TagClassName
{
border-color: #E06FA8;
}
</style>