Shades of Pale Violet Red #E069A0
Tints of Pale Violet Red #E069A0
RGB
CMYK
RGB Variations
Color information
#E069A0 (or 0xE069A0) is known color: Pale Violet Red. HEX triplet: E0, 69 and A0. RGB value is (224,105,160). Sum of RGB (Red+Green+Blue) = 224+105+160=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E069A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E069A0 is #1F965F. Grayscale: #929292. Windows color (decimal): -2070112 or 10512864. OLE color: 10512864.
HSL color Cylindrical-coordinate representation of color #E069A0: hue angle of 332.27º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E069A0 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 160 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.12 |
| HSL | 332.27º | 0.66% | 0.65% | - |
| HSV(B) | 332.27º | 0.53% | 0.88% | - |
| XYZ | 42.14 | 28.49 | 36.54 | - |
| YUV | 146.85 | 135.42 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 160 | 0 | 0.53 | 0.29 | 0.12 | 332.27 | 0.66 | 0.65 |
| Hex | E0 | 69 | A0 | 0 | 35 | 1D | C | 14C | 42 | 41 |
| Octal | 340 | 151 | 240 | 0 | 65 | 35 | 14 | 514 | 102 | 101 |
| Binary | 11100000 | 1101001 | 10100000 | 0 | 110101 | 11101 | 1100 | 101001100 | 1000010 | 1000001 |
Color Harmonies of #E069A0
Complementary color
Monochromatic Colors of #E069A0
Black with #E069A0
Text Example
Text Example
White with #E069A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069A0; }
p { color: rgb(224,105,160); }
H1.HeaderClassName
{
color: #E069A0;
}
.AnyTagClassName
{
color: #E069A0;
}
</style>
background-color css
<style>
a { background-color: #E069A0; }
a { background-color: rgb(224,105,160); }
div.DivClassName
{
background-color: #E069A0;
}
.BgClassName
{
background-color: #E069A0;
}
</style>
border-color css
<style>
span { border-color: #E069A0; }
span { border-color: rgb(224,105,160); }
td.TdClassName
{
border-color: #E069A0;
}
.TagClassName
{
border-color: #E069A0;
}
</style>