Shades of Pale Violet Red #E561A3
Tints of Pale Violet Red #E561A3
RGB
CMYK
RGB Variations
Color information
#E561A3 (or 0xE561A3) is known color: Pale Violet Red. HEX triplet: E5, 61 and A3. RGB value is (229,97,163). Sum of RGB (Red+Green+Blue) = 229+97+163=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E561A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E561A3 is #1A9E5C. Grayscale: #8F8F8F. Windows color (decimal): -1744477 or 10707429. OLE color: 10707429.
HSL color Cylindrical-coordinate representation of color #E561A3: hue angle of 330º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E561A3 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 97 | 163 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.10 |
| HSL | 330º | 0.72% | 0.64% | - |
| HSV(B) | 330º | 0.58% | 0.9% | - |
| XYZ | 43.2 | 27.85 | 37.75 | - |
| YUV | 143.99 | 138.73 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 97 | 163 | 0 | 0.58 | 0.29 | 0.10 | 330 | 0.72 | 0.64 |
| Hex | E5 | 61 | A3 | 0 | 3A | 1D | A | 14A | 48 | 40 |
| Octal | 345 | 141 | 243 | 0 | 72 | 35 | 12 | 512 | 110 | 100 |
| Binary | 11100101 | 1100001 | 10100011 | 0 | 111010 | 11101 | 1010 | 101001010 | 1001000 | 1000000 |
Color Harmonies of #E561A3
Complementary color
Monochromatic Colors of #E561A3
Black with #E561A3
Text Example
Text Example
White with #E561A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E561A3; }
p { color: rgb(229,97,163); }
H1.HeaderClassName
{
color: #E561A3;
}
.AnyTagClassName
{
color: #E561A3;
}
</style>
background-color css
<style>
a { background-color: #E561A3; }
a { background-color: rgb(229,97,163); }
div.DivClassName
{
background-color: #E561A3;
}
.BgClassName
{
background-color: #E561A3;
}
</style>
border-color css
<style>
span { border-color: #E561A3; }
span { border-color: rgb(229,97,163); }
td.TdClassName
{
border-color: #E561A3;
}
.TagClassName
{
border-color: #E561A3;
}
</style>