Shades of Deep Blush #EE6896
Tints of Deep Blush #EE6896
RGB
CMYK
RGB Variations
Color information
#EE6896 (or 0xEE6896) is known color: Deep Blush. HEX triplet: EE, 68 and 96. RGB value is (238,104,150). Sum of RGB (Red+Green+Blue) = 238+104+150=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6896 is #119769. Grayscale: #959595. Windows color (decimal): -1152874 or 9857262. OLE color: 9857262.
HSL color Cylindrical-coordinate representation of color #EE6896: hue angle of 339.4º 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 #EE6896 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 150 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.07 |
| HSL | 339.4º | 0.8% | 0.67% | - |
| HSV(B) | 339.4º | 0.56% | 0.93% | - |
| XYZ | 45.72 | 30.28 | 32.29 | - |
| YUV | 149.31 | 128.39 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 150 | 0 | 0.56 | 0.37 | 0.07 | 339.4 | 0.8 | 0.67 |
| Hex | EE | 68 | 96 | 0 | 38 | 25 | 7 | 153 | 50 | 43 |
| Octal | 356 | 150 | 226 | 0 | 70 | 45 | 7 | 523 | 120 | 103 |
| Binary | 11101110 | 1101000 | 10010110 | 0 | 111000 | 100101 | 111 | 101010011 | 1010000 | 1000011 |
Color Harmonies of #EE6896
Complementary color
Monochromatic Colors of #EE6896
Black with #EE6896
Text Example
Text Example
White with #EE6896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6896; }
p { color: rgb(238,104,150); }
H1.HeaderClassName
{
color: #EE6896;
}
.AnyTagClassName
{
color: #EE6896;
}
</style>
background-color css
<style>
a { background-color: #EE6896; }
a { background-color: rgb(238,104,150); }
div.DivClassName
{
background-color: #EE6896;
}
.BgClassName
{
background-color: #EE6896;
}
</style>
border-color css
<style>
span { border-color: #EE6896; }
span { border-color: rgb(238,104,150); }
td.TdClassName
{
border-color: #EE6896;
}
.TagClassName
{
border-color: #EE6896;
}
</style>