Shades of Pale Violet Red #E06CAC
Tints of Pale Violet Red #E06CAC
RGB
CMYK
RGB Variations
Color information
#E06CAC (or 0xE06CAC) is known color: Pale Violet Red. HEX triplet: E0, 6C and AC. RGB value is (224,108,172). Sum of RGB (Red+Green+Blue) = 224+108+172=504 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.44% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 224 - color contains mainly: red. Hex color #E06CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06CAC is #1F9353. Grayscale: #959595. Windows color (decimal): -2069332 or 11300064. OLE color: 11300064.
HSL color Cylindrical-coordinate representation of color #E06CAC: hue angle of 326.9º 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 #E06CAC is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 108 | 172 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.12 |
| HSL | 326.9º | 0.65% | 0.65% | - |
| HSV(B) | 326.9º | 0.52% | 0.88% | - |
| XYZ | 43.55 | 29.55 | 42.44 | - |
| YUV | 149.98 | 140.43 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 108 | 172 | 0 | 0.52 | 0.23 | 0.12 | 326.9 | 0.65 | 0.65 |
| Hex | E0 | 6C | AC | 0 | 34 | 17 | C | 147 | 41 | 41 |
| Octal | 340 | 154 | 254 | 0 | 64 | 27 | 14 | 507 | 101 | 101 |
| Binary | 11100000 | 1101100 | 10101100 | 0 | 110100 | 10111 | 1100 | 101000111 | 1000001 | 1000001 |
Color Harmonies of #E06CAC
Complementary color
Monochromatic Colors of #E06CAC
Black with #E06CAC
Text Example
Text Example
White with #E06CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06CAC; }
p { color: rgb(224,108,172); }
H1.HeaderClassName
{
color: #E06CAC;
}
.AnyTagClassName
{
color: #E06CAC;
}
</style>
background-color css
<style>
a { background-color: #E06CAC; }
a { background-color: rgb(224,108,172); }
div.DivClassName
{
background-color: #E06CAC;
}
.BgClassName
{
background-color: #E06CAC;
}
</style>
border-color css
<style>
span { border-color: #E06CAC; }
span { border-color: rgb(224,108,172); }
td.TdClassName
{
border-color: #E06CAC;
}
.TagClassName
{
border-color: #E06CAC;
}
</style>