Shades of Pale Violet Red #E26197
Tints of Pale Violet Red #E26197
RGB
CMYK
RGB Variations
Color information
#E26197 (or 0xE26197) is known color: Pale Violet Red. HEX triplet: E2, 61 and 97. RGB value is (226,97,151). Sum of RGB (Red+Green+Blue) = 226+97+151=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 151 (59.38% from 255 or 31.86% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E26197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26197 is #1D9E68. Grayscale: #8D8D8D. Windows color (decimal): -1941097 or 9920994. OLE color: 9920994.
HSL color Cylindrical-coordinate representation of color #E26197: hue angle of 334.88º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26197 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 97 | 151 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.11 |
| HSL | 334.88º | 0.69% | 0.63% | - |
| HSV(B) | 334.88º | 0.57% | 0.89% | - |
| XYZ | 41.22 | 26.95 | 32.31 | - |
| YUV | 141.73 | 133.24 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 97 | 151 | 0 | 0.57 | 0.33 | 0.11 | 334.88 | 0.69 | 0.63 |
| Hex | E2 | 61 | 97 | 0 | 39 | 21 | B | 14F | 45 | 3F |
| Octal | 342 | 141 | 227 | 0 | 71 | 41 | 13 | 517 | 105 | 77 |
| Binary | 11100010 | 1100001 | 10010111 | 0 | 111001 | 100001 | 1011 | 101001111 | 1000101 | 111111 |
Color Harmonies of #E26197
Complementary color
Monochromatic Colors of #E26197
Black with #E26197
Text Example
Text Example
White with #E26197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26197; }
p { color: rgb(226,97,151); }
H1.HeaderClassName
{
color: #E26197;
}
.AnyTagClassName
{
color: #E26197;
}
</style>
background-color css
<style>
a { background-color: #E26197; }
a { background-color: rgb(226,97,151); }
div.DivClassName
{
background-color: #E26197;
}
.BgClassName
{
background-color: #E26197;
}
</style>
border-color css
<style>
span { border-color: #E26197; }
span { border-color: rgb(226,97,151); }
td.TdClassName
{
border-color: #E26197;
}
.TagClassName
{
border-color: #E26197;
}
</style>