Shades of Deep Blush #E2698B
Tints of Deep Blush #E2698B
RGB
CMYK
RGB Variations
Color information
#E2698B (or 0xE2698B) is known color: Deep Blush. HEX triplet: E2, 69 and 8B. RGB value is (226,105,139). Sum of RGB (Red+Green+Blue) = 226+105+139=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E2698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2698B is #1D9674. Grayscale: #919191. Windows color (decimal): -1939061 or 9136610. OLE color: 9136610.
HSL color Cylindrical-coordinate representation of color #E2698B: hue angle of 343.14º 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 #E2698B is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 139 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.11 |
| HSL | 343.14º | 0.68% | 0.65% | - |
| HSV(B) | 343.14º | 0.54% | 0.89% | - |
| XYZ | 41.08 | 28.14 | 27.69 | - |
| YUV | 145.06 | 124.59 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 139 | 0 | 0.54 | 0.38 | 0.11 | 343.14 | 0.68 | 0.65 |
| Hex | E2 | 69 | 8B | 0 | 36 | 26 | B | 157 | 44 | 41 |
| Octal | 342 | 151 | 213 | 0 | 66 | 46 | 13 | 527 | 104 | 101 |
| Binary | 11100010 | 1101001 | 10001011 | 0 | 110110 | 100110 | 1011 | 101010111 | 1000100 | 1000001 |
Color Harmonies of #E2698B
Complementary color
Monochromatic Colors of #E2698B
Black with #E2698B
Text Example
Text Example
White with #E2698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2698B; }
p { color: rgb(226,105,139); }
H1.HeaderClassName
{
color: #E2698B;
}
.AnyTagClassName
{
color: #E2698B;
}
</style>
background-color css
<style>
a { background-color: #E2698B; }
a { background-color: rgb(226,105,139); }
div.DivClassName
{
background-color: #E2698B;
}
.BgClassName
{
background-color: #E2698B;
}
</style>
border-color css
<style>
span { border-color: #E2698B; }
span { border-color: rgb(226,105,139); }
td.TdClassName
{
border-color: #E2698B;
}
.TagClassName
{
border-color: #E2698B;
}
</style>