Shades of Pale Violet Red #E1699D
Tints of Pale Violet Red #E1699D
RGB
CMYK
RGB Variations
Color information
#E1699D (or 0xE1699D) is known color: Pale Violet Red. HEX triplet: E1, 69 and 9D. RGB value is (225,105,157). Sum of RGB (Red+Green+Blue) = 225+105+157=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E1699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1699D is #1E9662. Grayscale: #929292. Windows color (decimal): -2004579 or 10316257. OLE color: 10316257.
HSL color Cylindrical-coordinate representation of color #E1699D: hue angle of 334º 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 #E1699D is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 157 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.12 |
| HSL | 334º | 0.67% | 0.65% | - |
| HSV(B) | 334º | 0.53% | 0.88% | - |
| XYZ | 42.19 | 28.55 | 35.18 | - |
| YUV | 146.81 | 133.76 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 157 | 0 | 0.53 | 0.30 | 0.12 | 334 | 0.67 | 0.65 |
| Hex | E1 | 69 | 9D | 0 | 35 | 1E | C | 14E | 43 | 41 |
| Octal | 341 | 151 | 235 | 0 | 65 | 36 | 14 | 516 | 103 | 101 |
| Binary | 11100001 | 1101001 | 10011101 | 0 | 110101 | 11110 | 1100 | 101001110 | 1000011 | 1000001 |
Color Harmonies of #E1699D
Complementary color
Monochromatic Colors of #E1699D
Black with #E1699D
Text Example
Text Example
White with #E1699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1699D; }
p { color: rgb(225,105,157); }
H1.HeaderClassName
{
color: #E1699D;
}
.AnyTagClassName
{
color: #E1699D;
}
</style>
background-color css
<style>
a { background-color: #E1699D; }
a { background-color: rgb(225,105,157); }
div.DivClassName
{
background-color: #E1699D;
}
.BgClassName
{
background-color: #E1699D;
}
</style>
border-color css
<style>
span { border-color: #E1699D; }
span { border-color: rgb(225,105,157); }
td.TdClassName
{
border-color: #E1699D;
}
.TagClassName
{
border-color: #E1699D;
}
</style>