Shades of Deep Blush #E66686
Tints of Deep Blush #E66686
RGB
CMYK
RGB Variations
Color information
#E66686 (or 0xE66686) is known color: Deep Blush. HEX triplet: E6, 66 and 86. RGB value is (230,102,134). Sum of RGB (Red+Green+Blue) = 230+102+134=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 134 (52.73% from 255 or 28.76% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E66686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66686 is #199979. Grayscale: #8F8F8F. Windows color (decimal): -1677690 or 8808166. OLE color: 8808166.
HSL color Cylindrical-coordinate representation of color #E66686: hue angle of 345º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E66686 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 134 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.10 |
| HSL | 345º | 0.72% | 0.65% | - |
| HSV(B) | 345º | 0.56% | 0.9% | - |
| XYZ | 41.69 | 28.05 | 25.77 | - |
| YUV | 143.92 | 122.41 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 134 | 0 | 0.56 | 0.42 | 0.10 | 345 | 0.72 | 0.65 |
| Hex | E6 | 66 | 86 | 0 | 38 | 2A | A | 159 | 48 | 41 |
| Octal | 346 | 146 | 206 | 0 | 70 | 52 | 12 | 531 | 110 | 101 |
| Binary | 11100110 | 1100110 | 10000110 | 0 | 111000 | 101010 | 1010 | 101011001 | 1001000 | 1000001 |
Color Harmonies of #E66686
Complementary color
Monochromatic Colors of #E66686
Black with #E66686
Text Example
Text Example
White with #E66686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66686; }
p { color: rgb(230,102,134); }
H1.HeaderClassName
{
color: #E66686;
}
.AnyTagClassName
{
color: #E66686;
}
</style>
background-color css
<style>
a { background-color: #E66686; }
a { background-color: rgb(230,102,134); }
div.DivClassName
{
background-color: #E66686;
}
.BgClassName
{
background-color: #E66686;
}
</style>
border-color css
<style>
span { border-color: #E66686; }
span { border-color: rgb(230,102,134); }
td.TdClassName
{
border-color: #E66686;
}
.TagClassName
{
border-color: #E66686;
}
</style>