Shades of Pale Violet Red #E56EA5
Tints of Pale Violet Red #E56EA5
RGB
CMYK
RGB Variations
Color information
#E56EA5 (or 0xE56EA5) is known color: Pale Violet Red. HEX triplet: E5, 6E and A5. RGB value is (229,110,165). Sum of RGB (Red+Green+Blue) = 229+110+165=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E56EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56EA5 is #1A915A. Grayscale: #979797. Windows color (decimal): -1741147 or 10841829. OLE color: 10841829.
HSL color Cylindrical-coordinate representation of color #E56EA5: hue angle of 332.27º 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 #E56EA5 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 110 | 165 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.10 |
| HSL | 332.27º | 0.7% | 0.66% | - |
| HSV(B) | 332.27º | 0.52% | 0.9% | - |
| XYZ | 44.68 | 30.53 | 39.13 | - |
| YUV | 151.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 110 | 165 | 0 | 0.52 | 0.28 | 0.10 | 332.27 | 0.7 | 0.66 |
| Hex | E5 | 6E | A5 | 0 | 34 | 1C | A | 14C | 46 | 42 |
| Octal | 345 | 156 | 245 | 0 | 64 | 34 | 12 | 514 | 106 | 102 |
| Binary | 11100101 | 1101110 | 10100101 | 0 | 110100 | 11100 | 1010 | 101001100 | 1000110 | 1000010 |
Color Harmonies of #E56EA5
Complementary color
Monochromatic Colors of #E56EA5
Black with #E56EA5
Text Example
Text Example
White with #E56EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56EA5; }
p { color: rgb(229,110,165); }
H1.HeaderClassName
{
color: #E56EA5;
}
.AnyTagClassName
{
color: #E56EA5;
}
</style>
background-color css
<style>
a { background-color: #E56EA5; }
a { background-color: rgb(229,110,165); }
div.DivClassName
{
background-color: #E56EA5;
}
.BgClassName
{
background-color: #E56EA5;
}
</style>
border-color css
<style>
span { border-color: #E56EA5; }
span { border-color: rgb(229,110,165); }
td.TdClassName
{
border-color: #E56EA5;
}
.TagClassName
{
border-color: #E56EA5;
}
</style>