Shades of Deep Blush #E0668D
Tints of Deep Blush #E0668D
RGB
CMYK
RGB Variations
Color information
#E0668D (or 0xE0668D) is known color: Deep Blush. HEX triplet: E0, 66 and 8D. RGB value is (224,102,141). Sum of RGB (Red+Green+Blue) = 224+102+141=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E0668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0668D is #1F9972. Grayscale: #8E8E8E. Windows color (decimal): -2070899 or 9266912. OLE color: 9266912.
HSL color Cylindrical-coordinate representation of color #E0668D: hue angle of 340.82º 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 #E0668D is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 141 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.12 |
| HSL | 340.82º | 0.66% | 0.64% | - |
| HSV(B) | 340.82º | 0.54% | 0.88% | - |
| XYZ | 40.3 | 27.27 | 28.34 | - |
| YUV | 142.92 | 126.92 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 141 | 0 | 0.54 | 0.37 | 0.12 | 340.82 | 0.66 | 0.64 |
| Hex | E0 | 66 | 8D | 0 | 36 | 25 | C | 155 | 42 | 40 |
| Octal | 340 | 146 | 215 | 0 | 66 | 45 | 14 | 525 | 102 | 100 |
| Binary | 11100000 | 1100110 | 10001101 | 0 | 110110 | 100101 | 1100 | 101010101 | 1000010 | 1000000 |
Color Harmonies of #E0668D
Complementary color
Monochromatic Colors of #E0668D
Black with #E0668D
Text Example
Text Example
White with #E0668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0668D; }
p { color: rgb(224,102,141); }
H1.HeaderClassName
{
color: #E0668D;
}
.AnyTagClassName
{
color: #E0668D;
}
</style>
background-color css
<style>
a { background-color: #E0668D; }
a { background-color: rgb(224,102,141); }
div.DivClassName
{
background-color: #E0668D;
}
.BgClassName
{
background-color: #E0668D;
}
</style>
border-color css
<style>
span { border-color: #E0668D; }
span { border-color: rgb(224,102,141); }
td.TdClassName
{
border-color: #E0668D;
}
.TagClassName
{
border-color: #E0668D;
}
</style>