Shades of Pale Violet Red #E571A0
Tints of Pale Violet Red #E571A0
RGB
CMYK
RGB Variations
Color information
#E571A0 (or 0xE571A0) is known color: Pale Violet Red. HEX triplet: E5, 71 and A0. RGB value is (229,113,160). Sum of RGB (Red+Green+Blue) = 229+113+160=502 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.62% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 160 (62.89% from 255 or 31.87% from 502); Max value from RGB is 229 - color contains mainly: red. Hex color #E571A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E571A0 is #1A8E5F. Grayscale: #989898. Windows color (decimal): -1740384 or 10514917. OLE color: 10514917.
HSL color Cylindrical-coordinate representation of color #E571A0: hue angle of 335.69º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E571A0 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 160 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.10 |
| HSL | 335.69º | 0.69% | 0.67% | - |
| HSV(B) | 335.69º | 0.51% | 0.9% | - |
| XYZ | 44.56 | 31.01 | 36.89 | - |
| YUV | 153.04 | 131.93 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 160 | 0 | 0.51 | 0.30 | 0.10 | 335.69 | 0.69 | 0.67 |
| Hex | E5 | 71 | A0 | 0 | 33 | 1E | A | 150 | 45 | 43 |
| Octal | 345 | 161 | 240 | 0 | 63 | 36 | 12 | 520 | 105 | 103 |
| Binary | 11100101 | 1110001 | 10100000 | 0 | 110011 | 11110 | 1010 | 101010000 | 1000101 | 1000011 |
Color Harmonies of #E571A0
Complementary color
Monochromatic Colors of #E571A0
Black with #E571A0
Text Example
Text Example
White with #E571A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E571A0; }
p { color: rgb(229,113,160); }
H1.HeaderClassName
{
color: #E571A0;
}
.AnyTagClassName
{
color: #E571A0;
}
</style>
background-color css
<style>
a { background-color: #E571A0; }
a { background-color: rgb(229,113,160); }
div.DivClassName
{
background-color: #E571A0;
}
.BgClassName
{
background-color: #E571A0;
}
</style>
border-color css
<style>
span { border-color: #E571A0; }
span { border-color: rgb(229,113,160); }
td.TdClassName
{
border-color: #E571A0;
}
.TagClassName
{
border-color: #E571A0;
}
</style>