Shades of Deep Blush #E2688F
Tints of Deep Blush #E2688F
RGB
CMYK
RGB Variations
Color information
#E2688F (or 0xE2688F) is known color: Deep Blush. HEX triplet: E2, 68 and 8F. RGB value is (226,104,143). Sum of RGB (Red+Green+Blue) = 226+104+143=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E2688F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2688F is #1D9770. Grayscale: #909090. Windows color (decimal): -1939313 or 9398498. OLE color: 9398498.
HSL color Cylindrical-coordinate representation of color #E2688F: hue angle of 340.82º 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 #E2688F is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 143 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.11 |
| HSL | 340.82º | 0.68% | 0.65% | - |
| HSV(B) | 340.82º | 0.54% | 0.89% | - |
| XYZ | 41.27 | 28.05 | 29.23 | - |
| YUV | 144.92 | 126.92 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 143 | 0 | 0.54 | 0.37 | 0.11 | 340.82 | 0.68 | 0.65 |
| Hex | E2 | 68 | 8F | 0 | 36 | 25 | B | 155 | 44 | 41 |
| Octal | 342 | 150 | 217 | 0 | 66 | 45 | 13 | 525 | 104 | 101 |
| Binary | 11100010 | 1101000 | 10001111 | 0 | 110110 | 100101 | 1011 | 101010101 | 1000100 | 1000001 |
Color Harmonies of #E2688F
Complementary color
Monochromatic Colors of #E2688F
Black with #E2688F
Text Example
Text Example
White with #E2688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2688F; }
p { color: rgb(226,104,143); }
H1.HeaderClassName
{
color: #E2688F;
}
.AnyTagClassName
{
color: #E2688F;
}
</style>
background-color css
<style>
a { background-color: #E2688F; }
a { background-color: rgb(226,104,143); }
div.DivClassName
{
background-color: #E2688F;
}
.BgClassName
{
background-color: #E2688F;
}
</style>
border-color css
<style>
span { border-color: #E2688F; }
span { border-color: rgb(226,104,143); }
td.TdClassName
{
border-color: #E2688F;
}
.TagClassName
{
border-color: #E2688F;
}
</style>