Shades of Deep Blush #EE7590
Tints of Deep Blush #EE7590
RGB
CMYK
RGB Variations
Color information
#EE7590 (or 0xEE7590) is known color: Deep Blush. HEX triplet: EE, 75 and 90. RGB value is (238,117,144). Sum of RGB (Red+Green+Blue) = 238+117+144=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7590 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7590 is #118A6F. Grayscale: #9C9C9C. Windows color (decimal): -1149552 or 9467374. OLE color: 9467374.
HSL color Cylindrical-coordinate representation of color #EE7590: hue angle of 346.61º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EE7590 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 117 | 144 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.07 |
| HSL | 346.61º | 0.78% | 0.7% | - |
| HSV(B) | 346.61º | 0.51% | 0.93% | - |
| XYZ | 46.66 | 32.91 | 30.28 | - |
| YUV | 156.26 | 121.09 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 117 | 144 | 0 | 0.51 | 0.39 | 0.07 | 346.61 | 0.78 | 0.7 |
| Hex | EE | 75 | 90 | 0 | 33 | 27 | 7 | 15B | 4E | 46 |
| Octal | 356 | 165 | 220 | 0 | 63 | 47 | 7 | 533 | 116 | 106 |
| Binary | 11101110 | 1110101 | 10010000 | 0 | 110011 | 100111 | 111 | 101011011 | 1001110 | 1000110 |
Color Harmonies of #EE7590
Complementary color
Monochromatic Colors of #EE7590
Black with #EE7590
Text Example
Text Example
White with #EE7590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7590; }
p { color: rgb(238,117,144); }
H1.HeaderClassName
{
color: #EE7590;
}
.AnyTagClassName
{
color: #EE7590;
}
</style>
background-color css
<style>
a { background-color: #EE7590; }
a { background-color: rgb(238,117,144); }
div.DivClassName
{
background-color: #EE7590;
}
.BgClassName
{
background-color: #EE7590;
}
</style>
border-color css
<style>
span { border-color: #EE7590; }
span { border-color: rgb(238,117,144); }
td.TdClassName
{
border-color: #EE7590;
}
.TagClassName
{
border-color: #EE7590;
}
</style>