Shades of Pale Violet Red #E169A8
Tints of Pale Violet Red #E169A8
RGB
CMYK
RGB Variations
Color information
#E169A8 (or 0xE169A8) is known color: Pale Violet Red. HEX triplet: E1, 69 and A8. RGB value is (225,105,168). Sum of RGB (Red+Green+Blue) = 225+105+168=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 168 (66.02% from 255 or 33.73% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E169A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E169A8 is #1E9657. Grayscale: #939393. Windows color (decimal): -2004568 or 11037153. OLE color: 11037153.
HSL color Cylindrical-coordinate representation of color #E169A8: hue angle of 328.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 #E169A8 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 168 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.12 |
| HSL | 328.5º | 0.67% | 0.65% | - |
| HSV(B) | 328.5º | 0.53% | 0.88% | - |
| XYZ | 43.17 | 28.94 | 40.36 | - |
| YUV | 148.06 | 139.26 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 168 | 0 | 0.53 | 0.25 | 0.12 | 328.5 | 0.67 | 0.65 |
| Hex | E1 | 69 | A8 | 0 | 35 | 19 | C | 148 | 43 | 41 |
| Octal | 341 | 151 | 250 | 0 | 65 | 31 | 14 | 510 | 103 | 101 |
| Binary | 11100001 | 1101001 | 10101000 | 0 | 110101 | 11001 | 1100 | 101001000 | 1000011 | 1000001 |
Color Harmonies of #E169A8
Complementary color
Monochromatic Colors of #E169A8
Black with #E169A8
Text Example
Text Example
White with #E169A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E169A8; }
p { color: rgb(225,105,168); }
H1.HeaderClassName
{
color: #E169A8;
}
.AnyTagClassName
{
color: #E169A8;
}
</style>
background-color css
<style>
a { background-color: #E169A8; }
a { background-color: rgb(225,105,168); }
div.DivClassName
{
background-color: #E169A8;
}
.BgClassName
{
background-color: #E169A8;
}
</style>
border-color css
<style>
span { border-color: #E169A8; }
span { border-color: rgb(225,105,168); }
td.TdClassName
{
border-color: #E169A8;
}
.TagClassName
{
border-color: #E169A8;
}
</style>