Shades of Pale Violet Red #E6699D
Tints of Pale Violet Red #E6699D
RGB
CMYK
RGB Variations
Color information
#E6699D (or 0xE6699D) is known color: Pale Violet Red. HEX triplet: E6, 69 and 9D. RGB value is (230,105,157). Sum of RGB (Red+Green+Blue) = 230+105+157=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E6699D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6699D is #199662. Grayscale: #949494. Windows color (decimal): -1676899 or 10316262. OLE color: 10316262.
HSL color Cylindrical-coordinate representation of color #E6699D: hue angle of 335.04º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E6699D is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 157 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.10 |
| HSL | 335.04º | 0.71% | 0.66% | - |
| HSV(B) | 335.04º | 0.54% | 0.9% | - |
| XYZ | 43.77 | 29.36 | 35.26 | - |
| YUV | 148.3 | 132.91 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 157 | 0 | 0.54 | 0.32 | 0.10 | 335.04 | 0.71 | 0.66 |
| Hex | E6 | 69 | 9D | 0 | 36 | 20 | A | 14F | 47 | 42 |
| Octal | 346 | 151 | 235 | 0 | 66 | 40 | 12 | 517 | 107 | 102 |
| Binary | 11100110 | 1101001 | 10011101 | 0 | 110110 | 100000 | 1010 | 101001111 | 1000111 | 1000010 |
Color Harmonies of #E6699D
Complementary color
Monochromatic Colors of #E6699D
Black with #E6699D
Text Example
Text Example
White with #E6699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6699D; }
p { color: rgb(230,105,157); }
H1.HeaderClassName
{
color: #E6699D;
}
.AnyTagClassName
{
color: #E6699D;
}
</style>
background-color css
<style>
a { background-color: #E6699D; }
a { background-color: rgb(230,105,157); }
div.DivClassName
{
background-color: #E6699D;
}
.BgClassName
{
background-color: #E6699D;
}
</style>
border-color css
<style>
span { border-color: #E6699D; }
span { border-color: rgb(230,105,157); }
td.TdClassName
{
border-color: #E6699D;
}
.TagClassName
{
border-color: #E6699D;
}
</style>