Shades of Pale Violet Red #E666A3
Tints of Pale Violet Red #E666A3
RGB
CMYK
RGB Variations
Color information
#E666A3 (or 0xE666A3) is known color: Pale Violet Red. HEX triplet: E6, 66 and A3. RGB value is (230,102,163). Sum of RGB (Red+Green+Blue) = 230+102+163=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 163 (64.06% from 255 or 32.93% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E666A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E666A3 is #19995C. Grayscale: #939393. Windows color (decimal): -1677661 or 10708710. OLE color: 10708710.
HSL color Cylindrical-coordinate representation of color #E666A3: hue angle of 331.41º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E666A3 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 163 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.10 |
| HSL | 331.41º | 0.72% | 0.65% | - |
| HSV(B) | 331.41º | 0.56% | 0.9% | - |
| XYZ | 44 | 28.97 | 37.92 | - |
| YUV | 147.23 | 136.91 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 163 | 0 | 0.56 | 0.29 | 0.10 | 331.41 | 0.72 | 0.65 |
| Hex | E6 | 66 | A3 | 0 | 38 | 1D | A | 14B | 48 | 41 |
| Octal | 346 | 146 | 243 | 0 | 70 | 35 | 12 | 513 | 110 | 101 |
| Binary | 11100110 | 1100110 | 10100011 | 0 | 111000 | 11101 | 1010 | 101001011 | 1001000 | 1000001 |
Color Harmonies of #E666A3
Complementary color
Monochromatic Colors of #E666A3
Black with #E666A3
Text Example
Text Example
White with #E666A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E666A3; }
p { color: rgb(230,102,163); }
H1.HeaderClassName
{
color: #E666A3;
}
.AnyTagClassName
{
color: #E666A3;
}
</style>
background-color css
<style>
a { background-color: #E666A3; }
a { background-color: rgb(230,102,163); }
div.DivClassName
{
background-color: #E666A3;
}
.BgClassName
{
background-color: #E666A3;
}
</style>
border-color css
<style>
span { border-color: #E666A3; }
span { border-color: rgb(230,102,163); }
td.TdClassName
{
border-color: #E666A3;
}
.TagClassName
{
border-color: #E666A3;
}
</style>