Shades of Pale Violet Red #E6699C
Tints of Pale Violet Red #E6699C
RGB
CMYK
RGB Variations
Color information
#E6699C (or 0xE6699C) is known color: Pale Violet Red. HEX triplet: E6, 69 and 9C. RGB value is (230,105,156). Sum of RGB (Red+Green+Blue) = 230+105+156=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 156 (61.33% from 255 or 31.77% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E6699C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6699C is #199663. Grayscale: #949494. Windows color (decimal): -1676900 or 10250726. OLE color: 10250726.
HSL color Cylindrical-coordinate representation of color #E6699C: hue angle of 335.52º 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 #E6699C is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 105 | 156 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.10 |
| HSL | 335.52º | 0.71% | 0.66% | - |
| HSV(B) | 335.52º | 0.54% | 0.9% | - |
| XYZ | 43.69 | 29.33 | 34.81 | - |
| YUV | 148.19 | 132.41 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 105 | 156 | 0 | 0.54 | 0.32 | 0.10 | 335.52 | 0.71 | 0.66 |
| Hex | E6 | 69 | 9C | 0 | 36 | 20 | A | 150 | 47 | 42 |
| Octal | 346 | 151 | 234 | 0 | 66 | 40 | 12 | 520 | 107 | 102 |
| Binary | 11100110 | 1101001 | 10011100 | 0 | 110110 | 100000 | 1010 | 101010000 | 1000111 | 1000010 |
Color Harmonies of #E6699C
Complementary color
Monochromatic Colors of #E6699C
Black with #E6699C
Text Example
Text Example
White with #E6699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6699C; }
p { color: rgb(230,105,156); }
H1.HeaderClassName
{
color: #E6699C;
}
.AnyTagClassName
{
color: #E6699C;
}
</style>
background-color css
<style>
a { background-color: #E6699C; }
a { background-color: rgb(230,105,156); }
div.DivClassName
{
background-color: #E6699C;
}
.BgClassName
{
background-color: #E6699C;
}
</style>
border-color css
<style>
span { border-color: #E6699C; }
span { border-color: rgb(230,105,156); }
td.TdClassName
{
border-color: #E6699C;
}
.TagClassName
{
border-color: #E6699C;
}
</style>