Shades of Deep Blush #E26D8B
Tints of Deep Blush #E26D8B
RGB
CMYK
RGB Variations
Color information
#E26D8B (or 0xE26D8B) is known color: Deep Blush. HEX triplet: E2, 6D and 8B. RGB value is (226,109,139). Sum of RGB (Red+Green+Blue) = 226+109+139=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E26D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26D8B is #1D9274. Grayscale: #939393. Windows color (decimal): -1938037 or 9137634. OLE color: 9137634.
HSL color Cylindrical-coordinate representation of color #E26D8B: hue angle of 344.62º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E26D8B is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 109 | 139 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.11 |
| HSL | 344.62º | 0.67% | 0.66% | - |
| HSV(B) | 344.62º | 0.52% | 0.89% | - |
| XYZ | 41.49 | 28.97 | 27.83 | - |
| YUV | 147.4 | 123.26 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 109 | 139 | 0 | 0.52 | 0.38 | 0.11 | 344.62 | 0.67 | 0.66 |
| Hex | E2 | 6D | 8B | 0 | 34 | 26 | B | 159 | 43 | 42 |
| Octal | 342 | 155 | 213 | 0 | 64 | 46 | 13 | 531 | 103 | 102 |
| Binary | 11100010 | 1101101 | 10001011 | 0 | 110100 | 100110 | 1011 | 101011001 | 1000011 | 1000010 |
Color Harmonies of #E26D8B
Complementary color
Monochromatic Colors of #E26D8B
Black with #E26D8B
Text Example
Text Example
White with #E26D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26D8B; }
p { color: rgb(226,109,139); }
H1.HeaderClassName
{
color: #E26D8B;
}
.AnyTagClassName
{
color: #E26D8B;
}
</style>
background-color css
<style>
a { background-color: #E26D8B; }
a { background-color: rgb(226,109,139); }
div.DivClassName
{
background-color: #E26D8B;
}
.BgClassName
{
background-color: #E26D8B;
}
</style>
border-color css
<style>
span { border-color: #E26D8B; }
span { border-color: rgb(226,109,139); }
td.TdClassName
{
border-color: #E26D8B;
}
.TagClassName
{
border-color: #E26D8B;
}
</style>