Shades of Pale Violet Red #E26EA7
Tints of Pale Violet Red #E26EA7
RGB
CMYK
RGB Variations
Color information
#E26EA7 (or 0xE26EA7) is known color: Pale Violet Red. HEX triplet: E2, 6E and A7. RGB value is (226,110,167). Sum of RGB (Red+Green+Blue) = 226+110+167=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 226 - color contains mainly: red. Hex color #E26EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26EA7 is #1D9158. Grayscale: #979797. Windows color (decimal): -1937753 or 10972898. OLE color: 10972898.
HSL color Cylindrical-coordinate representation of color #E26EA7: hue angle of 330.52º 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 #E26EA7 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 167 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.11 |
| HSL | 330.52º | 0.67% | 0.66% | - |
| HSV(B) | 330.52º | 0.51% | 0.89% | - |
| XYZ | 43.92 | 30.11 | 40.06 | - |
| YUV | 151.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 167 | 0 | 0.51 | 0.26 | 0.11 | 330.52 | 0.67 | 0.66 |
| Hex | E2 | 6E | A7 | 0 | 33 | 1A | B | 14B | 43 | 42 |
| Octal | 342 | 156 | 247 | 0 | 63 | 32 | 13 | 513 | 103 | 102 |
| Binary | 11100010 | 1101110 | 10100111 | 0 | 110011 | 11010 | 1011 | 101001011 | 1000011 | 1000010 |
Color Harmonies of #E26EA7
Complementary color
Monochromatic Colors of #E26EA7
Black with #E26EA7
Text Example
Text Example
White with #E26EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26EA7; }
p { color: rgb(226,110,167); }
H1.HeaderClassName
{
color: #E26EA7;
}
.AnyTagClassName
{
color: #E26EA7;
}
</style>
background-color css
<style>
a { background-color: #E26EA7; }
a { background-color: rgb(226,110,167); }
div.DivClassName
{
background-color: #E26EA7;
}
.BgClassName
{
background-color: #E26EA7;
}
</style>
border-color css
<style>
span { border-color: #E26EA7; }
span { border-color: rgb(226,110,167); }
td.TdClassName
{
border-color: #E26EA7;
}
.TagClassName
{
border-color: #E26EA7;
}
</style>