Shades of Deep Blush #EE6B86
Tints of Deep Blush #EE6B86
RGB
CMYK
RGB Variations
Color information
#EE6B86 (or 0xEE6B86) is known color: Deep Blush. HEX triplet: EE, 6B and 86. RGB value is (238,107,134). Sum of RGB (Red+Green+Blue) = 238+107+134=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6B86 is #119479. Grayscale: #959595. Windows color (decimal): -1152122 or 8809454. OLE color: 8809454.
HSL color Cylindrical-coordinate representation of color #EE6B86: hue angle of 347.63º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6B86 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 107 | 134 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.07 |
| HSL | 347.63º | 0.79% | 0.68% | - |
| HSV(B) | 347.63º | 0.55% | 0.93% | - |
| XYZ | 44.82 | 30.41 | 26.06 | - |
| YUV | 149.25 | 119.4 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 107 | 134 | 0 | 0.55 | 0.44 | 0.07 | 347.63 | 0.79 | 0.68 |
| Hex | EE | 6B | 86 | 0 | 37 | 2C | 7 | 15C | 4F | 44 |
| Octal | 356 | 153 | 206 | 0 | 67 | 54 | 7 | 534 | 117 | 104 |
| Binary | 11101110 | 1101011 | 10000110 | 0 | 110111 | 101100 | 111 | 101011100 | 1001111 | 1000100 |
Color Harmonies of #EE6B86
Complementary color
Monochromatic Colors of #EE6B86
Black with #EE6B86
Text Example
Text Example
White with #EE6B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6B86; }
p { color: rgb(238,107,134); }
H1.HeaderClassName
{
color: #EE6B86;
}
.AnyTagClassName
{
color: #EE6B86;
}
</style>
background-color css
<style>
a { background-color: #EE6B86; }
a { background-color: rgb(238,107,134); }
div.DivClassName
{
background-color: #EE6B86;
}
.BgClassName
{
background-color: #EE6B86;
}
</style>
border-color css
<style>
span { border-color: #EE6B86; }
span { border-color: rgb(238,107,134); }
td.TdClassName
{
border-color: #EE6B86;
}
.TagClassName
{
border-color: #EE6B86;
}
</style>