Shades of Pale Violet Red #E2699E
Tints of Pale Violet Red #E2699E
RGB
CMYK
RGB Variations
Color information
#E2699E (or 0xE2699E) is known color: Pale Violet Red. HEX triplet: E2, 69 and 9E. RGB value is (226,105,158). Sum of RGB (Red+Green+Blue) = 226+105+158=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E2699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2699E is #1D9661. Grayscale: #939393. Windows color (decimal): -1939042 or 10381794. OLE color: 10381794.
HSL color Cylindrical-coordinate representation of color #E2699E: hue angle of 333.72º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2699E is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 158 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.11 |
| HSL | 333.72º | 0.68% | 0.65% | - |
| HSV(B) | 333.72º | 0.54% | 0.89% | - |
| XYZ | 42.59 | 28.74 | 35.65 | - |
| YUV | 147.22 | 134.09 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 158 | 0 | 0.54 | 0.30 | 0.11 | 333.72 | 0.68 | 0.65 |
| Hex | E2 | 69 | 9E | 0 | 36 | 1E | B | 14E | 44 | 41 |
| Octal | 342 | 151 | 236 | 0 | 66 | 36 | 13 | 516 | 104 | 101 |
| Binary | 11100010 | 1101001 | 10011110 | 0 | 110110 | 11110 | 1011 | 101001110 | 1000100 | 1000001 |
Color Harmonies of #E2699E
Complementary color
Monochromatic Colors of #E2699E
Black with #E2699E
Text Example
Text Example
White with #E2699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2699E; }
p { color: rgb(226,105,158); }
H1.HeaderClassName
{
color: #E2699E;
}
.AnyTagClassName
{
color: #E2699E;
}
</style>
background-color css
<style>
a { background-color: #E2699E; }
a { background-color: rgb(226,105,158); }
div.DivClassName
{
background-color: #E2699E;
}
.BgClassName
{
background-color: #E2699E;
}
</style>
border-color css
<style>
span { border-color: #E2699E; }
span { border-color: rgb(226,105,158); }
td.TdClassName
{
border-color: #E2699E;
}
.TagClassName
{
border-color: #E2699E;
}
</style>