Shades of Pale Violet Red #E1689C
Tints of Pale Violet Red #E1689C
RGB
CMYK
RGB Variations
Color information
#E1689C (or 0xE1689C) is known color: Pale Violet Red. HEX triplet: E1, 68 and 9C. RGB value is (225,104,156). Sum of RGB (Red+Green+Blue) = 225+104+156=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 156 (61.33% from 255 or 32.16% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E1689C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1689C is #1E9763. Grayscale: #929292. Windows color (decimal): -2004836 or 10250465. OLE color: 10250465.
HSL color Cylindrical-coordinate representation of color #E1689C: hue angle of 334.21º 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 #E1689C is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 156 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.12 |
| HSL | 334.21º | 0.67% | 0.65% | - |
| HSV(B) | 334.21º | 0.54% | 0.88% | - |
| XYZ | 42 | 28.31 | 34.7 | - |
| YUV | 146.11 | 133.59 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 156 | 0 | 0.54 | 0.31 | 0.12 | 334.21 | 0.67 | 0.65 |
| Hex | E1 | 68 | 9C | 0 | 36 | 1F | C | 14E | 43 | 41 |
| Octal | 341 | 150 | 234 | 0 | 66 | 37 | 14 | 516 | 103 | 101 |
| Binary | 11100001 | 1101000 | 10011100 | 0 | 110110 | 11111 | 1100 | 101001110 | 1000011 | 1000001 |
Color Harmonies of #E1689C
Complementary color
Monochromatic Colors of #E1689C
Black with #E1689C
Text Example
Text Example
White with #E1689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1689C; }
p { color: rgb(225,104,156); }
H1.HeaderClassName
{
color: #E1689C;
}
.AnyTagClassName
{
color: #E1689C;
}
</style>
background-color css
<style>
a { background-color: #E1689C; }
a { background-color: rgb(225,104,156); }
div.DivClassName
{
background-color: #E1689C;
}
.BgClassName
{
background-color: #E1689C;
}
</style>
border-color css
<style>
span { border-color: #E1689C; }
span { border-color: rgb(225,104,156); }
td.TdClassName
{
border-color: #E1689C;
}
.TagClassName
{
border-color: #E1689C;
}
</style>