Shades of Pale Violet Red #E16FA4
Tints of Pale Violet Red #E16FA4
RGB
CMYK
RGB Variations
Color information
#E16FA4 (or 0xE16FA4) is known color: Pale Violet Red. HEX triplet: E1, 6F and A4. RGB value is (225,111,164). Sum of RGB (Red+Green+Blue) = 225+111+164=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E16FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16FA4 is #1E905B. Grayscale: #979797. Windows color (decimal): -2003036 or 10776545. OLE color: 10776545.
HSL color Cylindrical-coordinate representation of color #E16FA4: hue angle of 332.11º 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 #E16FA4 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 164 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.12 |
| HSL | 332.11º | 0.66% | 0.66% | - |
| HSV(B) | 332.11º | 0.51% | 0.88% | - |
| XYZ | 43.44 | 30.06 | 38.63 | - |
| YUV | 151.13 | 135.27 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 164 | 0 | 0.51 | 0.27 | 0.12 | 332.11 | 0.66 | 0.66 |
| Hex | E1 | 6F | A4 | 0 | 33 | 1B | C | 14C | 42 | 42 |
| Octal | 341 | 157 | 244 | 0 | 63 | 33 | 14 | 514 | 102 | 102 |
| Binary | 11100001 | 1101111 | 10100100 | 0 | 110011 | 11011 | 1100 | 101001100 | 1000010 | 1000010 |
Color Harmonies of #E16FA4
Complementary color
Monochromatic Colors of #E16FA4
Black with #E16FA4
Text Example
Text Example
White with #E16FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16FA4; }
p { color: rgb(225,111,164); }
H1.HeaderClassName
{
color: #E16FA4;
}
.AnyTagClassName
{
color: #E16FA4;
}
</style>
background-color css
<style>
a { background-color: #E16FA4; }
a { background-color: rgb(225,111,164); }
div.DivClassName
{
background-color: #E16FA4;
}
.BgClassName
{
background-color: #E16FA4;
}
</style>
border-color css
<style>
span { border-color: #E16FA4; }
span { border-color: rgb(225,111,164); }
td.TdClassName
{
border-color: #E16FA4;
}
.TagClassName
{
border-color: #E16FA4;
}
</style>