Shades of Pale Violet Red #E56296
Tints of Pale Violet Red #E56296
RGB
CMYK
RGB Variations
Color information
#E56296 (or 0xE56296) is known color: Pale Violet Red. HEX triplet: E5, 62 and 96. RGB value is (229,98,150). Sum of RGB (Red+Green+Blue) = 229+98+150=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 98 (38.67% from 255 or 20.55% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E56296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56296 is #1A9D69. Grayscale: #8F8F8F. Windows color (decimal): -1744234 or 9855717. OLE color: 9855717.
HSL color Cylindrical-coordinate representation of color #E56296: hue angle of 336.18º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E56296 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 150 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.10 |
| HSL | 336.18º | 0.72% | 0.64% | - |
| HSV(B) | 336.18º | 0.57% | 0.9% | - |
| XYZ | 42.19 | 27.6 | 31.96 | - |
| YUV | 143.1 | 131.9 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 150 | 0 | 0.57 | 0.34 | 0.10 | 336.18 | 0.72 | 0.64 |
| Hex | E5 | 62 | 96 | 0 | 39 | 22 | A | 150 | 48 | 40 |
| Octal | 345 | 142 | 226 | 0 | 71 | 42 | 12 | 520 | 110 | 100 |
| Binary | 11100101 | 1100010 | 10010110 | 0 | 111001 | 100010 | 1010 | 101010000 | 1001000 | 1000000 |
Color Harmonies of #E56296
Complementary color
Monochromatic Colors of #E56296
Black with #E56296
Text Example
Text Example
White with #E56296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56296; }
p { color: rgb(229,98,150); }
H1.HeaderClassName
{
color: #E56296;
}
.AnyTagClassName
{
color: #E56296;
}
</style>
background-color css
<style>
a { background-color: #E56296; }
a { background-color: rgb(229,98,150); }
div.DivClassName
{
background-color: #E56296;
}
.BgClassName
{
background-color: #E56296;
}
</style>
border-color css
<style>
span { border-color: #E56296; }
span { border-color: rgb(229,98,150); }
td.TdClassName
{
border-color: #E56296;
}
.TagClassName
{
border-color: #E56296;
}
</style>