Shades of Pale Violet Red #E56497
Tints of Pale Violet Red #E56497
RGB
CMYK
RGB Variations
Color information
#E56497 (or 0xE56497) is known color: Pale Violet Red. HEX triplet: E5, 64 and 97. RGB value is (229,100,151). Sum of RGB (Red+Green+Blue) = 229+100+151=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E56497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56497 is #1A9B68. Grayscale: #909090. Windows color (decimal): -1743721 or 9921765. OLE color: 9921765.
HSL color Cylindrical-coordinate representation of color #E56497: hue angle of 336.28º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E56497 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 100 | 151 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.10 |
| HSL | 336.28º | 0.71% | 0.65% | - |
| HSV(B) | 336.28º | 0.56% | 0.9% | - |
| XYZ | 42.46 | 28.01 | 32.45 | - |
| YUV | 144.39 | 131.74 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 100 | 151 | 0 | 0.56 | 0.34 | 0.10 | 336.28 | 0.71 | 0.65 |
| Hex | E5 | 64 | 97 | 0 | 38 | 22 | A | 150 | 47 | 41 |
| Octal | 345 | 144 | 227 | 0 | 70 | 42 | 12 | 520 | 107 | 101 |
| Binary | 11100101 | 1100100 | 10010111 | 0 | 111000 | 100010 | 1010 | 101010000 | 1000111 | 1000001 |
Color Harmonies of #E56497
Complementary color
Monochromatic Colors of #E56497
Black with #E56497
Text Example
Text Example
White with #E56497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56497; }
p { color: rgb(229,100,151); }
H1.HeaderClassName
{
color: #E56497;
}
.AnyTagClassName
{
color: #E56497;
}
</style>
background-color css
<style>
a { background-color: #E56497; }
a { background-color: rgb(229,100,151); }
div.DivClassName
{
background-color: #E56497;
}
.BgClassName
{
background-color: #E56497;
}
</style>
border-color css
<style>
span { border-color: #E56497; }
span { border-color: rgb(229,100,151); }
td.TdClassName
{
border-color: #E56497;
}
.TagClassName
{
border-color: #E56497;
}
</style>