Shades of Pale Violet Red #E56BA5
Tints of Pale Violet Red #E56BA5
RGB
CMYK
RGB Variations
Color information
#E56BA5 (or 0xE56BA5) is known color: Pale Violet Red. HEX triplet: E5, 6B and A5. RGB value is (229,107,165). Sum of RGB (Red+Green+Blue) = 229+107+165=501 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.71% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 165 (64.84% from 255 or 32.93% from 501); Max value from RGB is 229 - color contains mainly: red. Hex color #E56BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56BA5 is #1A945A. Grayscale: #959595. Windows color (decimal): -1741915 or 10841061. OLE color: 10841061.
HSL color Cylindrical-coordinate representation of color #E56BA5: hue angle of 331.48º 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 #E56BA5 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 165 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.10 |
| HSL | 331.48º | 0.7% | 0.66% | - |
| HSV(B) | 331.48º | 0.53% | 0.9% | - |
| XYZ | 44.36 | 29.89 | 39.03 | - |
| YUV | 150.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 165 | 0 | 0.53 | 0.28 | 0.10 | 331.48 | 0.7 | 0.66 |
| Hex | E5 | 6B | A5 | 0 | 35 | 1C | A | 14B | 46 | 42 |
| Octal | 345 | 153 | 245 | 0 | 65 | 34 | 12 | 513 | 106 | 102 |
| Binary | 11100101 | 1101011 | 10100101 | 0 | 110101 | 11100 | 1010 | 101001011 | 1000110 | 1000010 |
Color Harmonies of #E56BA5
Complementary color
Monochromatic Colors of #E56BA5
Black with #E56BA5
Text Example
Text Example
White with #E56BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56BA5; }
p { color: rgb(229,107,165); }
H1.HeaderClassName
{
color: #E56BA5;
}
.AnyTagClassName
{
color: #E56BA5;
}
</style>
background-color css
<style>
a { background-color: #E56BA5; }
a { background-color: rgb(229,107,165); }
div.DivClassName
{
background-color: #E56BA5;
}
.BgClassName
{
background-color: #E56BA5;
}
</style>
border-color css
<style>
span { border-color: #E56BA5; }
span { border-color: rgb(229,107,165); }
td.TdClassName
{
border-color: #E56BA5;
}
.TagClassName
{
border-color: #E56BA5;
}
</style>