Shades of Deep Blush #EE6694
Tints of Deep Blush #EE6694
RGB
CMYK
RGB Variations
Color information
#EE6694 (or 0xEE6694) is known color: Deep Blush. HEX triplet: EE, 66 and 94. RGB value is (238,102,148). Sum of RGB (Red+Green+Blue) = 238+102+148=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6694 is #11996B. Grayscale: #939393. Windows color (decimal): -1153388 or 9725678. OLE color: 9725678.
HSL color Cylindrical-coordinate representation of color #EE6694: hue angle of 339.71º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE6694 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 148 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.07 |
| HSL | 339.71º | 0.8% | 0.67% | - |
| HSV(B) | 339.71º | 0.57% | 0.93% | - |
| XYZ | 45.36 | 29.82 | 31.38 | - |
| YUV | 147.91 | 128.06 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 148 | 0 | 0.57 | 0.38 | 0.07 | 339.71 | 0.8 | 0.67 |
| Hex | EE | 66 | 94 | 0 | 39 | 26 | 7 | 154 | 50 | 43 |
| Octal | 356 | 146 | 224 | 0 | 71 | 46 | 7 | 524 | 120 | 103 |
| Binary | 11101110 | 1100110 | 10010100 | 0 | 111001 | 100110 | 111 | 101010100 | 1010000 | 1000011 |
Color Harmonies of #EE6694
Complementary color
Monochromatic Colors of #EE6694
Black with #EE6694
Text Example
Text Example
White with #EE6694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6694; }
p { color: rgb(238,102,148); }
H1.HeaderClassName
{
color: #EE6694;
}
.AnyTagClassName
{
color: #EE6694;
}
</style>
background-color css
<style>
a { background-color: #EE6694; }
a { background-color: rgb(238,102,148); }
div.DivClassName
{
background-color: #EE6694;
}
.BgClassName
{
background-color: #EE6694;
}
</style>
border-color css
<style>
span { border-color: #EE6694; }
span { border-color: rgb(238,102,148); }
td.TdClassName
{
border-color: #EE6694;
}
.TagClassName
{
border-color: #EE6694;
}
</style>