Shades of Pale Violet Red #E2689E
Tints of Pale Violet Red #E2689E
RGB
CMYK
RGB Variations
Color information
#E2689E (or 0xE2689E) is known color: Pale Violet Red. HEX triplet: E2, 68 and 9E. RGB value is (226,104,158). Sum of RGB (Red+Green+Blue) = 226+104+158=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 158 (62.11% from 255 or 32.38% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E2689E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2689E is #1D9761. Grayscale: #929292. Windows color (decimal): -1939298 or 10381538. OLE color: 10381538.
HSL color Cylindrical-coordinate representation of color #E2689E: hue angle of 333.44º 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 #E2689E is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 158 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.11 |
| HSL | 333.44º | 0.68% | 0.65% | - |
| HSV(B) | 333.44º | 0.54% | 0.89% | - |
| XYZ | 42.49 | 28.54 | 35.62 | - |
| YUV | 146.63 | 134.42 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 158 | 0 | 0.54 | 0.30 | 0.11 | 333.44 | 0.68 | 0.65 |
| Hex | E2 | 68 | 9E | 0 | 36 | 1E | B | 14D | 44 | 41 |
| Octal | 342 | 150 | 236 | 0 | 66 | 36 | 13 | 515 | 104 | 101 |
| Binary | 11100010 | 1101000 | 10011110 | 0 | 110110 | 11110 | 1011 | 101001101 | 1000100 | 1000001 |
Color Harmonies of #E2689E
Complementary color
Monochromatic Colors of #E2689E
Black with #E2689E
Text Example
Text Example
White with #E2689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2689E; }
p { color: rgb(226,104,158); }
H1.HeaderClassName
{
color: #E2689E;
}
.AnyTagClassName
{
color: #E2689E;
}
</style>
background-color css
<style>
a { background-color: #E2689E; }
a { background-color: rgb(226,104,158); }
div.DivClassName
{
background-color: #E2689E;
}
.BgClassName
{
background-color: #E2689E;
}
</style>
border-color css
<style>
span { border-color: #E2689E; }
span { border-color: rgb(226,104,158); }
td.TdClassName
{
border-color: #E2689E;
}
.TagClassName
{
border-color: #E2689E;
}
</style>