Shades of Pale Violet Red #E56BA8
Tints of Pale Violet Red #E56BA8
RGB
CMYK
RGB Variations
Color information
#E56BA8 (or 0xE56BA8) is known color: Pale Violet Red. HEX triplet: E5, 6B and A8. RGB value is (229,107,168). Sum of RGB (Red+Green+Blue) = 229+107+168=504 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.44% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 168 (66.02% from 255 or 33.33% from 504); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56BA8 is #1A9457. Grayscale: #969696. Windows color (decimal): -1741912 or 11037669. OLE color: 11037669.
HSL color Cylindrical-coordinate representation of color #E56BA8: hue angle of 330º 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 #E56BA8 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 168 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.10 |
| HSL | 330º | 0.7% | 0.66% | - |
| HSV(B) | 330º | 0.53% | 0.9% | - |
| XYZ | 44.64 | 30 | 40.48 | - |
| YUV | 150.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 168 | 0 | 0.53 | 0.27 | 0.10 | 330 | 0.7 | 0.66 |
| Hex | E5 | 6B | A8 | 0 | 35 | 1B | A | 14A | 46 | 42 |
| Octal | 345 | 153 | 250 | 0 | 65 | 33 | 12 | 512 | 106 | 102 |
| Binary | 11100101 | 1101011 | 10101000 | 0 | 110101 | 11011 | 1010 | 101001010 | 1000110 | 1000010 |
Color Harmonies of #E56BA8
Complementary color
Monochromatic Colors of #E56BA8
Black with #E56BA8
Text Example
Text Example
White with #E56BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BA8; }
p { color: rgb(229,107,168); }
H1.HeaderClassName
{
color: #E56BA8;
}
.AnyTagClassName
{
color: #E56BA8;
}
</style>
background-color css
<style>
a { background-color: #E56BA8; }
a { background-color: rgb(229,107,168); }
div.DivClassName
{
background-color: #E56BA8;
}
.BgClassName
{
background-color: #E56BA8;
}
</style>
border-color css
<style>
span { border-color: #E56BA8; }
span { border-color: rgb(229,107,168); }
td.TdClassName
{
border-color: #E56BA8;
}
.TagClassName
{
border-color: #E56BA8;
}
</style>