Shades of Deep Blush #EE6E85
Tints of Deep Blush #EE6E85
RGB
CMYK
RGB Variations
Color information
#EE6E85 (or 0xEE6E85) is known color: Deep Blush. HEX triplet: EE, 6E and 85. RGB value is (238,110,133). Sum of RGB (Red+Green+Blue) = 238+110+133=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6E85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6E85 is #11917A. Grayscale: #969696. Windows color (decimal): -1151355 or 8744686. OLE color: 8744686.
HSL color Cylindrical-coordinate representation of color #EE6E85: hue angle of 349.22º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6E85 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 110 | 133 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.07 |
| HSL | 349.22º | 0.79% | 0.68% | - |
| HSV(B) | 349.22º | 0.54% | 0.93% | - |
| XYZ | 45.07 | 31.02 | 25.8 | - |
| YUV | 150.89 | 117.91 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 110 | 133 | 0 | 0.54 | 0.44 | 0.07 | 349.22 | 0.79 | 0.68 |
| Hex | EE | 6E | 85 | 0 | 36 | 2C | 7 | 15D | 4F | 44 |
| Octal | 356 | 156 | 205 | 0 | 66 | 54 | 7 | 535 | 117 | 104 |
| Binary | 11101110 | 1101110 | 10000101 | 0 | 110110 | 101100 | 111 | 101011101 | 1001111 | 1000100 |
Color Harmonies of #EE6E85
Complementary color
Monochromatic Colors of #EE6E85
Black with #EE6E85
Text Example
Text Example
White with #EE6E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6E85; }
p { color: rgb(238,110,133); }
H1.HeaderClassName
{
color: #EE6E85;
}
.AnyTagClassName
{
color: #EE6E85;
}
</style>
background-color css
<style>
a { background-color: #EE6E85; }
a { background-color: rgb(238,110,133); }
div.DivClassName
{
background-color: #EE6E85;
}
.BgClassName
{
background-color: #EE6E85;
}
</style>
border-color css
<style>
span { border-color: #EE6E85; }
span { border-color: rgb(238,110,133); }
td.TdClassName
{
border-color: #EE6E85;
}
.TagClassName
{
border-color: #EE6E85;
}
</style>