Shades of Deep Blush #EE6994
Tints of Deep Blush #EE6994
RGB
CMYK
RGB Variations
Color information
#EE6994 (or 0xEE6994) is known color: Deep Blush. HEX triplet: EE, 69 and 94. RGB value is (238,105,148). Sum of RGB (Red+Green+Blue) = 238+105+148=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6994 is #11966B. Grayscale: #959595. Windows color (decimal): -1152620 or 9726446. OLE color: 9726446.
HSL color Cylindrical-coordinate representation of color #EE6994: hue angle of 340.6º 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 #EE6994 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 148 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.07 |
| HSL | 340.6º | 0.8% | 0.67% | - |
| HSV(B) | 340.6º | 0.56% | 0.93% | - |
| XYZ | 45.66 | 30.42 | 31.48 | - |
| YUV | 149.67 | 127.06 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 148 | 0 | 0.56 | 0.38 | 0.07 | 340.6 | 0.8 | 0.67 |
| Hex | EE | 69 | 94 | 0 | 38 | 26 | 7 | 155 | 50 | 43 |
| Octal | 356 | 151 | 224 | 0 | 70 | 46 | 7 | 525 | 120 | 103 |
| Binary | 11101110 | 1101001 | 10010100 | 0 | 111000 | 100110 | 111 | 101010101 | 1010000 | 1000011 |
Color Harmonies of #EE6994
Complementary color
Monochromatic Colors of #EE6994
Black with #EE6994
Text Example
Text Example
White with #EE6994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6994; }
p { color: rgb(238,105,148); }
H1.HeaderClassName
{
color: #EE6994;
}
.AnyTagClassName
{
color: #EE6994;
}
</style>
background-color css
<style>
a { background-color: #EE6994; }
a { background-color: rgb(238,105,148); }
div.DivClassName
{
background-color: #EE6994;
}
.BgClassName
{
background-color: #EE6994;
}
</style>
border-color css
<style>
span { border-color: #EE6994; }
span { border-color: rgb(238,105,148); }
td.TdClassName
{
border-color: #EE6994;
}
.TagClassName
{
border-color: #EE6994;
}
</style>