Shades of Pale Violet Red #E169A6
Tints of Pale Violet Red #E169A6
RGB
CMYK
RGB Variations
Color information
#E169A6 (or 0xE169A6) is known color: Pale Violet Red. HEX triplet: E1, 69 and A6. RGB value is (225,105,166). Sum of RGB (Red+Green+Blue) = 225+105+166=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E169A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E169A6 is #1E9659. Grayscale: #939393. Windows color (decimal): -2004570 or 10906081. OLE color: 10906081.
HSL color Cylindrical-coordinate representation of color #E169A6: hue angle of 329.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 #E169A6 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 166 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.12 |
| HSL | 329.5º | 0.67% | 0.65% | - |
| HSV(B) | 329.5º | 0.53% | 0.88% | - |
| XYZ | 42.99 | 28.86 | 39.38 | - |
| YUV | 147.83 | 138.26 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 166 | 0 | 0.53 | 0.26 | 0.12 | 329.5 | 0.67 | 0.65 |
| Hex | E1 | 69 | A6 | 0 | 35 | 1A | C | 14A | 43 | 41 |
| Octal | 341 | 151 | 246 | 0 | 65 | 32 | 14 | 512 | 103 | 101 |
| Binary | 11100001 | 1101001 | 10100110 | 0 | 110101 | 11010 | 1100 | 101001010 | 1000011 | 1000001 |
Color Harmonies of #E169A6
Complementary color
Monochromatic Colors of #E169A6
Black with #E169A6
Text Example
Text Example
White with #E169A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E169A6; }
p { color: rgb(225,105,166); }
H1.HeaderClassName
{
color: #E169A6;
}
.AnyTagClassName
{
color: #E169A6;
}
</style>
background-color css
<style>
a { background-color: #E169A6; }
a { background-color: rgb(225,105,166); }
div.DivClassName
{
background-color: #E169A6;
}
.BgClassName
{
background-color: #E169A6;
}
</style>
border-color css
<style>
span { border-color: #E169A6; }
span { border-color: rgb(225,105,166); }
td.TdClassName
{
border-color: #E169A6;
}
.TagClassName
{
border-color: #E169A6;
}
</style>