Shades of Pale Violet Red #E26F95
Tints of Pale Violet Red #E26F95
RGB
CMYK
RGB Variations
Color information
#E26F95 (or 0xE26F95) is known color: Pale Violet Red. HEX triplet: E2, 6F and 95. RGB value is (226,111,149). Sum of RGB (Red+Green+Blue) = 226+111+149=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26F95 is #1D906A. Grayscale: #959595. Windows color (decimal): -1937515 or 9793506. OLE color: 9793506.
HSL color Cylindrical-coordinate representation of color #E26F95: hue angle of 340.17º degrees, saturation: 0.66, 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 #E26F95 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 149 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.11 |
| HSL | 340.17º | 0.66% | 0.66% | - |
| HSV(B) | 340.17º | 0.51% | 0.89% | - |
| XYZ | 42.47 | 29.71 | 31.93 | - |
| YUV | 149.72 | 127.6 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 149 | 0 | 0.51 | 0.34 | 0.11 | 340.17 | 0.66 | 0.66 |
| Hex | E2 | 6F | 95 | 0 | 33 | 22 | B | 154 | 42 | 42 |
| Octal | 342 | 157 | 225 | 0 | 63 | 42 | 13 | 524 | 102 | 102 |
| Binary | 11100010 | 1101111 | 10010101 | 0 | 110011 | 100010 | 1011 | 101010100 | 1000010 | 1000010 |
Color Harmonies of #E26F95
Complementary color
Monochromatic Colors of #E26F95
Black with #E26F95
Text Example
Text Example
White with #E26F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F95; }
p { color: rgb(226,111,149); }
H1.HeaderClassName
{
color: #E26F95;
}
.AnyTagClassName
{
color: #E26F95;
}
</style>
background-color css
<style>
a { background-color: #E26F95; }
a { background-color: rgb(226,111,149); }
div.DivClassName
{
background-color: #E26F95;
}
.BgClassName
{
background-color: #E26F95;
}
</style>
border-color css
<style>
span { border-color: #E26F95; }
span { border-color: rgb(226,111,149); }
td.TdClassName
{
border-color: #E26F95;
}
.TagClassName
{
border-color: #E26F95;
}
</style>