Shades of Pale Violet Red #E57196
Tints of Pale Violet Red #E57196
RGB
CMYK
RGB Variations
Color information
#E57196 (or 0xE57196) is known color: Pale Violet Red. HEX triplet: E5, 71 and 96. RGB value is (229,113,150). Sum of RGB (Red+Green+Blue) = 229+113+150=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E57196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57196 is #1A8E69. Grayscale: #979797. Windows color (decimal): -1740394 or 9859557. OLE color: 9859557.
HSL color Cylindrical-coordinate representation of color #E57196: hue angle of 340.86º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E57196 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 113 | 150 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.10 |
| HSL | 340.86º | 0.69% | 0.67% | - |
| HSV(B) | 340.86º | 0.51% | 0.9% | - |
| XYZ | 43.72 | 30.67 | 32.47 | - |
| YUV | 151.9 | 126.93 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 113 | 150 | 0 | 0.51 | 0.34 | 0.10 | 340.86 | 0.69 | 0.67 |
| Hex | E5 | 71 | 96 | 0 | 33 | 22 | A | 155 | 45 | 43 |
| Octal | 345 | 161 | 226 | 0 | 63 | 42 | 12 | 525 | 105 | 103 |
| Binary | 11100101 | 1110001 | 10010110 | 0 | 110011 | 100010 | 1010 | 101010101 | 1000101 | 1000011 |
Color Harmonies of #E57196
Complementary color
Monochromatic Colors of #E57196
Black with #E57196
Text Example
Text Example
White with #E57196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57196; }
p { color: rgb(229,113,150); }
H1.HeaderClassName
{
color: #E57196;
}
.AnyTagClassName
{
color: #E57196;
}
</style>
background-color css
<style>
a { background-color: #E57196; }
a { background-color: rgb(229,113,150); }
div.DivClassName
{
background-color: #E57196;
}
.BgClassName
{
background-color: #E57196;
}
</style>
border-color css
<style>
span { border-color: #E57196; }
span { border-color: rgb(229,113,150); }
td.TdClassName
{
border-color: #E57196;
}
.TagClassName
{
border-color: #E57196;
}
</style>