Shades of Deep Blush #E2668D
Tints of Deep Blush #E2668D
RGB
CMYK
RGB Variations
Color information
#E2668D (or 0xE2668D) is known color: Deep Blush. HEX triplet: E2, 66 and 8D. RGB value is (226,102,141). Sum of RGB (Red+Green+Blue) = 226+102+141=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E2668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2668D is #1D9972. Grayscale: #8F8F8F. Windows color (decimal): -1939827 or 9266914. OLE color: 9266914.
HSL color Cylindrical-coordinate representation of color #E2668D: hue angle of 341.13º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2668D is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 141 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.11 |
| HSL | 341.13º | 0.68% | 0.64% | - |
| HSV(B) | 341.13º | 0.55% | 0.89% | - |
| XYZ | 40.92 | 27.59 | 28.37 | - |
| YUV | 143.52 | 126.58 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 141 | 0 | 0.55 | 0.38 | 0.11 | 341.13 | 0.68 | 0.64 |
| Hex | E2 | 66 | 8D | 0 | 37 | 26 | B | 155 | 44 | 40 |
| Octal | 342 | 146 | 215 | 0 | 67 | 46 | 13 | 525 | 104 | 100 |
| Binary | 11100010 | 1100110 | 10001101 | 0 | 110111 | 100110 | 1011 | 101010101 | 1000100 | 1000000 |
Color Harmonies of #E2668D
Complementary color
Monochromatic Colors of #E2668D
Black with #E2668D
Text Example
Text Example
White with #E2668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2668D; }
p { color: rgb(226,102,141); }
H1.HeaderClassName
{
color: #E2668D;
}
.AnyTagClassName
{
color: #E2668D;
}
</style>
background-color css
<style>
a { background-color: #E2668D; }
a { background-color: rgb(226,102,141); }
div.DivClassName
{
background-color: #E2668D;
}
.BgClassName
{
background-color: #E2668D;
}
</style>
border-color css
<style>
span { border-color: #E2668D; }
span { border-color: rgb(226,102,141); }
td.TdClassName
{
border-color: #E2668D;
}
.TagClassName
{
border-color: #E2668D;
}
</style>