Shades of Deep Blush #EE6F8F
Tints of Deep Blush #EE6F8F
RGB
CMYK
RGB Variations
Color information
#EE6F8F (or 0xEE6F8F) is known color: Deep Blush. HEX triplet: EE, 6F and 8F. RGB value is (238,111,143). Sum of RGB (Red+Green+Blue) = 238+111+143=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6F8F is #119070. Grayscale: #989898. Windows color (decimal): -1151089 or 9400302. OLE color: 9400302.
HSL color Cylindrical-coordinate representation of color #EE6F8F: hue angle of 344.88º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE6F8F is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 111 | 143 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.07 |
| HSL | 344.88º | 0.79% | 0.68% | - |
| HSV(B) | 344.88º | 0.53% | 0.93% | - |
| XYZ | 45.9 | 31.53 | 29.65 | - |
| YUV | 152.62 | 122.58 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 143 | 0 | 0.53 | 0.40 | 0.07 | 344.88 | 0.79 | 0.68 |
| Hex | EE | 6F | 8F | 0 | 35 | 28 | 7 | 159 | 4F | 44 |
| Octal | 356 | 157 | 217 | 0 | 65 | 50 | 7 | 531 | 117 | 104 |
| Binary | 11101110 | 1101111 | 10001111 | 0 | 110101 | 101000 | 111 | 101011001 | 1001111 | 1000100 |
Color Harmonies of #EE6F8F
Complementary color
Monochromatic Colors of #EE6F8F
Black with #EE6F8F
Text Example
Text Example
White with #EE6F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6F8F; }
p { color: rgb(238,111,143); }
H1.HeaderClassName
{
color: #EE6F8F;
}
.AnyTagClassName
{
color: #EE6F8F;
}
</style>
background-color css
<style>
a { background-color: #EE6F8F; }
a { background-color: rgb(238,111,143); }
div.DivClassName
{
background-color: #EE6F8F;
}
.BgClassName
{
background-color: #EE6F8F;
}
</style>
border-color css
<style>
span { border-color: #EE6F8F; }
span { border-color: rgb(238,111,143); }
td.TdClassName
{
border-color: #EE6F8F;
}
.TagClassName
{
border-color: #EE6F8F;
}
</style>