Shades of Pale Violet Red #E56095
Tints of Pale Violet Red #E56095
RGB
CMYK
RGB Variations
Color information
#E56095 (or 0xE56095) is known color: Pale Violet Red. HEX triplet: E5, 60 and 95. RGB value is (229,96,149). Sum of RGB (Red+Green+Blue) = 229+96+149=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E56095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56095 is #1A9F6A. Grayscale: #8D8D8D. Windows color (decimal): -1744747 or 9789669. OLE color: 9789669.
HSL color Cylindrical-coordinate representation of color #E56095: hue angle of 336.09º 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 #E56095 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 149 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.10 |
| HSL | 336.09º | 0.72% | 0.64% | - |
| HSV(B) | 336.09º | 0.58% | 0.9% | - |
| XYZ | 41.92 | 27.19 | 31.47 | - |
| YUV | 141.81 | 132.06 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 149 | 0 | 0.58 | 0.35 | 0.10 | 336.09 | 0.72 | 0.64 |
| Hex | E5 | 60 | 95 | 0 | 3A | 23 | A | 150 | 48 | 40 |
| Octal | 345 | 140 | 225 | 0 | 72 | 43 | 12 | 520 | 110 | 100 |
| Binary | 11100101 | 1100000 | 10010101 | 0 | 111010 | 100011 | 1010 | 101010000 | 1001000 | 1000000 |
Color Harmonies of #E56095
Complementary color
Monochromatic Colors of #E56095
Black with #E56095
Text Example
Text Example
White with #E56095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56095; }
p { color: rgb(229,96,149); }
H1.HeaderClassName
{
color: #E56095;
}
.AnyTagClassName
{
color: #E56095;
}
</style>
background-color css
<style>
a { background-color: #E56095; }
a { background-color: rgb(229,96,149); }
div.DivClassName
{
background-color: #E56095;
}
.BgClassName
{
background-color: #E56095;
}
</style>
border-color css
<style>
span { border-color: #E56095; }
span { border-color: rgb(229,96,149); }
td.TdClassName
{
border-color: #E56095;
}
.TagClassName
{
border-color: #E56095;
}
</style>