Shades of Pale Violet Red #E06CA9
Tints of Pale Violet Red #E06CA9
RGB
CMYK
RGB Variations
Color information
#E06CA9 (or 0xE06CA9) is known color: Pale Violet Red. HEX triplet: E0, 6C and A9. RGB value is (224,108,169). Sum of RGB (Red+Green+Blue) = 224+108+169=501 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.71% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06CA9 is #1F9356. Grayscale: #959595. Windows color (decimal): -2069335 or 11103456. OLE color: 11103456.
HSL color Cylindrical-coordinate representation of color #E06CA9: hue angle of 328.45º 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 #E06CA9 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 169 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.12 |
| HSL | 328.45º | 0.65% | 0.65% | - |
| HSV(B) | 328.45º | 0.52% | 0.88% | - |
| XYZ | 43.26 | 29.44 | 40.94 | - |
| YUV | 149.64 | 138.93 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 169 | 0 | 0.52 | 0.25 | 0.12 | 328.45 | 0.65 | 0.65 |
| Hex | E0 | 6C | A9 | 0 | 34 | 19 | C | 148 | 41 | 41 |
| Octal | 340 | 154 | 251 | 0 | 64 | 31 | 14 | 510 | 101 | 101 |
| Binary | 11100000 | 1101100 | 10101001 | 0 | 110100 | 11001 | 1100 | 101001000 | 1000001 | 1000001 |
Color Harmonies of #E06CA9
Complementary color
Monochromatic Colors of #E06CA9
Black with #E06CA9
Text Example
Text Example
White with #E06CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06CA9; }
p { color: rgb(224,108,169); }
H1.HeaderClassName
{
color: #E06CA9;
}
.AnyTagClassName
{
color: #E06CA9;
}
</style>
background-color css
<style>
a { background-color: #E06CA9; }
a { background-color: rgb(224,108,169); }
div.DivClassName
{
background-color: #E06CA9;
}
.BgClassName
{
background-color: #E06CA9;
}
</style>
border-color css
<style>
span { border-color: #E06CA9; }
span { border-color: rgb(224,108,169); }
td.TdClassName
{
border-color: #E06CA9;
}
.TagClassName
{
border-color: #E06CA9;
}
</style>