Shades of Pale Violet Red #E069A1
Tints of Pale Violet Red #E069A1
RGB
CMYK
RGB Variations
Color information
#E069A1 (or 0xE069A1) is known color: Pale Violet Red. HEX triplet: E0, 69 and A1. RGB value is (224,105,161). Sum of RGB (Red+Green+Blue) = 224+105+161=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 161 (63.28% from 255 or 32.86% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E069A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E069A1 is #1F965E. Grayscale: #929292. Windows color (decimal): -2070111 or 10578400. OLE color: 10578400.
HSL color Cylindrical-coordinate representation of color #E069A1: hue angle of 331.76º 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 #E069A1 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 161 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.12 |
| HSL | 331.76º | 0.66% | 0.65% | - |
| HSV(B) | 331.76º | 0.53% | 0.88% | - |
| XYZ | 42.23 | 28.52 | 37 | - |
| YUV | 146.97 | 135.92 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 161 | 0 | 0.53 | 0.28 | 0.12 | 331.76 | 0.66 | 0.65 |
| Hex | E0 | 69 | A1 | 0 | 35 | 1C | C | 14C | 42 | 41 |
| Octal | 340 | 151 | 241 | 0 | 65 | 34 | 14 | 514 | 102 | 101 |
| Binary | 11100000 | 1101001 | 10100001 | 0 | 110101 | 11100 | 1100 | 101001100 | 1000010 | 1000001 |
Color Harmonies of #E069A1
Complementary color
Monochromatic Colors of #E069A1
Black with #E069A1
Text Example
Text Example
White with #E069A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E069A1; }
p { color: rgb(224,105,161); }
H1.HeaderClassName
{
color: #E069A1;
}
.AnyTagClassName
{
color: #E069A1;
}
</style>
background-color css
<style>
a { background-color: #E069A1; }
a { background-color: rgb(224,105,161); }
div.DivClassName
{
background-color: #E069A1;
}
.BgClassName
{
background-color: #E069A1;
}
</style>
border-color css
<style>
span { border-color: #E069A1; }
span { border-color: rgb(224,105,161); }
td.TdClassName
{
border-color: #E069A1;
}
.TagClassName
{
border-color: #E069A1;
}
</style>