Shades of Pale Violet Red #E26896
Tints of Pale Violet Red #E26896
RGB
CMYK
RGB Variations
Color information
#E26896 (or 0xE26896) is known color: Pale Violet Red. HEX triplet: E2, 68 and 96. RGB value is (226,104,150). Sum of RGB (Red+Green+Blue) = 226+104+150=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E26896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26896 is #1D9769. Grayscale: #919191. Windows color (decimal): -1939306 or 9857250. OLE color: 9857250.
HSL color Cylindrical-coordinate representation of color #E26896: hue angle of 337.38º 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 #E26896 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 150 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.11 |
| HSL | 337.38º | 0.68% | 0.65% | - |
| HSV(B) | 337.38º | 0.54% | 0.89% | - |
| XYZ | 41.82 | 28.27 | 32.11 | - |
| YUV | 145.72 | 130.42 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 150 | 0 | 0.54 | 0.34 | 0.11 | 337.38 | 0.68 | 0.65 |
| Hex | E2 | 68 | 96 | 0 | 36 | 22 | B | 151 | 44 | 41 |
| Octal | 342 | 150 | 226 | 0 | 66 | 42 | 13 | 521 | 104 | 101 |
| Binary | 11100010 | 1101000 | 10010110 | 0 | 110110 | 100010 | 1011 | 101010001 | 1000100 | 1000001 |
Color Harmonies of #E26896
Complementary color
Monochromatic Colors of #E26896
Black with #E26896
Text Example
Text Example
White with #E26896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26896; }
p { color: rgb(226,104,150); }
H1.HeaderClassName
{
color: #E26896;
}
.AnyTagClassName
{
color: #E26896;
}
</style>
background-color css
<style>
a { background-color: #E26896; }
a { background-color: rgb(226,104,150); }
div.DivClassName
{
background-color: #E26896;
}
.BgClassName
{
background-color: #E26896;
}
</style>
border-color css
<style>
span { border-color: #E26896; }
span { border-color: rgb(226,104,150); }
td.TdClassName
{
border-color: #E26896;
}
.TagClassName
{
border-color: #E26896;
}
</style>