Shades of Pale Violet Red #E664A3
Tints of Pale Violet Red #E664A3
RGB
CMYK
RGB Variations
Color information
#E664A3 (or 0xE664A3) is known color: Pale Violet Red. HEX triplet: E6, 64 and A3. RGB value is (230,100,163). Sum of RGB (Red+Green+Blue) = 230+100+163=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 163 (64.06% from 255 or 33.06% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E664A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E664A3 is #199B5C. Grayscale: #919191. Windows color (decimal): -1678173 or 10708198. OLE color: 10708198.
HSL color Cylindrical-coordinate representation of color #E664A3: hue angle of 330.92º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E664A3 is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 100 | 163 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.10 |
| HSL | 330.92º | 0.72% | 0.65% | - |
| HSV(B) | 330.92º | 0.57% | 0.9% | - |
| XYZ | 43.8 | 28.58 | 37.86 | - |
| YUV | 146.05 | 137.57 | 187.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 100 | 163 | 0 | 0.57 | 0.29 | 0.10 | 330.92 | 0.72 | 0.65 |
| Hex | E6 | 64 | A3 | 0 | 39 | 1D | A | 14B | 48 | 41 |
| Octal | 346 | 144 | 243 | 0 | 71 | 35 | 12 | 513 | 110 | 101 |
| Binary | 11100110 | 1100100 | 10100011 | 0 | 111001 | 11101 | 1010 | 101001011 | 1001000 | 1000001 |
Color Harmonies of #E664A3
Complementary color
Monochromatic Colors of #E664A3
Black with #E664A3
Text Example
Text Example
White with #E664A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E664A3; }
p { color: rgb(230,100,163); }
H1.HeaderClassName
{
color: #E664A3;
}
.AnyTagClassName
{
color: #E664A3;
}
</style>
background-color css
<style>
a { background-color: #E664A3; }
a { background-color: rgb(230,100,163); }
div.DivClassName
{
background-color: #E664A3;
}
.BgClassName
{
background-color: #E664A3;
}
</style>
border-color css
<style>
span { border-color: #E664A3; }
span { border-color: rgb(230,100,163); }
td.TdClassName
{
border-color: #E664A3;
}
.TagClassName
{
border-color: #E664A3;
}
</style>