Shades of Pale Violet Red #E56BA4
Tints of Pale Violet Red #E56BA4
RGB
CMYK
RGB Variations
Color information
#E56BA4 (or 0xE56BA4) is known color: Pale Violet Red. HEX triplet: E5, 6B and A4. RGB value is (229,107,164). Sum of RGB (Red+Green+Blue) = 229+107+164=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56BA4 is #1A945B. Grayscale: #959595. Windows color (decimal): -1741916 or 10775525. OLE color: 10775525.
HSL color Cylindrical-coordinate representation of color #E56BA4: hue angle of 331.97º 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 #E56BA4 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 164 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.10 |
| HSL | 331.97º | 0.7% | 0.66% | - |
| HSV(B) | 331.97º | 0.53% | 0.9% | - |
| XYZ | 44.27 | 29.85 | 38.55 | - |
| YUV | 149.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 164 | 0 | 0.53 | 0.28 | 0.10 | 331.97 | 0.7 | 0.66 |
| Hex | E5 | 6B | A4 | 0 | 35 | 1C | A | 14C | 46 | 42 |
| Octal | 345 | 153 | 244 | 0 | 65 | 34 | 12 | 514 | 106 | 102 |
| Binary | 11100101 | 1101011 | 10100100 | 0 | 110101 | 11100 | 1010 | 101001100 | 1000110 | 1000010 |
Color Harmonies of #E56BA4
Complementary color
Monochromatic Colors of #E56BA4
Black with #E56BA4
Text Example
Text Example
White with #E56BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BA4; }
p { color: rgb(229,107,164); }
H1.HeaderClassName
{
color: #E56BA4;
}
.AnyTagClassName
{
color: #E56BA4;
}
</style>
background-color css
<style>
a { background-color: #E56BA4; }
a { background-color: rgb(229,107,164); }
div.DivClassName
{
background-color: #E56BA4;
}
.BgClassName
{
background-color: #E56BA4;
}
</style>
border-color css
<style>
span { border-color: #E56BA4; }
span { border-color: rgb(229,107,164); }
td.TdClassName
{
border-color: #E56BA4;
}
.TagClassName
{
border-color: #E56BA4;
}
</style>