Shades of Deep Blush #E26F88
Tints of Deep Blush #E26F88
RGB
CMYK
RGB Variations
Color information
#E26F88 (or 0xE26F88) is known color: Deep Blush. HEX triplet: E2, 6F and 88. RGB value is (226,111,136). Sum of RGB (Red+Green+Blue) = 226+111+136=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 136 (53.52% from 255 or 28.75% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E26F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26F88 is #1D9077. Grayscale: #949494. Windows color (decimal): -1937528 or 8941538. OLE color: 8941538.
HSL color Cylindrical-coordinate representation of color #E26F88: hue angle of 346.96º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E26F88 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 111 | 136 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.11 |
| HSL | 346.96º | 0.66% | 0.66% | - |
| HSV(B) | 346.96º | 0.51% | 0.89% | - |
| XYZ | 41.49 | 29.32 | 26.76 | - |
| YUV | 148.24 | 121.1 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 111 | 136 | 0 | 0.51 | 0.40 | 0.11 | 346.96 | 0.66 | 0.66 |
| Hex | E2 | 6F | 88 | 0 | 33 | 28 | B | 15B | 42 | 42 |
| Octal | 342 | 157 | 210 | 0 | 63 | 50 | 13 | 533 | 102 | 102 |
| Binary | 11100010 | 1101111 | 10001000 | 0 | 110011 | 101000 | 1011 | 101011011 | 1000010 | 1000010 |
Color Harmonies of #E26F88
Complementary color
Monochromatic Colors of #E26F88
Black with #E26F88
Text Example
Text Example
White with #E26F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26F88; }
p { color: rgb(226,111,136); }
H1.HeaderClassName
{
color: #E26F88;
}
.AnyTagClassName
{
color: #E26F88;
}
</style>
background-color css
<style>
a { background-color: #E26F88; }
a { background-color: rgb(226,111,136); }
div.DivClassName
{
background-color: #E26F88;
}
.BgClassName
{
background-color: #E26F88;
}
</style>
border-color css
<style>
span { border-color: #E26F88; }
span { border-color: rgb(226,111,136); }
td.TdClassName
{
border-color: #E26F88;
}
.TagClassName
{
border-color: #E26F88;
}
</style>