Shades of Pale Violet Red #E560A2
Tints of Pale Violet Red #E560A2
RGB
CMYK
RGB Variations
Color information
#E560A2 (or 0xE560A2) is known color: Pale Violet Red. HEX triplet: E5, 60 and A2. RGB value is (229,96,162). Sum of RGB (Red+Green+Blue) = 229+96+162=487 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.02% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 229 - color contains mainly: red. Hex color #E560A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E560A2 is #1A9F5D. Grayscale: #8F8F8F. Windows color (decimal): -1744734 or 10641637. OLE color: 10641637.
HSL color Cylindrical-coordinate representation of color #E560A2: hue angle of 330.23º 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 #E560A2 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 96 | 162 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.10 |
| HSL | 330.23º | 0.72% | 0.64% | - |
| HSV(B) | 330.23º | 0.58% | 0.9% | - |
| XYZ | 43.02 | 27.63 | 37.25 | - |
| YUV | 143.29 | 138.56 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 96 | 162 | 0 | 0.58 | 0.29 | 0.10 | 330.23 | 0.72 | 0.64 |
| Hex | E5 | 60 | A2 | 0 | 3A | 1D | A | 14A | 48 | 40 |
| Octal | 345 | 140 | 242 | 0 | 72 | 35 | 12 | 512 | 110 | 100 |
| Binary | 11100101 | 1100000 | 10100010 | 0 | 111010 | 11101 | 1010 | 101001010 | 1001000 | 1000000 |
Color Harmonies of #E560A2
Complementary color
Monochromatic Colors of #E560A2
Black with #E560A2
Text Example
Text Example
White with #E560A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E560A2; }
p { color: rgb(229,96,162); }
H1.HeaderClassName
{
color: #E560A2;
}
.AnyTagClassName
{
color: #E560A2;
}
</style>
background-color css
<style>
a { background-color: #E560A2; }
a { background-color: rgb(229,96,162); }
div.DivClassName
{
background-color: #E560A2;
}
.BgClassName
{
background-color: #E560A2;
}
</style>
border-color css
<style>
span { border-color: #E560A2; }
span { border-color: rgb(229,96,162); }
td.TdClassName
{
border-color: #E560A2;
}
.TagClassName
{
border-color: #E560A2;
}
</style>