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