Shades of Pale Violet Red #E56097
Tints of Pale Violet Red #E56097
RGB
CMYK
RGB Variations
Color information
#E56097 (or 0xE56097) is known color: Pale Violet Red. HEX triplet: E5, 60 and 97. RGB value is (229,96,151). Sum of RGB (Red+Green+Blue) = 229+96+151=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E56097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56097 is #1A9F68. Grayscale: #8D8D8D. Windows color (decimal): -1744745 or 9920741. OLE color: 9920741.
HSL color Cylindrical-coordinate representation of color #E56097: hue angle of 335.19º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E56097 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 151 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.10 |
| HSL | 335.19º | 0.72% | 0.64% | - |
| HSV(B) | 335.19º | 0.58% | 0.9% | - |
| XYZ | 42.08 | 27.26 | 32.32 | - |
| YUV | 142.04 | 133.06 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 151 | 0 | 0.58 | 0.34 | 0.10 | 335.19 | 0.72 | 0.64 |
| Hex | E5 | 60 | 97 | 0 | 3A | 22 | A | 14F | 48 | 40 |
| Octal | 345 | 140 | 227 | 0 | 72 | 42 | 12 | 517 | 110 | 100 |
| Binary | 11100101 | 1100000 | 10010111 | 0 | 111010 | 100010 | 1010 | 101001111 | 1001000 | 1000000 |
Color Harmonies of #E56097
Complementary color
Monochromatic Colors of #E56097
Black with #E56097
Text Example
Text Example
White with #E56097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56097; }
p { color: rgb(229,96,151); }
H1.HeaderClassName
{
color: #E56097;
}
.AnyTagClassName
{
color: #E56097;
}
</style>
background-color css
<style>
a { background-color: #E56097; }
a { background-color: rgb(229,96,151); }
div.DivClassName
{
background-color: #E56097;
}
.BgClassName
{
background-color: #E56097;
}
</style>
border-color css
<style>
span { border-color: #E56097; }
span { border-color: rgb(229,96,151); }
td.TdClassName
{
border-color: #E56097;
}
.TagClassName
{
border-color: #E56097;
}
</style>