Shades of Pale Violet Red #E9699E
Tints of Pale Violet Red #E9699E
RGB
CMYK
RGB Variations
Color information
#E9699E (or 0xE9699E) is known color: Pale Violet Red. HEX triplet: E9, 69 and 9E. RGB value is (233,105,158). Sum of RGB (Red+Green+Blue) = 233+105+158=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 158 (62.11% from 255 or 31.85% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E9699E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9699E is #169661. Grayscale: #959595. Windows color (decimal): -1480290 or 10381801. OLE color: 10381801.
HSL color Cylindrical-coordinate representation of color #E9699E: hue angle of 335.16º degrees, saturation: 0.74, 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 #E9699E is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 105 | 158 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.09 |
| HSL | 335.16º | 0.74% | 0.66% | - |
| HSV(B) | 335.16º | 0.55% | 0.91% | - |
| XYZ | 44.83 | 29.9 | 35.76 | - |
| YUV | 149.31 | 132.91 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 105 | 158 | 0 | 0.55 | 0.32 | 0.09 | 335.16 | 0.74 | 0.66 |
| Hex | E9 | 69 | 9E | 0 | 37 | 20 | 9 | 14F | 4A | 42 |
| Octal | 351 | 151 | 236 | 0 | 67 | 40 | 11 | 517 | 112 | 102 |
| Binary | 11101001 | 1101001 | 10011110 | 0 | 110111 | 100000 | 1001 | 101001111 | 1001010 | 1000010 |
Color Harmonies of #E9699E
Complementary color
Monochromatic Colors of #E9699E
Black with #E9699E
Text Example
Text Example
White with #E9699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9699E; }
p { color: rgb(233,105,158); }
H1.HeaderClassName
{
color: #E9699E;
}
.AnyTagClassName
{
color: #E9699E;
}
</style>
background-color css
<style>
a { background-color: #E9699E; }
a { background-color: rgb(233,105,158); }
div.DivClassName
{
background-color: #E9699E;
}
.BgClassName
{
background-color: #E9699E;
}
</style>
border-color css
<style>
span { border-color: #E9699E; }
span { border-color: rgb(233,105,158); }
td.TdClassName
{
border-color: #E9699E;
}
.TagClassName
{
border-color: #E9699E;
}
</style>