Shades of Pale Violet Red #E07CA7
Tints of Pale Violet Red #E07CA7
RGB
CMYK
RGB Variations
Color information
#E07CA7 (or 0xE07CA7) is known color: Pale Violet Red. HEX triplet: E0, 7C and A7. RGB value is (224,124,167). Sum of RGB (Red+Green+Blue) = 224+124+167=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 167 (65.62% from 255 or 32.43% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07CA7 is #1F8358. Grayscale: #9E9E9E. Windows color (decimal): -2065241 or 10976480. OLE color: 10976480.
HSL color Cylindrical-coordinate representation of color #E07CA7: hue angle of 334.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07CA7 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 124 | 167 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.12 |
| HSL | 334.2º | 0.62% | 0.68% | - |
| HSV(B) | 334.2º | 0.45% | 0.88% | - |
| XYZ | 44.92 | 33.05 | 40.57 | - |
| YUV | 158.8 | 132.63 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 124 | 167 | 0 | 0.45 | 0.25 | 0.12 | 334.2 | 0.62 | 0.68 |
| Hex | E0 | 7C | A7 | 0 | 2D | 19 | C | 14E | 3E | 44 |
| Octal | 340 | 174 | 247 | 0 | 55 | 31 | 14 | 516 | 76 | 104 |
| Binary | 11100000 | 1111100 | 10100111 | 0 | 101101 | 11001 | 1100 | 101001110 | 111110 | 1000100 |
Color Harmonies of #E07CA7
Complementary color
Monochromatic Colors of #E07CA7
Black with #E07CA7
Text Example
Text Example
White with #E07CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07CA7; }
p { color: rgb(224,124,167); }
H1.HeaderClassName
{
color: #E07CA7;
}
.AnyTagClassName
{
color: #E07CA7;
}
</style>
background-color css
<style>
a { background-color: #E07CA7; }
a { background-color: rgb(224,124,167); }
div.DivClassName
{
background-color: #E07CA7;
}
.BgClassName
{
background-color: #E07CA7;
}
</style>
border-color css
<style>
span { border-color: #E07CA7; }
span { border-color: rgb(224,124,167); }
td.TdClassName
{
border-color: #E07CA7;
}
.TagClassName
{
border-color: #E07CA7;
}
</style>