Shades of Pale Violet Red #E26897
Tints of Pale Violet Red #E26897
RGB
CMYK
RGB Variations
Color information
#E26897 (or 0xE26897) is known color: Pale Violet Red. HEX triplet: E2, 68 and 97. RGB value is (226,104,151). Sum of RGB (Red+Green+Blue) = 226+104+151=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 104 (41.02% from 255 or 21.62% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E26897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26897 is #1D9768. Grayscale: #919191. Windows color (decimal): -1939305 or 9922786. OLE color: 9922786.
HSL color Cylindrical-coordinate representation of color #E26897: hue angle of 336.89º 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 #E26897 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 151 | - |
| CMYK | 0 | 0.54 | 0.33 | 0.11 |
| HSL | 336.89º | 0.68% | 0.65% | - |
| HSV(B) | 336.89º | 0.54% | 0.89% | - |
| XYZ | 41.9 | 28.3 | 32.53 | - |
| YUV | 145.84 | 130.92 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 151 | 0 | 0.54 | 0.33 | 0.11 | 336.89 | 0.68 | 0.65 |
| Hex | E2 | 68 | 97 | 0 | 36 | 21 | B | 151 | 44 | 41 |
| Octal | 342 | 150 | 227 | 0 | 66 | 41 | 13 | 521 | 104 | 101 |
| Binary | 11100010 | 1101000 | 10010111 | 0 | 110110 | 100001 | 1011 | 101010001 | 1000100 | 1000001 |
Color Harmonies of #E26897
Complementary color
Monochromatic Colors of #E26897
Black with #E26897
Text Example
Text Example
White with #E26897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26897; }
p { color: rgb(226,104,151); }
H1.HeaderClassName
{
color: #E26897;
}
.AnyTagClassName
{
color: #E26897;
}
</style>
background-color css
<style>
a { background-color: #E26897; }
a { background-color: rgb(226,104,151); }
div.DivClassName
{
background-color: #E26897;
}
.BgClassName
{
background-color: #E26897;
}
</style>
border-color css
<style>
span { border-color: #E26897; }
span { border-color: rgb(226,104,151); }
td.TdClassName
{
border-color: #E26897;
}
.TagClassName
{
border-color: #E26897;
}
</style>