Shades of Deep Blush #E26A89
Tints of Deep Blush #E26A89
RGB
CMYK
RGB Variations
Color information
#E26A89 (or 0xE26A89) is known color: Deep Blush. HEX triplet: E2, 6A and 89. RGB value is (226,106,137). Sum of RGB (Red+Green+Blue) = 226+106+137=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26A89 is #1D9576. Grayscale: #919191. Windows color (decimal): -1938807 or 9005794. OLE color: 9005794.
HSL color Cylindrical-coordinate representation of color #E26A89: hue angle of 344.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 #E26A89 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 137 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.11 |
| HSL | 344.5º | 0.67% | 0.65% | - |
| HSV(B) | 344.5º | 0.53% | 0.89% | - |
| XYZ | 41.03 | 28.28 | 26.96 | - |
| YUV | 145.41 | 123.26 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 137 | 0 | 0.53 | 0.39 | 0.11 | 344.5 | 0.67 | 0.65 |
| Hex | E2 | 6A | 89 | 0 | 35 | 27 | B | 158 | 43 | 41 |
| Octal | 342 | 152 | 211 | 0 | 65 | 47 | 13 | 530 | 103 | 101 |
| Binary | 11100010 | 1101010 | 10001001 | 0 | 110101 | 100111 | 1011 | 101011000 | 1000011 | 1000001 |
Color Harmonies of #E26A89
Complementary color
Monochromatic Colors of #E26A89
Black with #E26A89
Text Example
Text Example
White with #E26A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26A89; }
p { color: rgb(226,106,137); }
H1.HeaderClassName
{
color: #E26A89;
}
.AnyTagClassName
{
color: #E26A89;
}
</style>
background-color css
<style>
a { background-color: #E26A89; }
a { background-color: rgb(226,106,137); }
div.DivClassName
{
background-color: #E26A89;
}
.BgClassName
{
background-color: #E26A89;
}
</style>
border-color css
<style>
span { border-color: #E26A89; }
span { border-color: rgb(226,106,137); }
td.TdClassName
{
border-color: #E26A89;
}
.TagClassName
{
border-color: #E26A89;
}
</style>