Shades of Pale Violet Red #E66CA2
Tints of Pale Violet Red #E66CA2
RGB
CMYK
RGB Variations
Color information
#E66CA2 (or 0xE66CA2) is known color: Pale Violet Red. HEX triplet: E6, 6C and A2. RGB value is (230,108,162). Sum of RGB (Red+Green+Blue) = 230+108+162=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E66CA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66CA2 is #19935D. Grayscale: #969696. Windows color (decimal): -1676126 or 10644710. OLE color: 10644710.
HSL color Cylindrical-coordinate representation of color #E66CA2: hue angle of 333.44º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66CA2 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 162 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.10 |
| HSL | 333.44º | 0.71% | 0.66% | - |
| HSV(B) | 333.44º | 0.53% | 0.9% | - |
| XYZ | 44.52 | 30.16 | 37.66 | - |
| YUV | 150.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 162 | 0 | 0.53 | 0.30 | 0.10 | 333.44 | 0.71 | 0.66 |
| Hex | E6 | 6C | A2 | 0 | 35 | 1E | A | 14D | 47 | 42 |
| Octal | 346 | 154 | 242 | 0 | 65 | 36 | 12 | 515 | 107 | 102 |
| Binary | 11100110 | 1101100 | 10100010 | 0 | 110101 | 11110 | 1010 | 101001101 | 1000111 | 1000010 |
Color Harmonies of #E66CA2
Complementary color
Monochromatic Colors of #E66CA2
Black with #E66CA2
Text Example
Text Example
White with #E66CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66CA2; }
p { color: rgb(230,108,162); }
H1.HeaderClassName
{
color: #E66CA2;
}
.AnyTagClassName
{
color: #E66CA2;
}
</style>
background-color css
<style>
a { background-color: #E66CA2; }
a { background-color: rgb(230,108,162); }
div.DivClassName
{
background-color: #E66CA2;
}
.BgClassName
{
background-color: #E66CA2;
}
</style>
border-color css
<style>
span { border-color: #E66CA2; }
span { border-color: rgb(230,108,162); }
td.TdClassName
{
border-color: #E66CA2;
}
.TagClassName
{
border-color: #E66CA2;
}
</style>