Shades of Pale Violet Red #E7699D
Tints of Pale Violet Red #E7699D
RGB
CMYK
RGB Variations
Color information
#E7699D (or 0xE7699D) is known color: Pale Violet Red. HEX triplet: E7, 69 and 9D. RGB value is (231,105,157). Sum of RGB (Red+Green+Blue) = 231+105+157=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 157 (61.72% from 255 or 31.85% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E7699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7699D is #189662. Grayscale: #949494. Windows color (decimal): -1611363 or 10316263. OLE color: 10316263.
HSL color Cylindrical-coordinate representation of color #E7699D: hue angle of 335.24º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E7699D is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 105 | 157 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.09 |
| HSL | 335.24º | 0.72% | 0.66% | - |
| HSV(B) | 335.24º | 0.55% | 0.91% | - |
| XYZ | 44.09 | 29.53 | 35.27 | - |
| YUV | 148.6 | 132.74 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 105 | 157 | 0 | 0.55 | 0.32 | 0.09 | 335.24 | 0.72 | 0.66 |
| Hex | E7 | 69 | 9D | 0 | 37 | 20 | 9 | 14F | 48 | 42 |
| Octal | 347 | 151 | 235 | 0 | 67 | 40 | 11 | 517 | 110 | 102 |
| Binary | 11100111 | 1101001 | 10011101 | 0 | 110111 | 100000 | 1001 | 101001111 | 1001000 | 1000010 |
Color Harmonies of #E7699D
Complementary color
Monochromatic Colors of #E7699D
Black with #E7699D
Text Example
Text Example
White with #E7699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7699D; }
p { color: rgb(231,105,157); }
H1.HeaderClassName
{
color: #E7699D;
}
.AnyTagClassName
{
color: #E7699D;
}
</style>
background-color css
<style>
a { background-color: #E7699D; }
a { background-color: rgb(231,105,157); }
div.DivClassName
{
background-color: #E7699D;
}
.BgClassName
{
background-color: #E7699D;
}
</style>
border-color css
<style>
span { border-color: #E7699D; }
span { border-color: rgb(231,105,157); }
td.TdClassName
{
border-color: #E7699D;
}
.TagClassName
{
border-color: #E7699D;
}
</style>