Shades of Deep Blush #E26A83
Tints of Deep Blush #E26A83
RGB
CMYK
RGB Variations
Color information
#E26A83 (or 0xE26A83) is known color: Deep Blush. HEX triplet: E2, 6A and 83. RGB value is (226,106,131). Sum of RGB (Red+Green+Blue) = 226+106+131=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E26A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26A83 is #1D957C. Grayscale: #909090. Windows color (decimal): -1938813 or 8612578. OLE color: 8612578.
HSL color Cylindrical-coordinate representation of color #E26A83: hue angle of 347.5º 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 #E26A83 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 106 | 131 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.11 |
| HSL | 347.5º | 0.67% | 0.65% | - |
| HSV(B) | 347.5º | 0.53% | 0.89% | - |
| XYZ | 40.61 | 28.12 | 24.76 | - |
| YUV | 144.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 106 | 131 | 0 | 0.53 | 0.42 | 0.11 | 347.5 | 0.67 | 0.65 |
| Hex | E2 | 6A | 83 | 0 | 35 | 2A | B | 15C | 43 | 41 |
| Octal | 342 | 152 | 203 | 0 | 65 | 52 | 13 | 534 | 103 | 101 |
| Binary | 11100010 | 1101010 | 10000011 | 0 | 110101 | 101010 | 1011 | 101011100 | 1000011 | 1000001 |
Color Harmonies of #E26A83
Complementary color
Monochromatic Colors of #E26A83
Black with #E26A83
Text Example
Text Example
White with #E26A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26A83; }
p { color: rgb(226,106,131); }
H1.HeaderClassName
{
color: #E26A83;
}
.AnyTagClassName
{
color: #E26A83;
}
</style>
background-color css
<style>
a { background-color: #E26A83; }
a { background-color: rgb(226,106,131); }
div.DivClassName
{
background-color: #E26A83;
}
.BgClassName
{
background-color: #E26A83;
}
</style>
border-color css
<style>
span { border-color: #E26A83; }
span { border-color: rgb(226,106,131); }
td.TdClassName
{
border-color: #E26A83;
}
.TagClassName
{
border-color: #E26A83;
}
</style>