Shades of Pale Violet Red #E26E91
Tints of Pale Violet Red #E26E91
RGB
CMYK
RGB Variations
Color information
#E26E91 (or 0xE26E91) is known color: Pale Violet Red. HEX triplet: E2, 6E and 91. RGB value is (226,110,145). Sum of RGB (Red+Green+Blue) = 226+110+145=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26E91 is #1D916E. Grayscale: #949494. Windows color (decimal): -1937775 or 9531106. OLE color: 9531106.
HSL color Cylindrical-coordinate representation of color #E26E91: hue angle of 341.9º 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 #E26E91 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 145 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.11 |
| HSL | 341.9º | 0.67% | 0.66% | - |
| HSV(B) | 341.9º | 0.51% | 0.89% | - |
| XYZ | 42.05 | 29.36 | 30.24 | - |
| YUV | 148.67 | 125.93 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 145 | 0 | 0.51 | 0.36 | 0.11 | 341.9 | 0.67 | 0.66 |
| Hex | E2 | 6E | 91 | 0 | 33 | 24 | B | 156 | 43 | 42 |
| Octal | 342 | 156 | 221 | 0 | 63 | 44 | 13 | 526 | 103 | 102 |
| Binary | 11100010 | 1101110 | 10010001 | 0 | 110011 | 100100 | 1011 | 101010110 | 1000011 | 1000010 |
Color Harmonies of #E26E91
Complementary color
Monochromatic Colors of #E26E91
Black with #E26E91
Text Example
Text Example
White with #E26E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E91; }
p { color: rgb(226,110,145); }
H1.HeaderClassName
{
color: #E26E91;
}
.AnyTagClassName
{
color: #E26E91;
}
</style>
background-color css
<style>
a { background-color: #E26E91; }
a { background-color: rgb(226,110,145); }
div.DivClassName
{
background-color: #E26E91;
}
.BgClassName
{
background-color: #E26E91;
}
</style>
border-color css
<style>
span { border-color: #E26E91; }
span { border-color: rgb(226,110,145); }
td.TdClassName
{
border-color: #E26E91;
}
.TagClassName
{
border-color: #E26E91;
}
</style>