Shades of Pale Violet Red #E1689F
Tints of Pale Violet Red #E1689F
RGB
CMYK
RGB Variations
Color information
#E1689F (or 0xE1689F) is known color: Pale Violet Red. HEX triplet: E1, 68 and 9F. RGB value is (225,104,159). Sum of RGB (Red+Green+Blue) = 225+104+159=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 159 (62.5% from 255 or 32.58% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E1689F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1689F is #1E9760. Grayscale: #929292. Windows color (decimal): -2004833 or 10447073. OLE color: 10447073.
HSL color Cylindrical-coordinate representation of color #E1689F: hue angle of 332.73º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1689F is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 159 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.12 |
| HSL | 332.73º | 0.67% | 0.65% | - |
| HSV(B) | 332.73º | 0.54% | 0.88% | - |
| XYZ | 42.26 | 28.41 | 36.06 | - |
| YUV | 146.45 | 135.09 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 159 | 0 | 0.54 | 0.29 | 0.12 | 332.73 | 0.67 | 0.65 |
| Hex | E1 | 68 | 9F | 0 | 36 | 1D | C | 14D | 43 | 41 |
| Octal | 341 | 150 | 237 | 0 | 66 | 35 | 14 | 515 | 103 | 101 |
| Binary | 11100001 | 1101000 | 10011111 | 0 | 110110 | 11101 | 1100 | 101001101 | 1000011 | 1000001 |
Color Harmonies of #E1689F
Complementary color
Monochromatic Colors of #E1689F
Black with #E1689F
Text Example
Text Example
White with #E1689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1689F; }
p { color: rgb(225,104,159); }
H1.HeaderClassName
{
color: #E1689F;
}
.AnyTagClassName
{
color: #E1689F;
}
</style>
background-color css
<style>
a { background-color: #E1689F; }
a { background-color: rgb(225,104,159); }
div.DivClassName
{
background-color: #E1689F;
}
.BgClassName
{
background-color: #E1689F;
}
</style>
border-color css
<style>
span { border-color: #E1689F; }
span { border-color: rgb(225,104,159); }
td.TdClassName
{
border-color: #E1689F;
}
.TagClassName
{
border-color: #E1689F;
}
</style>