Shades of Pale Violet Red #E1699B
Tints of Pale Violet Red #E1699B
RGB
CMYK
RGB Variations
Color information
#E1699B (or 0xE1699B) is known color: Pale Violet Red. HEX triplet: E1, 69 and 9B. RGB value is (225,105,155). Sum of RGB (Red+Green+Blue) = 225+105+155=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E1699B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1699B is #1E9664. Grayscale: #929292. Windows color (decimal): -2004581 or 10185185. OLE color: 10185185.
HSL color Cylindrical-coordinate representation of color #E1699B: hue angle of 335º 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 #E1699B is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 155 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.12 |
| HSL | 335º | 0.67% | 0.65% | - |
| HSV(B) | 335º | 0.53% | 0.88% | - |
| XYZ | 42.02 | 28.48 | 34.29 | - |
| YUV | 146.58 | 132.76 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 155 | 0 | 0.53 | 0.31 | 0.12 | 335 | 0.67 | 0.65 |
| Hex | E1 | 69 | 9B | 0 | 35 | 1F | C | 14F | 43 | 41 |
| Octal | 341 | 151 | 233 | 0 | 65 | 37 | 14 | 517 | 103 | 101 |
| Binary | 11100001 | 1101001 | 10011011 | 0 | 110101 | 11111 | 1100 | 101001111 | 1000011 | 1000001 |
Color Harmonies of #E1699B
Complementary color
Monochromatic Colors of #E1699B
Black with #E1699B
Text Example
Text Example
White with #E1699B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1699B; }
p { color: rgb(225,105,155); }
H1.HeaderClassName
{
color: #E1699B;
}
.AnyTagClassName
{
color: #E1699B;
}
</style>
background-color css
<style>
a { background-color: #E1699B; }
a { background-color: rgb(225,105,155); }
div.DivClassName
{
background-color: #E1699B;
}
.BgClassName
{
background-color: #E1699B;
}
</style>
border-color css
<style>
span { border-color: #E1699B; }
span { border-color: rgb(225,105,155); }
td.TdClassName
{
border-color: #E1699B;
}
.TagClassName
{
border-color: #E1699B;
}
</style>