Shades of Pale Violet Red #E26A99
Tints of Pale Violet Red #E26A99
RGB
CMYK
RGB Variations
Color information
#E26A99 (or 0xE26A99) is known color: Pale Violet Red. HEX triplet: E2, 6A and 99. RGB value is (226,106,153). Sum of RGB (Red+Green+Blue) = 226+106+153=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26A99 is #1D9566. Grayscale: #939393. Windows color (decimal): -1938791 or 10054370. OLE color: 10054370.
HSL color Cylindrical-coordinate representation of color #E26A99: hue angle of 336.5º 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 #E26A99 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 153 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.11 |
| HSL | 336.5º | 0.67% | 0.65% | - |
| HSV(B) | 336.5º | 0.53% | 0.89% | - |
| XYZ | 42.27 | 28.78 | 33.46 | - |
| YUV | 147.24 | 131.26 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 153 | 0 | 0.53 | 0.32 | 0.11 | 336.5 | 0.67 | 0.65 |
| Hex | E2 | 6A | 99 | 0 | 35 | 20 | B | 150 | 43 | 41 |
| Octal | 342 | 152 | 231 | 0 | 65 | 40 | 13 | 520 | 103 | 101 |
| Binary | 11100010 | 1101010 | 10011001 | 0 | 110101 | 100000 | 1011 | 101010000 | 1000011 | 1000001 |
Color Harmonies of #E26A99
Complementary color
Monochromatic Colors of #E26A99
Black with #E26A99
Text Example
Text Example
White with #E26A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26A99; }
p { color: rgb(226,106,153); }
H1.HeaderClassName
{
color: #E26A99;
}
.AnyTagClassName
{
color: #E26A99;
}
</style>
background-color css
<style>
a { background-color: #E26A99; }
a { background-color: rgb(226,106,153); }
div.DivClassName
{
background-color: #E26A99;
}
.BgClassName
{
background-color: #E26A99;
}
</style>
border-color css
<style>
span { border-color: #E26A99; }
span { border-color: rgb(226,106,153); }
td.TdClassName
{
border-color: #E26A99;
}
.TagClassName
{
border-color: #E26A99;
}
</style>