Shades of Deep Blush #E26686
Tints of Deep Blush #E26686
RGB
CMYK
RGB Variations
Color information
#E26686 (or 0xE26686) is known color: Deep Blush. HEX triplet: E2, 66 and 86. RGB value is (226,102,134). Sum of RGB (Red+Green+Blue) = 226+102+134=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E26686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26686 is #1D9979. Grayscale: #8E8E8E. Windows color (decimal): -1939834 or 8808162. OLE color: 8808162.
HSL color Cylindrical-coordinate representation of color #E26686: hue angle of 344.52º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E26686 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 134 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.11 |
| HSL | 344.52º | 0.68% | 0.64% | - |
| HSV(B) | 344.52º | 0.55% | 0.89% | - |
| XYZ | 40.42 | 27.39 | 25.71 | - |
| YUV | 142.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 134 | 0 | 0.55 | 0.41 | 0.11 | 344.52 | 0.68 | 0.64 |
| Hex | E2 | 66 | 86 | 0 | 37 | 29 | B | 159 | 44 | 40 |
| Octal | 342 | 146 | 206 | 0 | 67 | 51 | 13 | 531 | 104 | 100 |
| Binary | 11100010 | 1100110 | 10000110 | 0 | 110111 | 101001 | 1011 | 101011001 | 1000100 | 1000000 |
Color Harmonies of #E26686
Complementary color
Monochromatic Colors of #E26686
Black with #E26686
Text Example
Text Example
White with #E26686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26686; }
p { color: rgb(226,102,134); }
H1.HeaderClassName
{
color: #E26686;
}
.AnyTagClassName
{
color: #E26686;
}
</style>
background-color css
<style>
a { background-color: #E26686; }
a { background-color: rgb(226,102,134); }
div.DivClassName
{
background-color: #E26686;
}
.BgClassName
{
background-color: #E26686;
}
</style>
border-color css
<style>
span { border-color: #E26686; }
span { border-color: rgb(226,102,134); }
td.TdClassName
{
border-color: #E26686;
}
.TagClassName
{
border-color: #E26686;
}
</style>