Shades of Deep Blush #E26389
Tints of Deep Blush #E26389
RGB
CMYK
RGB Variations
Color information
#E26389 (or 0xE26389) is known color: Deep Blush. HEX triplet: E2, 63 and 89. RGB value is (226,99,137). Sum of RGB (Red+Green+Blue) = 226+99+137=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E26389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26389 is #1D9C76. Grayscale: #8D8D8D. Windows color (decimal): -1940599 or 9004002. OLE color: 9004002.
HSL color Cylindrical-coordinate representation of color #E26389: hue angle of 342.05º degrees, saturation: 0.69, 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 #E26389 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 137 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.11 |
| HSL | 342.05º | 0.69% | 0.64% | - |
| HSV(B) | 342.05º | 0.56% | 0.89% | - |
| XYZ | 40.34 | 26.9 | 26.73 | - |
| YUV | 141.31 | 125.58 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 137 | 0 | 0.56 | 0.39 | 0.11 | 342.05 | 0.69 | 0.64 |
| Hex | E2 | 63 | 89 | 0 | 38 | 27 | B | 156 | 45 | 40 |
| Octal | 342 | 143 | 211 | 0 | 70 | 47 | 13 | 526 | 105 | 100 |
| Binary | 11100010 | 1100011 | 10001001 | 0 | 111000 | 100111 | 1011 | 101010110 | 1000101 | 1000000 |
Color Harmonies of #E26389
Complementary color
Monochromatic Colors of #E26389
Black with #E26389
Text Example
Text Example
White with #E26389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26389; }
p { color: rgb(226,99,137); }
H1.HeaderClassName
{
color: #E26389;
}
.AnyTagClassName
{
color: #E26389;
}
</style>
background-color css
<style>
a { background-color: #E26389; }
a { background-color: rgb(226,99,137); }
div.DivClassName
{
background-color: #E26389;
}
.BgClassName
{
background-color: #E26389;
}
</style>
border-color css
<style>
span { border-color: #E26389; }
span { border-color: rgb(226,99,137); }
td.TdClassName
{
border-color: #E26389;
}
.TagClassName
{
border-color: #E26389;
}
</style>