Shades of Deep Blush #E26288
Tints of Deep Blush #E26288
RGB
CMYK
RGB Variations
Color information
#E26288 (or 0xE26288) is known color: Deep Blush. HEX triplet: E2, 62 and 88. RGB value is (226,98,136). Sum of RGB (Red+Green+Blue) = 226+98+136=460 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.13% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 226 - color contains mainly: red. Hex color #E26288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26288 is #1D9D77. Grayscale: #8C8C8C. Windows color (decimal): -1940856 or 8938210. OLE color: 8938210.
HSL color Cylindrical-coordinate representation of color #E26288: hue angle of 342.19º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E26288 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 98 | 136 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.11 |
| HSL | 342.19º | 0.69% | 0.64% | - |
| HSV(B) | 342.19º | 0.57% | 0.89% | - |
| XYZ | 40.18 | 26.68 | 26.33 | - |
| YUV | 140.6 | 125.41 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 98 | 136 | 0 | 0.57 | 0.40 | 0.11 | 342.19 | 0.69 | 0.64 |
| Hex | E2 | 62 | 88 | 0 | 39 | 28 | B | 156 | 45 | 40 |
| Octal | 342 | 142 | 210 | 0 | 71 | 50 | 13 | 526 | 105 | 100 |
| Binary | 11100010 | 1100010 | 10001000 | 0 | 111001 | 101000 | 1011 | 101010110 | 1000101 | 1000000 |
Color Harmonies of #E26288
Complementary color
Monochromatic Colors of #E26288
Black with #E26288
Text Example
Text Example
White with #E26288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26288; }
p { color: rgb(226,98,136); }
H1.HeaderClassName
{
color: #E26288;
}
.AnyTagClassName
{
color: #E26288;
}
</style>
background-color css
<style>
a { background-color: #E26288; }
a { background-color: rgb(226,98,136); }
div.DivClassName
{
background-color: #E26288;
}
.BgClassName
{
background-color: #E26288;
}
</style>
border-color css
<style>
span { border-color: #E26288; }
span { border-color: rgb(226,98,136); }
td.TdClassName
{
border-color: #E26288;
}
.TagClassName
{
border-color: #E26288;
}
</style>