Shades of Pale Violet Red #E069A2
Tints of Pale Violet Red #E069A2
RGB
CMYK
RGB Variations
Color information
#E069A2 (or 0xE069A2) is known color: Pale Violet Red. HEX triplet: E0, 69 and A2. RGB value is (224,105,162). Sum of RGB (Red+Green+Blue) = 224+105+162=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 162 (63.67% from 255 or 32.99% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E069A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E069A2 is #1F965D. Grayscale: #929292. Windows color (decimal): -2070110 or 10643936. OLE color: 10643936.
HSL color Cylindrical-coordinate representation of color #E069A2: hue angle of 331.26º 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 #E069A2 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 162 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.12 |
| HSL | 331.26º | 0.66% | 0.65% | - |
| HSV(B) | 331.26º | 0.53% | 0.88% | - |
| XYZ | 42.31 | 28.56 | 37.46 | - |
| YUV | 147.08 | 136.42 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 162 | 0 | 0.53 | 0.28 | 0.12 | 331.26 | 0.66 | 0.65 |
| Hex | E0 | 69 | A2 | 0 | 35 | 1C | C | 14B | 42 | 41 |
| Octal | 340 | 151 | 242 | 0 | 65 | 34 | 14 | 513 | 102 | 101 |
| Binary | 11100000 | 1101001 | 10100010 | 0 | 110101 | 11100 | 1100 | 101001011 | 1000010 | 1000001 |
Color Harmonies of #E069A2
Complementary color
Monochromatic Colors of #E069A2
Black with #E069A2
Text Example
Text Example
White with #E069A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069A2; }
p { color: rgb(224,105,162); }
H1.HeaderClassName
{
color: #E069A2;
}
.AnyTagClassName
{
color: #E069A2;
}
</style>
background-color css
<style>
a { background-color: #E069A2; }
a { background-color: rgb(224,105,162); }
div.DivClassName
{
background-color: #E069A2;
}
.BgClassName
{
background-color: #E069A2;
}
</style>
border-color css
<style>
span { border-color: #E069A2; }
span { border-color: rgb(224,105,162); }
td.TdClassName
{
border-color: #E069A2;
}
.TagClassName
{
border-color: #E069A2;
}
</style>