Shades of Deep Blush #E0688B
Tints of Deep Blush #E0688B
RGB
CMYK
RGB Variations
Color information
#E0688B (or 0xE0688B) is known color: Deep Blush. HEX triplet: E0, 68 and 8B. RGB value is (224,104,139). Sum of RGB (Red+Green+Blue) = 224+104+139=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E0688B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0688B is #1F9774. Grayscale: #8F8F8F. Windows color (decimal): -2070389 or 9136352. OLE color: 9136352.
HSL color Cylindrical-coordinate representation of color #E0688B: hue angle of 342.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0688B is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 139 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.12 |
| HSL | 342.5º | 0.66% | 0.64% | - |
| HSV(B) | 342.5º | 0.54% | 0.88% | - |
| XYZ | 40.35 | 27.61 | 27.63 | - |
| YUV | 143.87 | 125.26 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 139 | 0 | 0.54 | 0.38 | 0.12 | 342.5 | 0.66 | 0.64 |
| Hex | E0 | 68 | 8B | 0 | 36 | 26 | C | 156 | 42 | 40 |
| Octal | 340 | 150 | 213 | 0 | 66 | 46 | 14 | 526 | 102 | 100 |
| Binary | 11100000 | 1101000 | 10001011 | 0 | 110110 | 100110 | 1100 | 101010110 | 1000010 | 1000000 |
Color Harmonies of #E0688B
Complementary color
Monochromatic Colors of #E0688B
Black with #E0688B
Text Example
Text Example
White with #E0688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0688B; }
p { color: rgb(224,104,139); }
H1.HeaderClassName
{
color: #E0688B;
}
.AnyTagClassName
{
color: #E0688B;
}
</style>
background-color css
<style>
a { background-color: #E0688B; }
a { background-color: rgb(224,104,139); }
div.DivClassName
{
background-color: #E0688B;
}
.BgClassName
{
background-color: #E0688B;
}
</style>
border-color css
<style>
span { border-color: #E0688B; }
span { border-color: rgb(224,104,139); }
td.TdClassName
{
border-color: #E0688B;
}
.TagClassName
{
border-color: #E0688B;
}
</style>