Shades of Pale Violet Red #E56DA2
Tints of Pale Violet Red #E56DA2
RGB
CMYK
RGB Variations
Color information
#E56DA2 (or 0xE56DA2) is known color: Pale Violet Red. HEX triplet: E5, 6D and A2. RGB value is (229,109,162). Sum of RGB (Red+Green+Blue) = 229+109+162=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 162 (63.67% from 255 or 32.4% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56DA2 is #1A925D. Grayscale: #969696. Windows color (decimal): -1741406 or 10644965. OLE color: 10644965.
HSL color Cylindrical-coordinate representation of color #E56DA2: hue angle of 333.5º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56DA2 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 162 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.10 |
| HSL | 333.5º | 0.7% | 0.66% | - |
| HSV(B) | 333.5º | 0.52% | 0.9% | - |
| XYZ | 44.3 | 30.2 | 37.68 | - |
| YUV | 150.92 | 134.26 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 162 | 0 | 0.52 | 0.29 | 0.10 | 333.5 | 0.7 | 0.66 |
| Hex | E5 | 6D | A2 | 0 | 34 | 1D | A | 14E | 46 | 42 |
| Octal | 345 | 155 | 242 | 0 | 64 | 35 | 12 | 516 | 106 | 102 |
| Binary | 11100101 | 1101101 | 10100010 | 0 | 110100 | 11101 | 1010 | 101001110 | 1000110 | 1000010 |
Color Harmonies of #E56DA2
Complementary color
Monochromatic Colors of #E56DA2
Black with #E56DA2
Text Example
Text Example
White with #E56DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56DA2; }
p { color: rgb(229,109,162); }
H1.HeaderClassName
{
color: #E56DA2;
}
.AnyTagClassName
{
color: #E56DA2;
}
</style>
background-color css
<style>
a { background-color: #E56DA2; }
a { background-color: rgb(229,109,162); }
div.DivClassName
{
background-color: #E56DA2;
}
.BgClassName
{
background-color: #E56DA2;
}
</style>
border-color css
<style>
span { border-color: #E56DA2; }
span { border-color: rgb(229,109,162); }
td.TdClassName
{
border-color: #E56DA2;
}
.TagClassName
{
border-color: #E56DA2;
}
</style>