Shades of Pale Violet Red #E26B9B
Tints of Pale Violet Red #E26B9B
RGB
CMYK
RGB Variations
Color information
#E26B9B (or 0xE26B9B) is known color: Pale Violet Red. HEX triplet: E2, 6B and 9B. RGB value is (226,107,155). Sum of RGB (Red+Green+Blue) = 226+107+155=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E26B9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26B9B is #1D9464. Grayscale: #939393. Windows color (decimal): -1938533 or 10185698. OLE color: 10185698.
HSL color Cylindrical-coordinate representation of color #E26B9B: hue angle of 335.8º 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 #E26B9B is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 107 | 155 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.11 |
| HSL | 335.8º | 0.67% | 0.65% | - |
| HSV(B) | 335.8º | 0.53% | 0.89% | - |
| XYZ | 42.54 | 29.05 | 34.38 | - |
| YUV | 148.05 | 131.92 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 107 | 155 | 0 | 0.53 | 0.31 | 0.11 | 335.8 | 0.67 | 0.65 |
| Hex | E2 | 6B | 9B | 0 | 35 | 1F | B | 150 | 43 | 41 |
| Octal | 342 | 153 | 233 | 0 | 65 | 37 | 13 | 520 | 103 | 101 |
| Binary | 11100010 | 1101011 | 10011011 | 0 | 110101 | 11111 | 1011 | 101010000 | 1000011 | 1000001 |
Color Harmonies of #E26B9B
Complementary color
Monochromatic Colors of #E26B9B
Black with #E26B9B
Text Example
Text Example
White with #E26B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26B9B; }
p { color: rgb(226,107,155); }
H1.HeaderClassName
{
color: #E26B9B;
}
.AnyTagClassName
{
color: #E26B9B;
}
</style>
background-color css
<style>
a { background-color: #E26B9B; }
a { background-color: rgb(226,107,155); }
div.DivClassName
{
background-color: #E26B9B;
}
.BgClassName
{
background-color: #E26B9B;
}
</style>
border-color css
<style>
span { border-color: #E26B9B; }
span { border-color: rgb(226,107,155); }
td.TdClassName
{
border-color: #E26B9B;
}
.TagClassName
{
border-color: #E26B9B;
}
</style>