Shades of Pale Violet Red #E56BA0
Tints of Pale Violet Red #E56BA0
RGB
CMYK
RGB Variations
Color information
#E56BA0 (or 0xE56BA0) is known color: Pale Violet Red. HEX triplet: E5, 6B and A0. RGB value is (229,107,160). Sum of RGB (Red+Green+Blue) = 229+107+160=496 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.17% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 160 (62.89% from 255 or 32.26% from 496); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56BA0 is #1A945F. Grayscale: #959595. Windows color (decimal): -1741920 or 10513381. OLE color: 10513381.
HSL color Cylindrical-coordinate representation of color #E56BA0: hue angle of 333.93º 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 #E56BA0 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 160 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.10 |
| HSL | 333.93º | 0.7% | 0.66% | - |
| HSV(B) | 333.93º | 0.53% | 0.9% | - |
| XYZ | 43.92 | 29.71 | 36.68 | - |
| YUV | 149.52 | 133.92 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 160 | 0 | 0.53 | 0.30 | 0.10 | 333.93 | 0.7 | 0.66 |
| Hex | E5 | 6B | A0 | 0 | 35 | 1E | A | 14E | 46 | 42 |
| Octal | 345 | 153 | 240 | 0 | 65 | 36 | 12 | 516 | 106 | 102 |
| Binary | 11100101 | 1101011 | 10100000 | 0 | 110101 | 11110 | 1010 | 101001110 | 1000110 | 1000010 |
Color Harmonies of #E56BA0
Complementary color
Monochromatic Colors of #E56BA0
Black with #E56BA0
Text Example
Text Example
White with #E56BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BA0; }
p { color: rgb(229,107,160); }
H1.HeaderClassName
{
color: #E56BA0;
}
.AnyTagClassName
{
color: #E56BA0;
}
</style>
background-color css
<style>
a { background-color: #E56BA0; }
a { background-color: rgb(229,107,160); }
div.DivClassName
{
background-color: #E56BA0;
}
.BgClassName
{
background-color: #E56BA0;
}
</style>
border-color css
<style>
span { border-color: #E56BA0; }
span { border-color: rgb(229,107,160); }
td.TdClassName
{
border-color: #E56BA0;
}
.TagClassName
{
border-color: #E56BA0;
}
</style>