Shades of Pale Violet Red #E26EA9
Tints of Pale Violet Red #E26EA9
RGB
CMYK
RGB Variations
Color information
#E26EA9 (or 0xE26EA9) is known color: Pale Violet Red. HEX triplet: E2, 6E and A9. RGB value is (226,110,169). Sum of RGB (Red+Green+Blue) = 226+110+169=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26EA9 is #1D9156. Grayscale: #979797. Windows color (decimal): -1937751 or 11103970. OLE color: 11103970.
HSL color Cylindrical-coordinate representation of color #E26EA9: hue angle of 329.48º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26EA9 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 169 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.11 |
| HSL | 329.48º | 0.67% | 0.66% | - |
| HSV(B) | 329.48º | 0.51% | 0.89% | - |
| XYZ | 44.1 | 30.19 | 41.04 | - |
| YUV | 151.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 169 | 0 | 0.51 | 0.25 | 0.11 | 329.48 | 0.67 | 0.66 |
| Hex | E2 | 6E | A9 | 0 | 33 | 19 | B | 149 | 43 | 42 |
| Octal | 342 | 156 | 251 | 0 | 63 | 31 | 13 | 511 | 103 | 102 |
| Binary | 11100010 | 1101110 | 10101001 | 0 | 110011 | 11001 | 1011 | 101001001 | 1000011 | 1000010 |
Color Harmonies of #E26EA9
Complementary color
Monochromatic Colors of #E26EA9
Black with #E26EA9
Text Example
Text Example
White with #E26EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EA9; }
p { color: rgb(226,110,169); }
H1.HeaderClassName
{
color: #E26EA9;
}
.AnyTagClassName
{
color: #E26EA9;
}
</style>
background-color css
<style>
a { background-color: #E26EA9; }
a { background-color: rgb(226,110,169); }
div.DivClassName
{
background-color: #E26EA9;
}
.BgClassName
{
background-color: #E26EA9;
}
</style>
border-color css
<style>
span { border-color: #E26EA9; }
span { border-color: rgb(226,110,169); }
td.TdClassName
{
border-color: #E26EA9;
}
.TagClassName
{
border-color: #E26EA9;
}
</style>