Shades of Pale Violet Red #E26E97
Tints of Pale Violet Red #E26E97
RGB
CMYK
RGB Variations
Color information
#E26E97 (or 0xE26E97) is known color: Pale Violet Red. HEX triplet: E2, 6E and 97. RGB value is (226,110,151). Sum of RGB (Red+Green+Blue) = 226+110+151=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 110 (43.36% from 255 or 22.59% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26E97 is #1D9168. Grayscale: #959595. Windows color (decimal): -1937769 or 9924322. OLE color: 9924322.
HSL color Cylindrical-coordinate representation of color #E26E97: hue angle of 338.79º 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 #E26E97 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 151 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.11 |
| HSL | 338.79º | 0.67% | 0.66% | - |
| HSV(B) | 338.79º | 0.51% | 0.89% | - |
| XYZ | 42.53 | 29.55 | 32.74 | - |
| YUV | 149.36 | 128.93 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 151 | 0 | 0.51 | 0.33 | 0.11 | 338.79 | 0.67 | 0.66 |
| Hex | E2 | 6E | 97 | 0 | 33 | 21 | B | 153 | 43 | 42 |
| Octal | 342 | 156 | 227 | 0 | 63 | 41 | 13 | 523 | 103 | 102 |
| Binary | 11100010 | 1101110 | 10010111 | 0 | 110011 | 100001 | 1011 | 101010011 | 1000011 | 1000010 |
Color Harmonies of #E26E97
Complementary color
Monochromatic Colors of #E26E97
Black with #E26E97
Text Example
Text Example
White with #E26E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E97; }
p { color: rgb(226,110,151); }
H1.HeaderClassName
{
color: #E26E97;
}
.AnyTagClassName
{
color: #E26E97;
}
</style>
background-color css
<style>
a { background-color: #E26E97; }
a { background-color: rgb(226,110,151); }
div.DivClassName
{
background-color: #E26E97;
}
.BgClassName
{
background-color: #E26E97;
}
</style>
border-color css
<style>
span { border-color: #E26E97; }
span { border-color: rgb(226,110,151); }
td.TdClassName
{
border-color: #E26E97;
}
.TagClassName
{
border-color: #E26E97;
}
</style>