Shades of Pale Violet Red #E56A96
Tints of Pale Violet Red #E56A96
RGB
CMYK
RGB Variations
Color information
#E56A96 (or 0xE56A96) is known color: Pale Violet Red. HEX triplet: E5, 6A and 96. RGB value is (229,106,150). Sum of RGB (Red+Green+Blue) = 229+106+150=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56A96 is #1A9569. Grayscale: #939393. Windows color (decimal): -1742186 or 9857765. OLE color: 9857765.
HSL color Cylindrical-coordinate representation of color #E56A96: hue angle of 338.54º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56A96 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 106 | 150 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.10 |
| HSL | 338.54º | 0.7% | 0.66% | - |
| HSV(B) | 338.54º | 0.54% | 0.9% | - |
| XYZ | 42.97 | 29.17 | 32.22 | - |
| YUV | 147.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 106 | 150 | 0 | 0.54 | 0.34 | 0.10 | 338.54 | 0.7 | 0.66 |
| Hex | E5 | 6A | 96 | 0 | 36 | 22 | A | 153 | 46 | 42 |
| Octal | 345 | 152 | 226 | 0 | 66 | 42 | 12 | 523 | 106 | 102 |
| Binary | 11100101 | 1101010 | 10010110 | 0 | 110110 | 100010 | 1010 | 101010011 | 1000110 | 1000010 |
Color Harmonies of #E56A96
Complementary color
Monochromatic Colors of #E56A96
Black with #E56A96
Text Example
Text Example
White with #E56A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56A96; }
p { color: rgb(229,106,150); }
H1.HeaderClassName
{
color: #E56A96;
}
.AnyTagClassName
{
color: #E56A96;
}
</style>
background-color css
<style>
a { background-color: #E56A96; }
a { background-color: rgb(229,106,150); }
div.DivClassName
{
background-color: #E56A96;
}
.BgClassName
{
background-color: #E56A96;
}
</style>
border-color css
<style>
span { border-color: #E56A96; }
span { border-color: rgb(229,106,150); }
td.TdClassName
{
border-color: #E56A96;
}
.TagClassName
{
border-color: #E56A96;
}
</style>