Shades of Pale Violet Red #E572A1
Tints of Pale Violet Red #E572A1
RGB
CMYK
RGB Variations
Color information
#E572A1 (or 0xE572A1) is known color: Pale Violet Red. HEX triplet: E5, 72 and A1. RGB value is (229,114,161). Sum of RGB (Red+Green+Blue) = 229+114+161=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E572A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E572A1 is #1A8D5E. Grayscale: #999999. Windows color (decimal): -1740127 or 10580709. OLE color: 10580709.
HSL color Cylindrical-coordinate representation of color #E572A1: hue angle of 335.48º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E572A1 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 114 | 161 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.10 |
| HSL | 335.48º | 0.69% | 0.67% | - |
| HSV(B) | 335.48º | 0.5% | 0.9% | - |
| XYZ | 44.76 | 31.27 | 37.39 | - |
| YUV | 153.74 | 132.1 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 114 | 161 | 0 | 0.50 | 0.30 | 0.10 | 335.48 | 0.69 | 0.67 |
| Hex | E5 | 72 | A1 | 0 | 32 | 1E | A | 14F | 45 | 43 |
| Octal | 345 | 162 | 241 | 0 | 62 | 36 | 12 | 517 | 105 | 103 |
| Binary | 11100101 | 1110010 | 10100001 | 0 | 110010 | 11110 | 1010 | 101001111 | 1000101 | 1000011 |
Color Harmonies of #E572A1
Complementary color
Monochromatic Colors of #E572A1
Black with #E572A1
Text Example
Text Example
White with #E572A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E572A1; }
p { color: rgb(229,114,161); }
H1.HeaderClassName
{
color: #E572A1;
}
.AnyTagClassName
{
color: #E572A1;
}
</style>
background-color css
<style>
a { background-color: #E572A1; }
a { background-color: rgb(229,114,161); }
div.DivClassName
{
background-color: #E572A1;
}
.BgClassName
{
background-color: #E572A1;
}
</style>
border-color css
<style>
span { border-color: #E572A1; }
span { border-color: rgb(229,114,161); }
td.TdClassName
{
border-color: #E572A1;
}
.TagClassName
{
border-color: #E572A1;
}
</style>