Shades of Pale Violet Red #E56CA1
Tints of Pale Violet Red #E56CA1
RGB
CMYK
RGB Variations
Color information
#E56CA1 (or 0xE56CA1) is known color: Pale Violet Red. HEX triplet: E5, 6C and A1. RGB value is (229,108,161). Sum of RGB (Red+Green+Blue) = 229+108+161=498 (65% of max value = 765). Red value is 229 (89.84% from 255 or 45.98% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 229 - color contains mainly: red. Hex color #E56CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56CA1 is #1A935E. Grayscale: #969696. Windows color (decimal): -1741663 or 10579173. OLE color: 10579173.
HSL color Cylindrical-coordinate representation of color #E56CA1: hue angle of 333.72º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56CA1 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 108 | 161 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.10 |
| HSL | 333.72º | 0.7% | 0.66% | - |
| HSV(B) | 333.72º | 0.53% | 0.9% | - |
| XYZ | 44.11 | 29.96 | 37.18 | - |
| YUV | 150.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 108 | 161 | 0 | 0.53 | 0.30 | 0.10 | 333.72 | 0.7 | 0.66 |
| Hex | E5 | 6C | A1 | 0 | 35 | 1E | A | 14E | 46 | 42 |
| Octal | 345 | 154 | 241 | 0 | 65 | 36 | 12 | 516 | 106 | 102 |
| Binary | 11100101 | 1101100 | 10100001 | 0 | 110101 | 11110 | 1010 | 101001110 | 1000110 | 1000010 |
Color Harmonies of #E56CA1
Complementary color
Monochromatic Colors of #E56CA1
Black with #E56CA1
Text Example
Text Example
White with #E56CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56CA1; }
p { color: rgb(229,108,161); }
H1.HeaderClassName
{
color: #E56CA1;
}
.AnyTagClassName
{
color: #E56CA1;
}
</style>
background-color css
<style>
a { background-color: #E56CA1; }
a { background-color: rgb(229,108,161); }
div.DivClassName
{
background-color: #E56CA1;
}
.BgClassName
{
background-color: #E56CA1;
}
</style>
border-color css
<style>
span { border-color: #E56CA1; }
span { border-color: rgb(229,108,161); }
td.TdClassName
{
border-color: #E56CA1;
}
.TagClassName
{
border-color: #E56CA1;
}
</style>