Shades of Pale Violet Red #E56DA7
Tints of Pale Violet Red #E56DA7
RGB
CMYK
RGB Variations
Color information
#E56DA7 (or 0xE56DA7) is known color: Pale Violet Red. HEX triplet: E5, 6D and A7. RGB value is (229,109,167). Sum of RGB (Red+Green+Blue) = 229+109+167=505 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.35% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 229 - color contains mainly: red. Hex color #E56DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56DA7 is #1A9258. Grayscale: #979797. Windows color (decimal): -1741401 or 10972645. OLE color: 10972645.
HSL color Cylindrical-coordinate representation of color #E56DA7: hue angle of 331º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56DA7 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 167 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.10 |
| HSL | 331º | 0.7% | 0.66% | - |
| HSV(B) | 331º | 0.52% | 0.9% | - |
| XYZ | 44.76 | 30.39 | 40.07 | - |
| YUV | 151.49 | 136.76 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 167 | 0 | 0.52 | 0.27 | 0.10 | 331 | 0.7 | 0.66 |
| Hex | E5 | 6D | A7 | 0 | 34 | 1B | A | 14B | 46 | 42 |
| Octal | 345 | 155 | 247 | 0 | 64 | 33 | 12 | 513 | 106 | 102 |
| Binary | 11100101 | 1101101 | 10100111 | 0 | 110100 | 11011 | 1010 | 101001011 | 1000110 | 1000010 |
Color Harmonies of #E56DA7
Complementary color
Monochromatic Colors of #E56DA7
Black with #E56DA7
Text Example
Text Example
White with #E56DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56DA7; }
p { color: rgb(229,109,167); }
H1.HeaderClassName
{
color: #E56DA7;
}
.AnyTagClassName
{
color: #E56DA7;
}
</style>
background-color css
<style>
a { background-color: #E56DA7; }
a { background-color: rgb(229,109,167); }
div.DivClassName
{
background-color: #E56DA7;
}
.BgClassName
{
background-color: #E56DA7;
}
</style>
border-color css
<style>
span { border-color: #E56DA7; }
span { border-color: rgb(229,109,167); }
td.TdClassName
{
border-color: #E56DA7;
}
.TagClassName
{
border-color: #E56DA7;
}
</style>