Shades of Deep Blush #E26984
Tints of Deep Blush #E26984
RGB
CMYK
RGB Variations
Color information
#E26984 (or 0xE26984) is known color: Deep Blush. HEX triplet: E2, 69 and 84. RGB value is (226,105,132). Sum of RGB (Red+Green+Blue) = 226+105+132=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E26984 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26984 is #1D967B. Grayscale: #909090. Windows color (decimal): -1939068 or 8677858. OLE color: 8677858.
HSL color Cylindrical-coordinate representation of color #E26984: hue angle of 346.61º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E26984 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 132 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.11 |
| HSL | 346.61º | 0.68% | 0.65% | - |
| HSV(B) | 346.61º | 0.54% | 0.89% | - |
| XYZ | 40.58 | 27.94 | 25.08 | - |
| YUV | 144.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 132 | 0 | 0.54 | 0.42 | 0.11 | 346.61 | 0.68 | 0.65 |
| Hex | E2 | 69 | 84 | 0 | 36 | 2A | B | 15B | 44 | 41 |
| Octal | 342 | 151 | 204 | 0 | 66 | 52 | 13 | 533 | 104 | 101 |
| Binary | 11100010 | 1101001 | 10000100 | 0 | 110110 | 101010 | 1011 | 101011011 | 1000100 | 1000001 |
Color Harmonies of #E26984
Complementary color
Monochromatic Colors of #E26984
Black with #E26984
Text Example
Text Example
White with #E26984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26984; }
p { color: rgb(226,105,132); }
H1.HeaderClassName
{
color: #E26984;
}
.AnyTagClassName
{
color: #E26984;
}
</style>
background-color css
<style>
a { background-color: #E26984; }
a { background-color: rgb(226,105,132); }
div.DivClassName
{
background-color: #E26984;
}
.BgClassName
{
background-color: #E26984;
}
</style>
border-color css
<style>
span { border-color: #E26984; }
span { border-color: rgb(226,105,132); }
td.TdClassName
{
border-color: #E26984;
}
.TagClassName
{
border-color: #E26984;
}
</style>