Shades of Deep Blush #E66D86
Tints of Deep Blush #E66D86
RGB
CMYK
RGB Variations
Color information
#E66D86 (or 0xE66D86) is known color: Deep Blush. HEX triplet: E6, 6D and 86. RGB value is (230,109,134). Sum of RGB (Red+Green+Blue) = 230+109+134=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 134 (52.73% from 255 or 28.33% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66D86 is #199279. Grayscale: #949494. Windows color (decimal): -1675898 or 8809958. OLE color: 8809958.
HSL color Cylindrical-coordinate representation of color #E66D86: hue angle of 347.6º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66D86 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 134 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.10 |
| HSL | 347.6º | 0.71% | 0.66% | - |
| HSV(B) | 347.6º | 0.53% | 0.9% | - |
| XYZ | 42.4 | 29.48 | 26.01 | - |
| YUV | 148.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 134 | 0 | 0.53 | 0.42 | 0.10 | 347.6 | 0.71 | 0.66 |
| Hex | E6 | 6D | 86 | 0 | 35 | 2A | A | 15C | 47 | 42 |
| Octal | 346 | 155 | 206 | 0 | 65 | 52 | 12 | 534 | 107 | 102 |
| Binary | 11100110 | 1101101 | 10000110 | 0 | 110101 | 101010 | 1010 | 101011100 | 1000111 | 1000010 |
Color Harmonies of #E66D86
Complementary color
Monochromatic Colors of #E66D86
Black with #E66D86
Text Example
Text Example
White with #E66D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D86; }
p { color: rgb(230,109,134); }
H1.HeaderClassName
{
color: #E66D86;
}
.AnyTagClassName
{
color: #E66D86;
}
</style>
background-color css
<style>
a { background-color: #E66D86; }
a { background-color: rgb(230,109,134); }
div.DivClassName
{
background-color: #E66D86;
}
.BgClassName
{
background-color: #E66D86;
}
</style>
border-color css
<style>
span { border-color: #E66D86; }
span { border-color: rgb(230,109,134); }
td.TdClassName
{
border-color: #E66D86;
}
.TagClassName
{
border-color: #E66D86;
}
</style>