Shades of Deep Blush #EE6686
Tints of Deep Blush #EE6686
RGB
CMYK
RGB Variations
Color information
#EE6686 (or 0xEE6686) is known color: Deep Blush. HEX triplet: EE, 66 and 86. RGB value is (238,102,134). Sum of RGB (Red+Green+Blue) = 238+102+134=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6686 is #119979. Grayscale: #929292. Windows color (decimal): -1153402 or 8808174. OLE color: 8808174.
HSL color Cylindrical-coordinate representation of color #EE6686: hue angle of 345.88º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE6686 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 134 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.07 |
| HSL | 345.88º | 0.8% | 0.67% | - |
| HSV(B) | 345.88º | 0.57% | 0.93% | - |
| XYZ | 44.31 | 29.4 | 25.89 | - |
| YUV | 146.31 | 121.06 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 134 | 0 | 0.57 | 0.44 | 0.07 | 345.88 | 0.8 | 0.67 |
| Hex | EE | 66 | 86 | 0 | 39 | 2C | 7 | 15A | 50 | 43 |
| Octal | 356 | 146 | 206 | 0 | 71 | 54 | 7 | 532 | 120 | 103 |
| Binary | 11101110 | 1100110 | 10000110 | 0 | 111001 | 101100 | 111 | 101011010 | 1010000 | 1000011 |
Color Harmonies of #EE6686
Complementary color
Monochromatic Colors of #EE6686
Black with #EE6686
Text Example
Text Example
White with #EE6686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6686; }
p { color: rgb(238,102,134); }
H1.HeaderClassName
{
color: #EE6686;
}
.AnyTagClassName
{
color: #EE6686;
}
</style>
background-color css
<style>
a { background-color: #EE6686; }
a { background-color: rgb(238,102,134); }
div.DivClassName
{
background-color: #EE6686;
}
.BgClassName
{
background-color: #EE6686;
}
</style>
border-color css
<style>
span { border-color: #EE6686; }
span { border-color: rgb(238,102,134); }
td.TdClassName
{
border-color: #EE6686;
}
.TagClassName
{
border-color: #EE6686;
}
</style>