Shades of Pale Violet Red #E16EA3
Tints of Pale Violet Red #E16EA3
RGB
CMYK
RGB Variations
Color information
#E16EA3 (or 0xE16EA3) is known color: Pale Violet Red. HEX triplet: E1, 6E and A3. RGB value is (225,110,163). Sum of RGB (Red+Green+Blue) = 225+110+163=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E16EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16EA3 is #1E915C. Grayscale: #969696. Windows color (decimal): -2003293 or 10710753. OLE color: 10710753.
HSL color Cylindrical-coordinate representation of color #E16EA3: hue angle of 332.35º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16EA3 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 163 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.12 |
| HSL | 332.35º | 0.66% | 0.66% | - |
| HSV(B) | 332.35º | 0.51% | 0.88% | - |
| XYZ | 43.24 | 29.8 | 38.12 | - |
| YUV | 150.43 | 135.1 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 163 | 0 | 0.51 | 0.28 | 0.12 | 332.35 | 0.66 | 0.66 |
| Hex | E1 | 6E | A3 | 0 | 33 | 1C | C | 14C | 42 | 42 |
| Octal | 341 | 156 | 243 | 0 | 63 | 34 | 14 | 514 | 102 | 102 |
| Binary | 11100001 | 1101110 | 10100011 | 0 | 110011 | 11100 | 1100 | 101001100 | 1000010 | 1000010 |
Color Harmonies of #E16EA3
Complementary color
Monochromatic Colors of #E16EA3
Black with #E16EA3
Text Example
Text Example
White with #E16EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16EA3; }
p { color: rgb(225,110,163); }
H1.HeaderClassName
{
color: #E16EA3;
}
.AnyTagClassName
{
color: #E16EA3;
}
</style>
background-color css
<style>
a { background-color: #E16EA3; }
a { background-color: rgb(225,110,163); }
div.DivClassName
{
background-color: #E16EA3;
}
.BgClassName
{
background-color: #E16EA3;
}
</style>
border-color css
<style>
span { border-color: #E16EA3; }
span { border-color: rgb(225,110,163); }
td.TdClassName
{
border-color: #E16EA3;
}
.TagClassName
{
border-color: #E16EA3;
}
</style>