Shades of Pale Violet Red #E26797
Tints of Pale Violet Red #E26797
RGB
CMYK
RGB Variations
Color information
#E26797 (or 0xE26797) is known color: Pale Violet Red. HEX triplet: E2, 67 and 97. RGB value is (226,103,151). Sum of RGB (Red+Green+Blue) = 226+103+151=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E26797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26797 is #1D9868. Grayscale: #919191. Windows color (decimal): -1939561 or 9922530. OLE color: 9922530.
HSL color Cylindrical-coordinate representation of color #E26797: hue angle of 336.59º 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 #E26797 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 151 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.11 |
| HSL | 336.59º | 0.68% | 0.65% | - |
| HSV(B) | 336.59º | 0.54% | 0.89% | - |
| XYZ | 41.8 | 28.1 | 32.5 | - |
| YUV | 145.25 | 131.25 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 151 | 0 | 0.54 | 0.33 | 0.11 | 336.59 | 0.68 | 0.65 |
| Hex | E2 | 67 | 97 | 0 | 36 | 21 | B | 151 | 44 | 41 |
| Octal | 342 | 147 | 227 | 0 | 66 | 41 | 13 | 521 | 104 | 101 |
| Binary | 11100010 | 1100111 | 10010111 | 0 | 110110 | 100001 | 1011 | 101010001 | 1000100 | 1000001 |
Color Harmonies of #E26797
Complementary color
Monochromatic Colors of #E26797
Black with #E26797
Text Example
Text Example
White with #E26797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26797; }
p { color: rgb(226,103,151); }
H1.HeaderClassName
{
color: #E26797;
}
.AnyTagClassName
{
color: #E26797;
}
</style>
background-color css
<style>
a { background-color: #E26797; }
a { background-color: rgb(226,103,151); }
div.DivClassName
{
background-color: #E26797;
}
.BgClassName
{
background-color: #E26797;
}
</style>
border-color css
<style>
span { border-color: #E26797; }
span { border-color: rgb(226,103,151); }
td.TdClassName
{
border-color: #E26797;
}
.TagClassName
{
border-color: #E26797;
}
</style>