Shades of Pale Violet Red #E570A0
Tints of Pale Violet Red #E570A0
RGB
CMYK
RGB Variations
Color information
#E570A0 (or 0xE570A0) is known color: Pale Violet Red. HEX triplet: E5, 70 and A0. RGB value is (229,112,160). Sum of RGB (Red+Green+Blue) = 229+112+160=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E570A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E570A0 is #1A8F5F. Grayscale: #989898. Windows color (decimal): -1740640 or 10514661. OLE color: 10514661.
HSL color Cylindrical-coordinate representation of color #E570A0: hue angle of 335.38º 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 #E570A0 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 160 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.10 |
| HSL | 335.38º | 0.69% | 0.67% | - |
| HSV(B) | 335.38º | 0.51% | 0.9% | - |
| XYZ | 44.45 | 30.78 | 36.86 | - |
| YUV | 152.46 | 132.26 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 160 | 0 | 0.51 | 0.30 | 0.10 | 335.38 | 0.69 | 0.67 |
| Hex | E5 | 70 | A0 | 0 | 33 | 1E | A | 14F | 45 | 43 |
| Octal | 345 | 160 | 240 | 0 | 63 | 36 | 12 | 517 | 105 | 103 |
| Binary | 11100101 | 1110000 | 10100000 | 0 | 110011 | 11110 | 1010 | 101001111 | 1000101 | 1000011 |
Color Harmonies of #E570A0
Complementary color
Monochromatic Colors of #E570A0
Black with #E570A0
Text Example
Text Example
White with #E570A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570A0; }
p { color: rgb(229,112,160); }
H1.HeaderClassName
{
color: #E570A0;
}
.AnyTagClassName
{
color: #E570A0;
}
</style>
background-color css
<style>
a { background-color: #E570A0; }
a { background-color: rgb(229,112,160); }
div.DivClassName
{
background-color: #E570A0;
}
.BgClassName
{
background-color: #E570A0;
}
</style>
border-color css
<style>
span { border-color: #E570A0; }
span { border-color: rgb(229,112,160); }
td.TdClassName
{
border-color: #E570A0;
}
.TagClassName
{
border-color: #E570A0;
}
</style>