Shades of Deep Blush #EE7093
Tints of Deep Blush #EE7093
RGB
CMYK
RGB Variations
Color information
#EE7093 (or 0xEE7093) is known color: Deep Blush. HEX triplet: EE, 70 and 93. RGB value is (238,112,147). Sum of RGB (Red+Green+Blue) = 238+112+147=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7093 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7093 is #118F6C. Grayscale: #999999. Windows color (decimal): -1150829 or 9662702. OLE color: 9662702.
HSL color Cylindrical-coordinate representation of color #EE7093: hue angle of 343.33º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE7093 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 147 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.07 |
| HSL | 343.33º | 0.79% | 0.69% | - |
| HSV(B) | 343.33º | 0.53% | 0.93% | - |
| XYZ | 46.32 | 31.87 | 31.31 | - |
| YUV | 153.66 | 124.24 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 147 | 0 | 0.53 | 0.38 | 0.07 | 343.33 | 0.79 | 0.69 |
| Hex | EE | 70 | 93 | 0 | 35 | 26 | 7 | 157 | 4F | 45 |
| Octal | 356 | 160 | 223 | 0 | 65 | 46 | 7 | 527 | 117 | 105 |
| Binary | 11101110 | 1110000 | 10010011 | 0 | 110101 | 100110 | 111 | 101010111 | 1001111 | 1000101 |
Color Harmonies of #EE7093
Complementary color
Monochromatic Colors of #EE7093
Black with #EE7093
Text Example
Text Example
White with #EE7093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7093; }
p { color: rgb(238,112,147); }
H1.HeaderClassName
{
color: #EE7093;
}
.AnyTagClassName
{
color: #EE7093;
}
</style>
background-color css
<style>
a { background-color: #EE7093; }
a { background-color: rgb(238,112,147); }
div.DivClassName
{
background-color: #EE7093;
}
.BgClassName
{
background-color: #EE7093;
}
</style>
border-color css
<style>
span { border-color: #EE7093; }
span { border-color: rgb(238,112,147); }
td.TdClassName
{
border-color: #EE7093;
}
.TagClassName
{
border-color: #EE7093;
}
</style>