Shades of Pale Violet Red #E059A0
Tints of Pale Violet Red #E059A0
RGB
CMYK
RGB Variations
Color information
#E059A0 (or 0xE059A0) is known color: Pale Violet Red. HEX triplet: E0, 59 and A0. RGB value is (224,89,160). Sum of RGB (Red+Green+Blue) = 224+89+160=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 89 (35.16% from 255 or 18.82% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E059A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E059A0 is #1FA65F. Grayscale: #898989. Windows color (decimal): -2074208 or 10508768. OLE color: 10508768.
HSL color Cylindrical-coordinate representation of color #E059A0: hue angle of 328.44º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E059A0 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 160 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.12 |
| HSL | 328.44º | 0.69% | 0.61% | - |
| HSV(B) | 328.44º | 0.6% | 0.88% | - |
| XYZ | 40.66 | 25.53 | 36.04 | - |
| YUV | 137.46 | 140.73 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 160 | 0 | 0.60 | 0.29 | 0.12 | 328.44 | 0.69 | 0.61 |
| Hex | E0 | 59 | A0 | 0 | 3C | 1D | C | 148 | 45 | 3D |
| Octal | 340 | 131 | 240 | 0 | 74 | 35 | 14 | 510 | 105 | 75 |
| Binary | 11100000 | 1011001 | 10100000 | 0 | 111100 | 11101 | 1100 | 101001000 | 1000101 | 111101 |
Color Harmonies of #E059A0
Complementary color
Monochromatic Colors of #E059A0
Black with #E059A0
Text Example
Text Example
White with #E059A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E059A0; }
p { color: rgb(224,89,160); }
H1.HeaderClassName
{
color: #E059A0;
}
.AnyTagClassName
{
color: #E059A0;
}
</style>
background-color css
<style>
a { background-color: #E059A0; }
a { background-color: rgb(224,89,160); }
div.DivClassName
{
background-color: #E059A0;
}
.BgClassName
{
background-color: #E059A0;
}
</style>
border-color css
<style>
span { border-color: #E059A0; }
span { border-color: rgb(224,89,160); }
td.TdClassName
{
border-color: #E059A0;
}
.TagClassName
{
border-color: #E059A0;
}
</style>