Shades of Deep Blush #E26A84
Tints of Deep Blush #E26A84
RGB
CMYK
RGB Variations
Color information
#E26A84 (or 0xE26A84) is known color: Deep Blush. HEX triplet: E2, 6A and 84. RGB value is (226,106,132). Sum of RGB (Red+Green+Blue) = 226+106+132=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26A84 is #1D957B. Grayscale: #909090. Windows color (decimal): -1938812 or 8678114. OLE color: 8678114.
HSL color Cylindrical-coordinate representation of color #E26A84: hue angle of 347º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E26A84 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 132 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.11 |
| HSL | 347º | 0.67% | 0.65% | - |
| HSV(B) | 347º | 0.53% | 0.89% | - |
| XYZ | 40.68 | 28.14 | 25.12 | - |
| YUV | 144.84 | 120.76 | 185.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 132 | 0 | 0.53 | 0.42 | 0.11 | 347 | 0.67 | 0.65 |
| Hex | E2 | 6A | 84 | 0 | 35 | 2A | B | 15B | 43 | 41 |
| Octal | 342 | 152 | 204 | 0 | 65 | 52 | 13 | 533 | 103 | 101 |
| Binary | 11100010 | 1101010 | 10000100 | 0 | 110101 | 101010 | 1011 | 101011011 | 1000011 | 1000001 |
Color Harmonies of #E26A84
Complementary color
Monochromatic Colors of #E26A84
Black with #E26A84
Text Example
Text Example
White with #E26A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26A84; }
p { color: rgb(226,106,132); }
H1.HeaderClassName
{
color: #E26A84;
}
.AnyTagClassName
{
color: #E26A84;
}
</style>
background-color css
<style>
a { background-color: #E26A84; }
a { background-color: rgb(226,106,132); }
div.DivClassName
{
background-color: #E26A84;
}
.BgClassName
{
background-color: #E26A84;
}
</style>
border-color css
<style>
span { border-color: #E26A84; }
span { border-color: rgb(226,106,132); }
td.TdClassName
{
border-color: #E26A84;
}
.TagClassName
{
border-color: #E26A84;
}
</style>