Shades of Deep Blush #E26488
Tints of Deep Blush #E26488
RGB
CMYK
RGB Variations
Color information
#E26488 (or 0xE26488) is known color: Deep Blush. HEX triplet: E2, 64 and 88. RGB value is (226,100,136). Sum of RGB (Red+Green+Blue) = 226+100+136=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E26488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26488 is #1D9B77. Grayscale: #8D8D8D. Windows color (decimal): -1940344 or 8938722. OLE color: 8938722.
HSL color Cylindrical-coordinate representation of color #E26488: hue angle of 342.86º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E26488 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 100 | 136 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.11 |
| HSL | 342.86º | 0.68% | 0.64% | - |
| HSV(B) | 342.86º | 0.56% | 0.89% | - |
| XYZ | 40.37 | 27.06 | 26.39 | - |
| YUV | 141.78 | 124.74 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 100 | 136 | 0 | 0.56 | 0.40 | 0.11 | 342.86 | 0.68 | 0.64 |
| Hex | E2 | 64 | 88 | 0 | 38 | 28 | B | 157 | 44 | 40 |
| Octal | 342 | 144 | 210 | 0 | 70 | 50 | 13 | 527 | 104 | 100 |
| Binary | 11100010 | 1100100 | 10001000 | 0 | 111000 | 101000 | 1011 | 101010111 | 1000100 | 1000000 |
Color Harmonies of #E26488
Complementary color
Monochromatic Colors of #E26488
Black with #E26488
Text Example
Text Example
White with #E26488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26488; }
p { color: rgb(226,100,136); }
H1.HeaderClassName
{
color: #E26488;
}
.AnyTagClassName
{
color: #E26488;
}
</style>
background-color css
<style>
a { background-color: #E26488; }
a { background-color: rgb(226,100,136); }
div.DivClassName
{
background-color: #E26488;
}
.BgClassName
{
background-color: #E26488;
}
</style>
border-color css
<style>
span { border-color: #E26488; }
span { border-color: rgb(226,100,136); }
td.TdClassName
{
border-color: #E26488;
}
.TagClassName
{
border-color: #E26488;
}
</style>