Shades of Pale Violet Red #E475A6
Tints of Pale Violet Red #E475A6
RGB
CMYK
RGB Variations
Color information
#E475A6 (or 0xE475A6) is known color: Pale Violet Red. HEX triplet: E4, 75 and A6. RGB value is (228,117,166). Sum of RGB (Red+Green+Blue) = 228+117+166=511 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.62% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 228 - color contains mainly: red. Hex color #E475A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E475A6 is #1B8A59. Grayscale: #9B9B9B. Windows color (decimal): -1804890 or 10909156. OLE color: 10909156.
HSL color Cylindrical-coordinate representation of color #E475A6: hue angle of 333.51º 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 #E475A6 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 117 | 166 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.11 |
| HSL | 333.51º | 0.67% | 0.68% | - |
| HSV(B) | 333.51º | 0.49% | 0.89% | - |
| XYZ | 45.24 | 31.97 | 39.86 | - |
| YUV | 155.78 | 133.77 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 117 | 166 | 0 | 0.49 | 0.27 | 0.11 | 333.51 | 0.67 | 0.68 |
| Hex | E4 | 75 | A6 | 0 | 31 | 1B | B | 14E | 43 | 44 |
| Octal | 344 | 165 | 246 | 0 | 61 | 33 | 13 | 516 | 103 | 104 |
| Binary | 11100100 | 1110101 | 10100110 | 0 | 110001 | 11011 | 1011 | 101001110 | 1000011 | 1000100 |
Color Harmonies of #E475A6
Complementary color
Monochromatic Colors of #E475A6
Black with #E475A6
Text Example
Text Example
White with #E475A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E475A6; }
p { color: rgb(228,117,166); }
H1.HeaderClassName
{
color: #E475A6;
}
.AnyTagClassName
{
color: #E475A6;
}
</style>
background-color css
<style>
a { background-color: #E475A6; }
a { background-color: rgb(228,117,166); }
div.DivClassName
{
background-color: #E475A6;
}
.BgClassName
{
background-color: #E475A6;
}
</style>
border-color css
<style>
span { border-color: #E475A6; }
span { border-color: rgb(228,117,166); }
td.TdClassName
{
border-color: #E475A6;
}
.TagClassName
{
border-color: #E475A6;
}
</style>