Shades of Deep Blush #E06D8D
Tints of Deep Blush #E06D8D
RGB
CMYK
RGB Variations
Color information
#E06D8D (or 0xE06D8D) is known color: Deep Blush. HEX triplet: E0, 6D and 8D. RGB value is (224,109,141). Sum of RGB (Red+Green+Blue) = 224+109+141=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06D8D is #1F9272. Grayscale: #939393. Windows color (decimal): -2069107 or 9268704. OLE color: 9268704.
HSL color Cylindrical-coordinate representation of color #E06D8D: hue angle of 343.3º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06D8D is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 141 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.12 |
| HSL | 343.3º | 0.65% | 0.65% | - |
| HSV(B) | 343.3º | 0.51% | 0.88% | - |
| XYZ | 41.02 | 28.71 | 28.58 | - |
| YUV | 147.03 | 124.6 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 141 | 0 | 0.51 | 0.37 | 0.12 | 343.3 | 0.65 | 0.65 |
| Hex | E0 | 6D | 8D | 0 | 33 | 25 | C | 157 | 41 | 41 |
| Octal | 340 | 155 | 215 | 0 | 63 | 45 | 14 | 527 | 101 | 101 |
| Binary | 11100000 | 1101101 | 10001101 | 0 | 110011 | 100101 | 1100 | 101010111 | 1000001 | 1000001 |
Color Harmonies of #E06D8D
Complementary color
Monochromatic Colors of #E06D8D
Black with #E06D8D
Text Example
Text Example
White with #E06D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D8D; }
p { color: rgb(224,109,141); }
H1.HeaderClassName
{
color: #E06D8D;
}
.AnyTagClassName
{
color: #E06D8D;
}
</style>
background-color css
<style>
a { background-color: #E06D8D; }
a { background-color: rgb(224,109,141); }
div.DivClassName
{
background-color: #E06D8D;
}
.BgClassName
{
background-color: #E06D8D;
}
</style>
border-color css
<style>
span { border-color: #E06D8D; }
span { border-color: rgb(224,109,141); }
td.TdClassName
{
border-color: #E06D8D;
}
.TagClassName
{
border-color: #E06D8D;
}
</style>