Shades of Pale Violet Red #E26E9E
Tints of Pale Violet Red #E26E9E
RGB
CMYK
RGB Variations
Color information
#E26E9E (or 0xE26E9E) is known color: Pale Violet Red. HEX triplet: E2, 6E and 9E. RGB value is (226,110,158). Sum of RGB (Red+Green+Blue) = 226+110+158=494 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.75% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26E9E is #1D9161. Grayscale: #969696. Windows color (decimal): -1937762 or 10383074. OLE color: 10383074.
HSL color Cylindrical-coordinate representation of color #E26E9E: hue angle of 335.17º 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 #E26E9E is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 158 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.11 |
| HSL | 335.17º | 0.67% | 0.66% | - |
| HSV(B) | 335.17º | 0.51% | 0.89% | - |
| XYZ | 43.11 | 29.79 | 35.83 | - |
| YUV | 150.16 | 132.43 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 158 | 0 | 0.51 | 0.30 | 0.11 | 335.17 | 0.67 | 0.66 |
| Hex | E2 | 6E | 9E | 0 | 33 | 1E | B | 14F | 43 | 42 |
| Octal | 342 | 156 | 236 | 0 | 63 | 36 | 13 | 517 | 103 | 102 |
| Binary | 11100010 | 1101110 | 10011110 | 0 | 110011 | 11110 | 1011 | 101001111 | 1000011 | 1000010 |
Color Harmonies of #E26E9E
Complementary color
Monochromatic Colors of #E26E9E
Black with #E26E9E
Text Example
Text Example
White with #E26E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E9E; }
p { color: rgb(226,110,158); }
H1.HeaderClassName
{
color: #E26E9E;
}
.AnyTagClassName
{
color: #E26E9E;
}
</style>
background-color css
<style>
a { background-color: #E26E9E; }
a { background-color: rgb(226,110,158); }
div.DivClassName
{
background-color: #E26E9E;
}
.BgClassName
{
background-color: #E26E9E;
}
</style>
border-color css
<style>
span { border-color: #E26E9E; }
span { border-color: rgb(226,110,158); }
td.TdClassName
{
border-color: #E26E9E;
}
.TagClassName
{
border-color: #E26E9E;
}
</style>