Shades of Deep Blush #EE688F
Tints of Deep Blush #EE688F
RGB
CMYK
RGB Variations
Color information
#EE688F (or 0xEE688F) is known color: Deep Blush. HEX triplet: EE, 68 and 8F. RGB value is (238,104,143). Sum of RGB (Red+Green+Blue) = 238+104+143=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE688F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE688F is #119770. Grayscale: #949494. Windows color (decimal): -1152881 or 9398510. OLE color: 9398510.
HSL color Cylindrical-coordinate representation of color #EE688F: hue angle of 342.54º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE688F is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 143 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.07 |
| HSL | 342.54º | 0.8% | 0.67% | - |
| HSV(B) | 342.54º | 0.56% | 0.93% | - |
| XYZ | 45.17 | 30.06 | 29.41 | - |
| YUV | 148.51 | 124.89 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 143 | 0 | 0.56 | 0.40 | 0.07 | 342.54 | 0.8 | 0.67 |
| Hex | EE | 68 | 8F | 0 | 38 | 28 | 7 | 157 | 50 | 43 |
| Octal | 356 | 150 | 217 | 0 | 70 | 50 | 7 | 527 | 120 | 103 |
| Binary | 11101110 | 1101000 | 10001111 | 0 | 111000 | 101000 | 111 | 101010111 | 1010000 | 1000011 |
Color Harmonies of #EE688F
Complementary color
Monochromatic Colors of #EE688F
Black with #EE688F
Text Example
Text Example
White with #EE688F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE688F; }
p { color: rgb(238,104,143); }
H1.HeaderClassName
{
color: #EE688F;
}
.AnyTagClassName
{
color: #EE688F;
}
</style>
background-color css
<style>
a { background-color: #EE688F; }
a { background-color: rgb(238,104,143); }
div.DivClassName
{
background-color: #EE688F;
}
.BgClassName
{
background-color: #EE688F;
}
</style>
border-color css
<style>
span { border-color: #EE688F; }
span { border-color: rgb(238,104,143); }
td.TdClassName
{
border-color: #EE688F;
}
.TagClassName
{
border-color: #EE688F;
}
</style>