Shades of Pale Violet Red #E06CA7
Tints of Pale Violet Red #E06CA7
RGB
CMYK
RGB Variations
Color information
#E06CA7 (or 0xE06CA7) is known color: Pale Violet Red. HEX triplet: E0, 6C and A7. RGB value is (224,108,167). Sum of RGB (Red+Green+Blue) = 224+108+167=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 167 (65.62% from 255 or 33.47% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06CA7 is #1F9358. Grayscale: #959595. Windows color (decimal): -2069337 or 10972384. OLE color: 10972384.
HSL color Cylindrical-coordinate representation of color #E06CA7: hue angle of 329.48º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06CA7 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 167 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.12 |
| HSL | 329.48º | 0.65% | 0.65% | - |
| HSV(B) | 329.48º | 0.52% | 0.88% | - |
| XYZ | 43.08 | 29.36 | 39.96 | - |
| YUV | 149.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 167 | 0 | 0.52 | 0.25 | 0.12 | 329.48 | 0.65 | 0.65 |
| Hex | E0 | 6C | A7 | 0 | 34 | 19 | C | 149 | 41 | 41 |
| Octal | 340 | 154 | 247 | 0 | 64 | 31 | 14 | 511 | 101 | 101 |
| Binary | 11100000 | 1101100 | 10100111 | 0 | 110100 | 11001 | 1100 | 101001001 | 1000001 | 1000001 |
Color Harmonies of #E06CA7
Complementary color
Monochromatic Colors of #E06CA7
Black with #E06CA7
Text Example
Text Example
White with #E06CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06CA7; }
p { color: rgb(224,108,167); }
H1.HeaderClassName
{
color: #E06CA7;
}
.AnyTagClassName
{
color: #E06CA7;
}
</style>
background-color css
<style>
a { background-color: #E06CA7; }
a { background-color: rgb(224,108,167); }
div.DivClassName
{
background-color: #E06CA7;
}
.BgClassName
{
background-color: #E06CA7;
}
</style>
border-color css
<style>
span { border-color: #E06CA7; }
span { border-color: rgb(224,108,167); }
td.TdClassName
{
border-color: #E06CA7;
}
.TagClassName
{
border-color: #E06CA7;
}
</style>