Shades of Pale Violet Red #E56B9E
Tints of Pale Violet Red #E56B9E
RGB
CMYK
RGB Variations
Color information
#E56B9E (or 0xE56B9E) is known color: Pale Violet Red. HEX triplet: E5, 6B and 9E. RGB value is (229,107,158). Sum of RGB (Red+Green+Blue) = 229+107+158=494 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.36% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 229 - color contains mainly: red. Hex color #E56B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56B9E is #1A9461. Grayscale: #959595. Windows color (decimal): -1741922 or 10382309. OLE color: 10382309.
HSL color Cylindrical-coordinate representation of color #E56B9E: hue angle of 334.92º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56B9E is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 158 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.10 |
| HSL | 334.92º | 0.7% | 0.66% | - |
| HSV(B) | 334.92º | 0.53% | 0.9% | - |
| XYZ | 43.74 | 29.64 | 35.76 | - |
| YUV | 149.29 | 132.92 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 158 | 0 | 0.53 | 0.31 | 0.10 | 334.92 | 0.7 | 0.66 |
| Hex | E5 | 6B | 9E | 0 | 35 | 1F | A | 14F | 46 | 42 |
| Octal | 345 | 153 | 236 | 0 | 65 | 37 | 12 | 517 | 106 | 102 |
| Binary | 11100101 | 1101011 | 10011110 | 0 | 110101 | 11111 | 1010 | 101001111 | 1000110 | 1000010 |
Color Harmonies of #E56B9E
Complementary color
Monochromatic Colors of #E56B9E
Black with #E56B9E
Text Example
Text Example
White with #E56B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56B9E; }
p { color: rgb(229,107,158); }
H1.HeaderClassName
{
color: #E56B9E;
}
.AnyTagClassName
{
color: #E56B9E;
}
</style>
background-color css
<style>
a { background-color: #E56B9E; }
a { background-color: rgb(229,107,158); }
div.DivClassName
{
background-color: #E56B9E;
}
.BgClassName
{
background-color: #E56B9E;
}
</style>
border-color css
<style>
span { border-color: #E56B9E; }
span { border-color: rgb(229,107,158); }
td.TdClassName
{
border-color: #E56B9E;
}
.TagClassName
{
border-color: #E56B9E;
}
</style>