Shades of Pale Violet Red #E169A2
Tints of Pale Violet Red #E169A2
RGB
CMYK
RGB Variations
Color information
#E169A2 (or 0xE169A2) is known color: Pale Violet Red. HEX triplet: E1, 69 and A2. RGB value is (225,105,162). Sum of RGB (Red+Green+Blue) = 225+105+162=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E169A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E169A2 is #1E965D. Grayscale: #939393. Windows color (decimal): -2004574 or 10643937. OLE color: 10643937.
HSL color Cylindrical-coordinate representation of color #E169A2: hue angle of 331.5º degrees, saturation: 0.67, 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 #E169A2 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 162 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.12 |
| HSL | 331.5º | 0.67% | 0.65% | - |
| HSV(B) | 331.5º | 0.53% | 0.88% | - |
| XYZ | 42.62 | 28.72 | 37.48 | - |
| YUV | 147.38 | 136.26 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 162 | 0 | 0.53 | 0.28 | 0.12 | 331.5 | 0.67 | 0.65 |
| Hex | E1 | 69 | A2 | 0 | 35 | 1C | C | 14C | 43 | 41 |
| Octal | 341 | 151 | 242 | 0 | 65 | 34 | 14 | 514 | 103 | 101 |
| Binary | 11100001 | 1101001 | 10100010 | 0 | 110101 | 11100 | 1100 | 101001100 | 1000011 | 1000001 |
Color Harmonies of #E169A2
Complementary color
Monochromatic Colors of #E169A2
Black with #E169A2
Text Example
Text Example
White with #E169A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E169A2; }
p { color: rgb(225,105,162); }
H1.HeaderClassName
{
color: #E169A2;
}
.AnyTagClassName
{
color: #E169A2;
}
</style>
background-color css
<style>
a { background-color: #E169A2; }
a { background-color: rgb(225,105,162); }
div.DivClassName
{
background-color: #E169A2;
}
.BgClassName
{
background-color: #E169A2;
}
</style>
border-color css
<style>
span { border-color: #E169A2; }
span { border-color: rgb(225,105,162); }
td.TdClassName
{
border-color: #E169A2;
}
.TagClassName
{
border-color: #E169A2;
}
</style>