Shades of Pale Violet Red #E471A1
Tints of Pale Violet Red #E471A1
RGB
CMYK
RGB Variations
Color information
#E471A1 (or 0xE471A1) is known color: Pale Violet Red. HEX triplet: E4, 71 and A1. RGB value is (228,113,161). Sum of RGB (Red+Green+Blue) = 228+113+161=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E471A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E471A1 is #1B8E5E. Grayscale: #989898. Windows color (decimal): -1805919 or 10580452. OLE color: 10580452.
HSL color Cylindrical-coordinate representation of color #E471A1: hue angle of 334.96º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E471A1 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 113 | 161 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.11 |
| HSL | 334.96º | 0.68% | 0.67% | - |
| HSV(B) | 334.96º | 0.5% | 0.89% | - |
| XYZ | 44.33 | 30.88 | 37.34 | - |
| YUV | 152.86 | 132.6 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 113 | 161 | 0 | 0.50 | 0.29 | 0.11 | 334.96 | 0.68 | 0.67 |
| Hex | E4 | 71 | A1 | 0 | 32 | 1D | B | 14F | 44 | 43 |
| Octal | 344 | 161 | 241 | 0 | 62 | 35 | 13 | 517 | 104 | 103 |
| Binary | 11100100 | 1110001 | 10100001 | 0 | 110010 | 11101 | 1011 | 101001111 | 1000100 | 1000011 |
Color Harmonies of #E471A1
Complementary color
Monochromatic Colors of #E471A1
Black with #E471A1
Text Example
Text Example
White with #E471A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E471A1; }
p { color: rgb(228,113,161); }
H1.HeaderClassName
{
color: #E471A1;
}
.AnyTagClassName
{
color: #E471A1;
}
</style>
background-color css
<style>
a { background-color: #E471A1; }
a { background-color: rgb(228,113,161); }
div.DivClassName
{
background-color: #E471A1;
}
.BgClassName
{
background-color: #E471A1;
}
</style>
border-color css
<style>
span { border-color: #E471A1; }
span { border-color: rgb(228,113,161); }
td.TdClassName
{
border-color: #E471A1;
}
.TagClassName
{
border-color: #E471A1;
}
</style>