Shades of Pale Violet Red #E477A1
Tints of Pale Violet Red #E477A1
RGB
CMYK
RGB Variations
Color information
#E477A1 (or 0xE477A1) is known color: Pale Violet Red. HEX triplet: E4, 77 and A1. RGB value is (228,119,161). Sum of RGB (Red+Green+Blue) = 228+119+161=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E477A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E477A1 is #1B885E. Grayscale: #9C9C9C. Windows color (decimal): -1804383 or 10581988. OLE color: 10581988.
HSL color Cylindrical-coordinate representation of color #E477A1: hue angle of 336.88º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E477A1 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 119 | 161 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.11 |
| HSL | 336.88º | 0.67% | 0.68% | - |
| HSV(B) | 336.88º | 0.48% | 0.89% | - |
| XYZ | 45.02 | 32.26 | 37.57 | - |
| YUV | 156.38 | 130.61 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 119 | 161 | 0 | 0.48 | 0.29 | 0.11 | 336.88 | 0.67 | 0.68 |
| Hex | E4 | 77 | A1 | 0 | 30 | 1D | B | 151 | 43 | 44 |
| Octal | 344 | 167 | 241 | 0 | 60 | 35 | 13 | 521 | 103 | 104 |
| Binary | 11100100 | 1110111 | 10100001 | 0 | 110000 | 11101 | 1011 | 101010001 | 1000011 | 1000100 |
Color Harmonies of #E477A1
Complementary color
Monochromatic Colors of #E477A1
Black with #E477A1
Text Example
Text Example
White with #E477A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E477A1; }
p { color: rgb(228,119,161); }
H1.HeaderClassName
{
color: #E477A1;
}
.AnyTagClassName
{
color: #E477A1;
}
</style>
background-color css
<style>
a { background-color: #E477A1; }
a { background-color: rgb(228,119,161); }
div.DivClassName
{
background-color: #E477A1;
}
.BgClassName
{
background-color: #E477A1;
}
</style>
border-color css
<style>
span { border-color: #E477A1; }
span { border-color: rgb(228,119,161); }
td.TdClassName
{
border-color: #E477A1;
}
.TagClassName
{
border-color: #E477A1;
}
</style>