Shades of Pale Violet Red #E169A0
Tints of Pale Violet Red #E169A0
RGB
CMYK
RGB Variations
Color information
#E169A0 (or 0xE169A0) is known color: Pale Violet Red. HEX triplet: E1, 69 and A0. RGB value is (225,105,160). Sum of RGB (Red+Green+Blue) = 225+105+160=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E169A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E169A0 is #1E965F. Grayscale: #939393. Windows color (decimal): -2004576 or 10512865. OLE color: 10512865.
HSL color Cylindrical-coordinate representation of color #E169A0: hue angle of 332.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 #E169A0 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 160 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.12 |
| HSL | 332.5º | 0.67% | 0.65% | - |
| HSV(B) | 332.5º | 0.53% | 0.88% | - |
| XYZ | 42.45 | 28.65 | 36.55 | - |
| YUV | 147.15 | 135.26 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 160 | 0 | 0.53 | 0.29 | 0.12 | 332.5 | 0.67 | 0.65 |
| Hex | E1 | 69 | A0 | 0 | 35 | 1D | C | 14C | 43 | 41 |
| Octal | 341 | 151 | 240 | 0 | 65 | 35 | 14 | 514 | 103 | 101 |
| Binary | 11100001 | 1101001 | 10100000 | 0 | 110101 | 11101 | 1100 | 101001100 | 1000011 | 1000001 |
Color Harmonies of #E169A0
Complementary color
Monochromatic Colors of #E169A0
Black with #E169A0
Text Example
Text Example
White with #E169A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E169A0; }
p { color: rgb(225,105,160); }
H1.HeaderClassName
{
color: #E169A0;
}
.AnyTagClassName
{
color: #E169A0;
}
</style>
background-color css
<style>
a { background-color: #E169A0; }
a { background-color: rgb(225,105,160); }
div.DivClassName
{
background-color: #E169A0;
}
.BgClassName
{
background-color: #E169A0;
}
</style>
border-color css
<style>
span { border-color: #E169A0; }
span { border-color: rgb(225,105,160); }
td.TdClassName
{
border-color: #E169A0;
}
.TagClassName
{
border-color: #E169A0;
}
</style>