Shades of Pale Violet Red #E56696
Tints of Pale Violet Red #E56696
RGB
CMYK
RGB Variations
Color information
#E56696 (or 0xE56696) is known color: Pale Violet Red. HEX triplet: E5, 66 and 96. RGB value is (229,102,150). Sum of RGB (Red+Green+Blue) = 229+102+150=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E56696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56696 is #1A9969. Grayscale: #919191. Windows color (decimal): -1743210 or 9856741. OLE color: 9856741.
HSL color Cylindrical-coordinate representation of color #E56696: hue angle of 337.32º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E56696 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 150 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.10 |
| HSL | 337.32º | 0.71% | 0.65% | - |
| HSV(B) | 337.32º | 0.55% | 0.9% | - |
| XYZ | 42.57 | 28.36 | 32.09 | - |
| YUV | 145.45 | 130.58 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 150 | 0 | 0.55 | 0.34 | 0.10 | 337.32 | 0.71 | 0.65 |
| Hex | E5 | 66 | 96 | 0 | 37 | 22 | A | 151 | 47 | 41 |
| Octal | 345 | 146 | 226 | 0 | 67 | 42 | 12 | 521 | 107 | 101 |
| Binary | 11100101 | 1100110 | 10010110 | 0 | 110111 | 100010 | 1010 | 101010001 | 1000111 | 1000001 |
Color Harmonies of #E56696
Complementary color
Monochromatic Colors of #E56696
Black with #E56696
Text Example
Text Example
White with #E56696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56696; }
p { color: rgb(229,102,150); }
H1.HeaderClassName
{
color: #E56696;
}
.AnyTagClassName
{
color: #E56696;
}
</style>
background-color css
<style>
a { background-color: #E56696; }
a { background-color: rgb(229,102,150); }
div.DivClassName
{
background-color: #E56696;
}
.BgClassName
{
background-color: #E56696;
}
</style>
border-color css
<style>
span { border-color: #E56696; }
span { border-color: rgb(229,102,150); }
td.TdClassName
{
border-color: #E56696;
}
.TagClassName
{
border-color: #E56696;
}
</style>