Shades of Deep Blush #EE6D8C
Tints of Deep Blush #EE6D8C
RGB
CMYK
RGB Variations
Color information
#EE6D8C (or 0xEE6D8C) is known color: Deep Blush. HEX triplet: EE, 6D and 8C. RGB value is (238,109,140). Sum of RGB (Red+Green+Blue) = 238+109+140=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6D8C is #119273. Grayscale: #979797. Windows color (decimal): -1151604 or 9203182. OLE color: 9203182.
HSL color Cylindrical-coordinate representation of color #EE6D8C: hue angle of 345.58º 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 #EE6D8C is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 140 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.07 |
| HSL | 345.58º | 0.79% | 0.68% | - |
| HSV(B) | 345.58º | 0.54% | 0.93% | - |
| XYZ | 45.46 | 31.01 | 28.4 | - |
| YUV | 151.11 | 121.74 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 140 | 0 | 0.54 | 0.41 | 0.07 | 345.58 | 0.79 | 0.68 |
| Hex | EE | 6D | 8C | 0 | 36 | 29 | 7 | 15A | 4F | 44 |
| Octal | 356 | 155 | 214 | 0 | 66 | 51 | 7 | 532 | 117 | 104 |
| Binary | 11101110 | 1101101 | 10001100 | 0 | 110110 | 101001 | 111 | 101011010 | 1001111 | 1000100 |
Color Harmonies of #EE6D8C
Complementary color
Monochromatic Colors of #EE6D8C
Black with #EE6D8C
Text Example
Text Example
White with #EE6D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6D8C; }
p { color: rgb(238,109,140); }
H1.HeaderClassName
{
color: #EE6D8C;
}
.AnyTagClassName
{
color: #EE6D8C;
}
</style>
background-color css
<style>
a { background-color: #EE6D8C; }
a { background-color: rgb(238,109,140); }
div.DivClassName
{
background-color: #EE6D8C;
}
.BgClassName
{
background-color: #EE6D8C;
}
</style>
border-color css
<style>
span { border-color: #EE6D8C; }
span { border-color: rgb(238,109,140); }
td.TdClassName
{
border-color: #EE6D8C;
}
.TagClassName
{
border-color: #EE6D8C;
}
</style>