Shades of Deep Blush #E26E80
Tints of Deep Blush #E26E80
RGB
CMYK
RGB Variations
Color information
#E26E80 (or 0xE26E80) is known color: Deep Blush. HEX triplet: E2, 6E and 80. RGB value is (226,110,128). Sum of RGB (Red+Green+Blue) = 226+110+128=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26E80 is #1D917F. Grayscale: #929292. Windows color (decimal): -1937792 or 8416994. OLE color: 8416994.
HSL color Cylindrical-coordinate representation of color #E26E80: hue angle of 350.69º degrees, saturation: 0.67, 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 #E26E80 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 128 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.11 |
| HSL | 350.69º | 0.67% | 0.66% | - |
| HSV(B) | 350.69º | 0.51% | 0.89% | - |
| XYZ | 40.84 | 28.88 | 23.84 | - |
| YUV | 146.74 | 117.43 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 128 | 0 | 0.51 | 0.43 | 0.11 | 350.69 | 0.67 | 0.66 |
| Hex | E2 | 6E | 80 | 0 | 33 | 2B | B | 15F | 43 | 42 |
| Octal | 342 | 156 | 200 | 0 | 63 | 53 | 13 | 537 | 103 | 102 |
| Binary | 11100010 | 1101110 | 10000000 | 0 | 110011 | 101011 | 1011 | 101011111 | 1000011 | 1000010 |
Color Harmonies of #E26E80
Complementary color
Monochromatic Colors of #E26E80
Black with #E26E80
Text Example
Text Example
White with #E26E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E80; }
p { color: rgb(226,110,128); }
H1.HeaderClassName
{
color: #E26E80;
}
.AnyTagClassName
{
color: #E26E80;
}
</style>
background-color css
<style>
a { background-color: #E26E80; }
a { background-color: rgb(226,110,128); }
div.DivClassName
{
background-color: #E26E80;
}
.BgClassName
{
background-color: #E26E80;
}
</style>
border-color css
<style>
span { border-color: #E26E80; }
span { border-color: rgb(226,110,128); }
td.TdClassName
{
border-color: #E26E80;
}
.TagClassName
{
border-color: #E26E80;
}
</style>