Shades of Pale Violet Red #E26F96
Tints of Pale Violet Red #E26F96
RGB
CMYK
RGB Variations
Color information
#E26F96 (or 0xE26F96) is known color: Pale Violet Red. HEX triplet: E2, 6F and 96. RGB value is (226,111,150). Sum of RGB (Red+Green+Blue) = 226+111+150=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26F96 is #1D9069. Grayscale: #959595. Windows color (decimal): -1937514 or 9859042. OLE color: 9859042.
HSL color Cylindrical-coordinate representation of color #E26F96: hue angle of 339.65º 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 #E26F96 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 150 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.11 |
| HSL | 339.65º | 0.66% | 0.66% | - |
| HSV(B) | 339.65º | 0.51% | 0.89% | - |
| XYZ | 42.55 | 29.74 | 32.35 | - |
| YUV | 149.83 | 128.1 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 150 | 0 | 0.51 | 0.34 | 0.11 | 339.65 | 0.66 | 0.66 |
| Hex | E2 | 6F | 96 | 0 | 33 | 22 | B | 154 | 42 | 42 |
| Octal | 342 | 157 | 226 | 0 | 63 | 42 | 13 | 524 | 102 | 102 |
| Binary | 11100010 | 1101111 | 10010110 | 0 | 110011 | 100010 | 1011 | 101010100 | 1000010 | 1000010 |
Color Harmonies of #E26F96
Complementary color
Monochromatic Colors of #E26F96
Black with #E26F96
Text Example
Text Example
White with #E26F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F96; }
p { color: rgb(226,111,150); }
H1.HeaderClassName
{
color: #E26F96;
}
.AnyTagClassName
{
color: #E26F96;
}
</style>
background-color css
<style>
a { background-color: #E26F96; }
a { background-color: rgb(226,111,150); }
div.DivClassName
{
background-color: #E26F96;
}
.BgClassName
{
background-color: #E26F96;
}
</style>
border-color css
<style>
span { border-color: #E26F96; }
span { border-color: rgb(226,111,150); }
td.TdClassName
{
border-color: #E26F96;
}
.TagClassName
{
border-color: #E26F96;
}
</style>