Shades of Pale Violet Red #E06FA0
Tints of Pale Violet Red #E06FA0
RGB
CMYK
RGB Variations
Color information
#E06FA0 (or 0xE06FA0) is known color: Pale Violet Red. HEX triplet: E0, 6F and A0. RGB value is (224,111,160). Sum of RGB (Red+Green+Blue) = 224+111+160=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 160 (62.89% from 255 or 32.32% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06FA0 is #1F905F. Grayscale: #969696. Windows color (decimal): -2068576 or 10514400. OLE color: 10514400.
HSL color Cylindrical-coordinate representation of color #E06FA0: hue angle of 333.98º 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 #E06FA0 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 160 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.12 |
| HSL | 333.98º | 0.65% | 0.66% | - |
| HSV(B) | 333.98º | 0.5% | 0.88% | - |
| XYZ | 42.77 | 29.75 | 36.75 | - |
| YUV | 150.37 | 133.44 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 160 | 0 | 0.50 | 0.29 | 0.12 | 333.98 | 0.65 | 0.66 |
| Hex | E0 | 6F | A0 | 0 | 32 | 1D | C | 14E | 41 | 42 |
| Octal | 340 | 157 | 240 | 0 | 62 | 35 | 14 | 516 | 101 | 102 |
| Binary | 11100000 | 1101111 | 10100000 | 0 | 110010 | 11101 | 1100 | 101001110 | 1000001 | 1000010 |
Color Harmonies of #E06FA0
Complementary color
Monochromatic Colors of #E06FA0
Black with #E06FA0
Text Example
Text Example
White with #E06FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06FA0; }
p { color: rgb(224,111,160); }
H1.HeaderClassName
{
color: #E06FA0;
}
.AnyTagClassName
{
color: #E06FA0;
}
</style>
background-color css
<style>
a { background-color: #E06FA0; }
a { background-color: rgb(224,111,160); }
div.DivClassName
{
background-color: #E06FA0;
}
.BgClassName
{
background-color: #E06FA0;
}
</style>
border-color css
<style>
span { border-color: #E06FA0; }
span { border-color: rgb(224,111,160); }
td.TdClassName
{
border-color: #E06FA0;
}
.TagClassName
{
border-color: #E06FA0;
}
</style>