Shades of Deep Blush #E26889
Tints of Deep Blush #E26889
RGB
CMYK
RGB Variations
Color information
#E26889 (or 0xE26889) is known color: Deep Blush. HEX triplet: E2, 68 and 89. RGB value is (226,104,137). Sum of RGB (Red+Green+Blue) = 226+104+137=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 226 - color contains mainly: red. Hex color #E26889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26889 is #1D9776. Grayscale: #909090. Windows color (decimal): -1939319 or 9005282. OLE color: 9005282.
HSL color Cylindrical-coordinate representation of color #E26889: hue angle of 343.77º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E26889 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 137 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.11 |
| HSL | 343.77º | 0.68% | 0.65% | - |
| HSV(B) | 343.77º | 0.54% | 0.89% | - |
| XYZ | 40.83 | 27.88 | 26.9 | - |
| YUV | 144.24 | 123.92 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 137 | 0 | 0.54 | 0.39 | 0.11 | 343.77 | 0.68 | 0.65 |
| Hex | E2 | 68 | 89 | 0 | 36 | 27 | B | 158 | 44 | 41 |
| Octal | 342 | 150 | 211 | 0 | 66 | 47 | 13 | 530 | 104 | 101 |
| Binary | 11100010 | 1101000 | 10001001 | 0 | 110110 | 100111 | 1011 | 101011000 | 1000100 | 1000001 |
Color Harmonies of #E26889
Complementary color
Monochromatic Colors of #E26889
Black with #E26889
Text Example
Text Example
White with #E26889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26889; }
p { color: rgb(226,104,137); }
H1.HeaderClassName
{
color: #E26889;
}
.AnyTagClassName
{
color: #E26889;
}
</style>
background-color css
<style>
a { background-color: #E26889; }
a { background-color: rgb(226,104,137); }
div.DivClassName
{
background-color: #E26889;
}
.BgClassName
{
background-color: #E26889;
}
</style>
border-color css
<style>
span { border-color: #E26889; }
span { border-color: rgb(226,104,137); }
td.TdClassName
{
border-color: #E26889;
}
.TagClassName
{
border-color: #E26889;
}
</style>