Shades of Pale Violet Red #E563A0
Tints of Pale Violet Red #E563A0
RGB
CMYK
RGB Variations
Color information
#E563A0 (or 0xE563A0) is known color: Pale Violet Red. HEX triplet: E5, 63 and A0. RGB value is (229,99,160). Sum of RGB (Red+Green+Blue) = 229+99+160=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 160 (62.89% from 255 or 32.79% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E563A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E563A0 is #1A9C5F. Grayscale: #909090. Windows color (decimal): -1743968 or 10511333. OLE color: 10511333.
HSL color Cylindrical-coordinate representation of color #E563A0: hue angle of 331.85º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E563A0 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 99 | 160 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.10 |
| HSL | 331.85º | 0.71% | 0.64% | - |
| HSV(B) | 331.85º | 0.57% | 0.9% | - |
| XYZ | 43.12 | 28.12 | 36.41 | - |
| YUV | 144.82 | 136.57 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 99 | 160 | 0 | 0.57 | 0.30 | 0.10 | 331.85 | 0.71 | 0.64 |
| Hex | E5 | 63 | A0 | 0 | 39 | 1E | A | 14C | 47 | 40 |
| Octal | 345 | 143 | 240 | 0 | 71 | 36 | 12 | 514 | 107 | 100 |
| Binary | 11100101 | 1100011 | 10100000 | 0 | 111001 | 11110 | 1010 | 101001100 | 1000111 | 1000000 |
Color Harmonies of #E563A0
Complementary color
Monochromatic Colors of #E563A0
Black with #E563A0
Text Example
Text Example
White with #E563A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E563A0; }
p { color: rgb(229,99,160); }
H1.HeaderClassName
{
color: #E563A0;
}
.AnyTagClassName
{
color: #E563A0;
}
</style>
background-color css
<style>
a { background-color: #E563A0; }
a { background-color: rgb(229,99,160); }
div.DivClassName
{
background-color: #E563A0;
}
.BgClassName
{
background-color: #E563A0;
}
</style>
border-color css
<style>
span { border-color: #E563A0; }
span { border-color: rgb(229,99,160); }
td.TdClassName
{
border-color: #E563A0;
}
.TagClassName
{
border-color: #E563A0;
}
</style>