Shades of Pale Violet Red #E570A8
Tints of Pale Violet Red #E570A8
RGB
CMYK
RGB Variations
Color information
#E570A8 (or 0xE570A8) is known color: Pale Violet Red. HEX triplet: E5, 70 and A8. RGB value is (229,112,168). Sum of RGB (Red+Green+Blue) = 229+112+168=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 168 (66.02% from 255 or 33.01% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E570A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E570A8 is #1A8F57. Grayscale: #999999. Windows color (decimal): -1740632 or 11038949. OLE color: 11038949.
HSL color Cylindrical-coordinate representation of color #E570A8: hue angle of 331.28º 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 #E570A8 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 112 | 168 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.10 |
| HSL | 331.28º | 0.69% | 0.67% | - |
| HSV(B) | 331.28º | 0.51% | 0.9% | - |
| XYZ | 45.18 | 31.07 | 40.66 | - |
| YUV | 153.37 | 136.26 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 112 | 168 | 0 | 0.51 | 0.27 | 0.10 | 331.28 | 0.69 | 0.67 |
| Hex | E5 | 70 | A8 | 0 | 33 | 1B | A | 14B | 45 | 43 |
| Octal | 345 | 160 | 250 | 0 | 63 | 33 | 12 | 513 | 105 | 103 |
| Binary | 11100101 | 1110000 | 10101000 | 0 | 110011 | 11011 | 1010 | 101001011 | 1000101 | 1000011 |
Color Harmonies of #E570A8
Complementary color
Monochromatic Colors of #E570A8
Black with #E570A8
Text Example
Text Example
White with #E570A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E570A8; }
p { color: rgb(229,112,168); }
H1.HeaderClassName
{
color: #E570A8;
}
.AnyTagClassName
{
color: #E570A8;
}
</style>
background-color css
<style>
a { background-color: #E570A8; }
a { background-color: rgb(229,112,168); }
div.DivClassName
{
background-color: #E570A8;
}
.BgClassName
{
background-color: #E570A8;
}
</style>
border-color css
<style>
span { border-color: #E570A8; }
span { border-color: rgb(229,112,168); }
td.TdClassName
{
border-color: #E570A8;
}
.TagClassName
{
border-color: #E570A8;
}
</style>