Shades of Pale Violet Red #E56294
Tints of Pale Violet Red #E56294
RGB
CMYK
RGB Variations
Color information
#E56294 (or 0xE56294) is known color: Pale Violet Red. HEX triplet: E5, 62 and 94. RGB value is (229,98,148). Sum of RGB (Red+Green+Blue) = 229+98+148=475 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.21% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 229 - color contains mainly: red. Hex color #E56294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56294 is #1A9D6B. Grayscale: #8E8E8E. Windows color (decimal): -1744236 or 9724645. OLE color: 9724645.
HSL color Cylindrical-coordinate representation of color #E56294: hue angle of 337.1º 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 #E56294 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 148 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.10 |
| HSL | 337.1º | 0.72% | 0.64% | - |
| HSV(B) | 337.1º | 0.57% | 0.9% | - |
| XYZ | 42.03 | 27.53 | 31.12 | - |
| YUV | 142.87 | 130.9 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 148 | 0 | 0.57 | 0.35 | 0.10 | 337.1 | 0.72 | 0.64 |
| Hex | E5 | 62 | 94 | 0 | 39 | 23 | A | 151 | 48 | 40 |
| Octal | 345 | 142 | 224 | 0 | 71 | 43 | 12 | 521 | 110 | 100 |
| Binary | 11100101 | 1100010 | 10010100 | 0 | 111001 | 100011 | 1010 | 101010001 | 1001000 | 1000000 |
Color Harmonies of #E56294
Complementary color
Monochromatic Colors of #E56294
Black with #E56294
Text Example
Text Example
White with #E56294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56294; }
p { color: rgb(229,98,148); }
H1.HeaderClassName
{
color: #E56294;
}
.AnyTagClassName
{
color: #E56294;
}
</style>
background-color css
<style>
a { background-color: #E56294; }
a { background-color: rgb(229,98,148); }
div.DivClassName
{
background-color: #E56294;
}
.BgClassName
{
background-color: #E56294;
}
</style>
border-color css
<style>
span { border-color: #E56294; }
span { border-color: rgb(229,98,148); }
td.TdClassName
{
border-color: #E56294;
}
.TagClassName
{
border-color: #E56294;
}
</style>