Shades of Deep Blush #E66A86
Tints of Deep Blush #E66A86
RGB
CMYK
RGB Variations
Color information
#E66A86 (or 0xE66A86) is known color: Deep Blush. HEX triplet: E6, 6A and 86. RGB value is (230,106,134). Sum of RGB (Red+Green+Blue) = 230+106+134=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 106 (41.80% from 255 or 22.55% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66A86 is #199579. Grayscale: #929292. Windows color (decimal): -1676666 or 8809190. OLE color: 8809190.
HSL color Cylindrical-coordinate representation of color #E66A86: hue angle of 346.45º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66A86 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 134 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.10 |
| HSL | 346.45º | 0.71% | 0.66% | - |
| HSV(B) | 346.45º | 0.54% | 0.9% | - |
| XYZ | 42.09 | 28.85 | 25.9 | - |
| YUV | 146.27 | 121.08 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 134 | 0 | 0.54 | 0.42 | 0.10 | 346.45 | 0.71 | 0.66 |
| Hex | E6 | 6A | 86 | 0 | 36 | 2A | A | 15A | 47 | 42 |
| Octal | 346 | 152 | 206 | 0 | 66 | 52 | 12 | 532 | 107 | 102 |
| Binary | 11100110 | 1101010 | 10000110 | 0 | 110110 | 101010 | 1010 | 101011010 | 1000111 | 1000010 |
Color Harmonies of #E66A86
Complementary color
Monochromatic Colors of #E66A86
Black with #E66A86
Text Example
Text Example
White with #E66A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66A86; }
p { color: rgb(230,106,134); }
H1.HeaderClassName
{
color: #E66A86;
}
.AnyTagClassName
{
color: #E66A86;
}
</style>
background-color css
<style>
a { background-color: #E66A86; }
a { background-color: rgb(230,106,134); }
div.DivClassName
{
background-color: #E66A86;
}
.BgClassName
{
background-color: #E66A86;
}
</style>
border-color css
<style>
span { border-color: #E66A86; }
span { border-color: rgb(230,106,134); }
td.TdClassName
{
border-color: #E66A86;
}
.TagClassName
{
border-color: #E66A86;
}
</style>