Shades of Deep Blush #E26588
Tints of Deep Blush #E26588
RGB
CMYK
RGB Variations
Color information
#E26588 (or 0xE26588) is known color: Deep Blush. HEX triplet: E2, 65 and 88. RGB value is (226,101,136). Sum of RGB (Red+Green+Blue) = 226+101+136=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E26588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26588 is #1D9A77. Grayscale: #8E8E8E. Windows color (decimal): -1940088 or 8938978. OLE color: 8938978.
HSL color Cylindrical-coordinate representation of color #E26588: hue angle of 343.2º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E26588 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 136 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.11 |
| HSL | 343.2º | 0.68% | 0.64% | - |
| HSV(B) | 343.2º | 0.55% | 0.89% | - |
| XYZ | 40.46 | 27.25 | 26.42 | - |
| YUV | 142.37 | 124.41 | 187.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 136 | 0 | 0.55 | 0.40 | 0.11 | 343.2 | 0.68 | 0.64 |
| Hex | E2 | 65 | 88 | 0 | 37 | 28 | B | 157 | 44 | 40 |
| Octal | 342 | 145 | 210 | 0 | 67 | 50 | 13 | 527 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10001000 | 0 | 110111 | 101000 | 1011 | 101010111 | 1000100 | 1000000 |
Color Harmonies of #E26588
Complementary color
Monochromatic Colors of #E26588
Black with #E26588
Text Example
Text Example
White with #E26588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26588; }
p { color: rgb(226,101,136); }
H1.HeaderClassName
{
color: #E26588;
}
.AnyTagClassName
{
color: #E26588;
}
</style>
background-color css
<style>
a { background-color: #E26588; }
a { background-color: rgb(226,101,136); }
div.DivClassName
{
background-color: #E26588;
}
.BgClassName
{
background-color: #E26588;
}
</style>
border-color css
<style>
span { border-color: #E26588; }
span { border-color: rgb(226,101,136); }
td.TdClassName
{
border-color: #E26588;
}
.TagClassName
{
border-color: #E26588;
}
</style>