Shades of Pale Violet Red #E475A1
Tints of Pale Violet Red #E475A1
RGB
CMYK
RGB Variations
Color information
#E475A1 (or 0xE475A1) is known color: Pale Violet Red. HEX triplet: E4, 75 and A1. RGB value is (228,117,161). Sum of RGB (Red+Green+Blue) = 228+117+161=506 (67% of max value = 765). Red value is 228 (89.45% from 255 or 45.06% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 161 (63.28% from 255 or 31.82% from 506); Max value from RGB is 228 - color contains mainly: red. Hex color #E475A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E475A1 is #1B8A5E. Grayscale: #9B9B9B. Windows color (decimal): -1804895 or 10581476. OLE color: 10581476.
HSL color Cylindrical-coordinate representation of color #E475A1: hue angle of 336.22º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E475A1 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 117 | 161 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.11 |
| HSL | 336.22º | 0.67% | 0.68% | - |
| HSV(B) | 336.22º | 0.49% | 0.89% | - |
| XYZ | 44.79 | 31.79 | 37.49 | - |
| YUV | 155.21 | 131.27 | 179.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 117 | 161 | 0 | 0.49 | 0.29 | 0.11 | 336.22 | 0.67 | 0.68 |
| Hex | E4 | 75 | A1 | 0 | 31 | 1D | B | 150 | 43 | 44 |
| Octal | 344 | 165 | 241 | 0 | 61 | 35 | 13 | 520 | 103 | 104 |
| Binary | 11100100 | 1110101 | 10100001 | 0 | 110001 | 11101 | 1011 | 101010000 | 1000011 | 1000100 |
Color Harmonies of #E475A1
Complementary color
Monochromatic Colors of #E475A1
Black with #E475A1
Text Example
Text Example
White with #E475A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E475A1; }
p { color: rgb(228,117,161); }
H1.HeaderClassName
{
color: #E475A1;
}
.AnyTagClassName
{
color: #E475A1;
}
</style>
background-color css
<style>
a { background-color: #E475A1; }
a { background-color: rgb(228,117,161); }
div.DivClassName
{
background-color: #E475A1;
}
.BgClassName
{
background-color: #E475A1;
}
</style>
border-color css
<style>
span { border-color: #E475A1; }
span { border-color: rgb(228,117,161); }
td.TdClassName
{
border-color: #E475A1;
}
.TagClassName
{
border-color: #E475A1;
}
</style>