Shades of Pale Violet Red #E66FA3
Tints of Pale Violet Red #E66FA3
RGB
CMYK
RGB Variations
Color information
#E66FA3 (or 0xE66FA3) is known color: Pale Violet Red. HEX triplet: E6, 6F and A3. RGB value is (230,111,163). Sum of RGB (Red+Green+Blue) = 230+111+163=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 163 (64.06% from 255 or 32.34% from 504); Max value from RGB is 230 - color contains mainly: red. Hex color #E66FA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66FA3 is #19905C. Grayscale: #989898. Windows color (decimal): -1675357 or 10711014. OLE color: 10711014.
HSL color Cylindrical-coordinate representation of color #E66FA3: hue angle of 333.78º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E66FA3 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 111 | 163 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.10 |
| HSL | 333.78º | 0.7% | 0.67% | - |
| HSV(B) | 333.78º | 0.52% | 0.9% | - |
| XYZ | 44.93 | 30.84 | 38.23 | - |
| YUV | 152.51 | 133.92 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 111 | 163 | 0 | 0.52 | 0.29 | 0.10 | 333.78 | 0.7 | 0.67 |
| Hex | E6 | 6F | A3 | 0 | 34 | 1D | A | 14E | 46 | 43 |
| Octal | 346 | 157 | 243 | 0 | 64 | 35 | 12 | 516 | 106 | 103 |
| Binary | 11100110 | 1101111 | 10100011 | 0 | 110100 | 11101 | 1010 | 101001110 | 1000110 | 1000011 |
Color Harmonies of #E66FA3
Complementary color
Monochromatic Colors of #E66FA3
Black with #E66FA3
Text Example
Text Example
White with #E66FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66FA3; }
p { color: rgb(230,111,163); }
H1.HeaderClassName
{
color: #E66FA3;
}
.AnyTagClassName
{
color: #E66FA3;
}
</style>
background-color css
<style>
a { background-color: #E66FA3; }
a { background-color: rgb(230,111,163); }
div.DivClassName
{
background-color: #E66FA3;
}
.BgClassName
{
background-color: #E66FA3;
}
</style>
border-color css
<style>
span { border-color: #E66FA3; }
span { border-color: rgb(230,111,163); }
td.TdClassName
{
border-color: #E66FA3;
}
.TagClassName
{
border-color: #E66FA3;
}
</style>