Shades of Pale Violet Red #E56192
Tints of Pale Violet Red #E56192
RGB
CMYK
RGB Variations
Color information
#E56192 (or 0xE56192) is known color: Pale Violet Red. HEX triplet: E5, 61 and 92. RGB value is (229,97,146). Sum of RGB (Red+Green+Blue) = 229+97+146=472 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.52% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 229 - color contains mainly: red. Hex color #E56192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56192 is #1A9E6D. Grayscale: #8D8D8D. Windows color (decimal): -1744494 or 9593317. OLE color: 9593317.
HSL color Cylindrical-coordinate representation of color #E56192: hue angle of 337.73º 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 #E56192 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 146 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.10 |
| HSL | 337.73º | 0.72% | 0.64% | - |
| HSV(B) | 337.73º | 0.58% | 0.9% | - |
| XYZ | 41.78 | 27.28 | 30.26 | - |
| YUV | 142.05 | 130.23 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 146 | 0 | 0.58 | 0.36 | 0.10 | 337.73 | 0.72 | 0.64 |
| Hex | E5 | 61 | 92 | 0 | 3A | 24 | A | 152 | 48 | 40 |
| Octal | 345 | 141 | 222 | 0 | 72 | 44 | 12 | 522 | 110 | 100 |
| Binary | 11100101 | 1100001 | 10010010 | 0 | 111010 | 100100 | 1010 | 101010010 | 1001000 | 1000000 |
Color Harmonies of #E56192
Complementary color
Monochromatic Colors of #E56192
Black with #E56192
Text Example
Text Example
White with #E56192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56192; }
p { color: rgb(229,97,146); }
H1.HeaderClassName
{
color: #E56192;
}
.AnyTagClassName
{
color: #E56192;
}
</style>
background-color css
<style>
a { background-color: #E56192; }
a { background-color: rgb(229,97,146); }
div.DivClassName
{
background-color: #E56192;
}
.BgClassName
{
background-color: #E56192;
}
</style>
border-color css
<style>
span { border-color: #E56192; }
span { border-color: rgb(229,97,146); }
td.TdClassName
{
border-color: #E56192;
}
.TagClassName
{
border-color: #E56192;
}
</style>