Shades of Deep Blush #E26888
Tints of Deep Blush #E26888
RGB
CMYK
RGB Variations
Color information
#E26888 (or 0xE26888) is known color: Deep Blush. HEX triplet: E2, 68 and 88. RGB value is (226,104,136). Sum of RGB (Red+Green+Blue) = 226+104+136=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E26888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26888 is #1D9777. Grayscale: #909090. Windows color (decimal): -1939320 or 8939746. OLE color: 8939746.
HSL color Cylindrical-coordinate representation of color #E26888: hue angle of 344.26º 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 #E26888 is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 136 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.11 |
| HSL | 344.26º | 0.68% | 0.65% | - |
| HSV(B) | 344.26º | 0.54% | 0.89% | - |
| XYZ | 40.76 | 27.85 | 26.52 | - |
| YUV | 144.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 136 | 0 | 0.54 | 0.40 | 0.11 | 344.26 | 0.68 | 0.65 |
| Hex | E2 | 68 | 88 | 0 | 36 | 28 | B | 158 | 44 | 41 |
| Octal | 342 | 150 | 210 | 0 | 66 | 50 | 13 | 530 | 104 | 101 |
| Binary | 11100010 | 1101000 | 10001000 | 0 | 110110 | 101000 | 1011 | 101011000 | 1000100 | 1000001 |
Color Harmonies of #E26888
Complementary color
Monochromatic Colors of #E26888
Black with #E26888
Text Example
Text Example
White with #E26888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26888; }
p { color: rgb(226,104,136); }
H1.HeaderClassName
{
color: #E26888;
}
.AnyTagClassName
{
color: #E26888;
}
</style>
background-color css
<style>
a { background-color: #E26888; }
a { background-color: rgb(226,104,136); }
div.DivClassName
{
background-color: #E26888;
}
.BgClassName
{
background-color: #E26888;
}
</style>
border-color css
<style>
span { border-color: #E26888; }
span { border-color: rgb(226,104,136); }
td.TdClassName
{
border-color: #E26888;
}
.TagClassName
{
border-color: #E26888;
}
</style>