Shades of Deep Blush #EE6990
Tints of Deep Blush #EE6990
RGB
CMYK
RGB Variations
Color information
#EE6990 (or 0xEE6990) is known color: Deep Blush. HEX triplet: EE, 69 and 90. RGB value is (238,105,144). Sum of RGB (Red+Green+Blue) = 238+105+144=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6990 is #11966F. Grayscale: #959595. Windows color (decimal): -1152624 or 9464302. OLE color: 9464302.
HSL color Cylindrical-coordinate representation of color #EE6990: hue angle of 342.41º 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 #EE6990 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 144 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.07 |
| HSL | 342.41º | 0.8% | 0.67% | - |
| HSV(B) | 342.41º | 0.56% | 0.93% | - |
| XYZ | 45.35 | 30.29 | 29.84 | - |
| YUV | 149.21 | 125.06 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 144 | 0 | 0.56 | 0.39 | 0.07 | 342.41 | 0.8 | 0.67 |
| Hex | EE | 69 | 90 | 0 | 38 | 27 | 7 | 156 | 50 | 43 |
| Octal | 356 | 151 | 220 | 0 | 70 | 47 | 7 | 526 | 120 | 103 |
| Binary | 11101110 | 1101001 | 10010000 | 0 | 111000 | 100111 | 111 | 101010110 | 1010000 | 1000011 |
Color Harmonies of #EE6990
Complementary color
Monochromatic Colors of #EE6990
Black with #EE6990
Text Example
Text Example
White with #EE6990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6990; }
p { color: rgb(238,105,144); }
H1.HeaderClassName
{
color: #EE6990;
}
.AnyTagClassName
{
color: #EE6990;
}
</style>
background-color css
<style>
a { background-color: #EE6990; }
a { background-color: rgb(238,105,144); }
div.DivClassName
{
background-color: #EE6990;
}
.BgClassName
{
background-color: #EE6990;
}
</style>
border-color css
<style>
span { border-color: #EE6990; }
span { border-color: rgb(238,105,144); }
td.TdClassName
{
border-color: #EE6990;
}
.TagClassName
{
border-color: #EE6990;
}
</style>