Shades of Pale Violet Red #E26B9E
Tints of Pale Violet Red #E26B9E
RGB
CMYK
RGB Variations
Color information
#E26B9E (or 0xE26B9E) is known color: Pale Violet Red. HEX triplet: E2, 6B and 9E. RGB value is (226,107,158). Sum of RGB (Red+Green+Blue) = 226+107+158=491 (65% of max value = 765). Red value is 226 (88.67% from 255 or 46.03% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26B9E is #1D9461. Grayscale: #949494. Windows color (decimal): -1938530 or 10382306. OLE color: 10382306.
HSL color Cylindrical-coordinate representation of color #E26B9E: hue angle of 334.29º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26B9E is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 107 | 158 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.11 |
| HSL | 334.29º | 0.67% | 0.65% | - |
| HSV(B) | 334.29º | 0.53% | 0.89% | - |
| XYZ | 42.79 | 29.15 | 35.72 | - |
| YUV | 148.4 | 133.42 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 158 | 0 | 0.53 | 0.30 | 0.11 | 334.29 | 0.67 | 0.65 |
| Hex | E2 | 6B | 9E | 0 | 35 | 1E | B | 14E | 43 | 41 |
| Octal | 342 | 153 | 236 | 0 | 65 | 36 | 13 | 516 | 103 | 101 |
| Binary | 11100010 | 1101011 | 10011110 | 0 | 110101 | 11110 | 1011 | 101001110 | 1000011 | 1000001 |
Color Harmonies of #E26B9E
Complementary color
Monochromatic Colors of #E26B9E
Black with #E26B9E
Text Example
Text Example
White with #E26B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26B9E; }
p { color: rgb(226,107,158); }
H1.HeaderClassName
{
color: #E26B9E;
}
.AnyTagClassName
{
color: #E26B9E;
}
</style>
background-color css
<style>
a { background-color: #E26B9E; }
a { background-color: rgb(226,107,158); }
div.DivClassName
{
background-color: #E26B9E;
}
.BgClassName
{
background-color: #E26B9E;
}
</style>
border-color css
<style>
span { border-color: #E26B9E; }
span { border-color: rgb(226,107,158); }
td.TdClassName
{
border-color: #E26B9E;
}
.TagClassName
{
border-color: #E26B9E;
}
</style>