Shades of Deep Blush #EE6D8F
Tints of Deep Blush #EE6D8F
RGB
CMYK
RGB Variations
Color information
#EE6D8F (or 0xEE6D8F) is known color: Deep Blush. HEX triplet: EE, 6D and 8F. RGB value is (238,109,143). Sum of RGB (Red+Green+Blue) = 238+109+143=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6D8F is #119270. Grayscale: #979797. Windows color (decimal): -1151601 or 9399790. OLE color: 9399790.
HSL color Cylindrical-coordinate representation of color #EE6D8F: hue angle of 344.19º 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 #EE6D8F is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 143 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.07 |
| HSL | 344.19º | 0.79% | 0.68% | - |
| HSV(B) | 344.19º | 0.54% | 0.93% | - |
| XYZ | 45.69 | 31.1 | 29.58 | - |
| YUV | 151.45 | 123.24 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 143 | 0 | 0.54 | 0.40 | 0.07 | 344.19 | 0.79 | 0.68 |
| Hex | EE | 6D | 8F | 0 | 36 | 28 | 7 | 158 | 4F | 44 |
| Octal | 356 | 155 | 217 | 0 | 66 | 50 | 7 | 530 | 117 | 104 |
| Binary | 11101110 | 1101101 | 10001111 | 0 | 110110 | 101000 | 111 | 101011000 | 1001111 | 1000100 |
Color Harmonies of #EE6D8F
Complementary color
Monochromatic Colors of #EE6D8F
Black with #EE6D8F
Text Example
Text Example
White with #EE6D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6D8F; }
p { color: rgb(238,109,143); }
H1.HeaderClassName
{
color: #EE6D8F;
}
.AnyTagClassName
{
color: #EE6D8F;
}
</style>
background-color css
<style>
a { background-color: #EE6D8F; }
a { background-color: rgb(238,109,143); }
div.DivClassName
{
background-color: #EE6D8F;
}
.BgClassName
{
background-color: #EE6D8F;
}
</style>
border-color css
<style>
span { border-color: #EE6D8F; }
span { border-color: rgb(238,109,143); }
td.TdClassName
{
border-color: #EE6D8F;
}
.TagClassName
{
border-color: #EE6D8F;
}
</style>