Shades of Deep Blush #EE7197
Tints of Deep Blush #EE7197
RGB
CMYK
RGB Variations
Color information
#EE7197 (or 0xEE7197) is known color: Deep Blush. HEX triplet: EE, 71 and 97. RGB value is (238,113,151). Sum of RGB (Red+Green+Blue) = 238+113+151=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7197 is #118E68. Grayscale: #9A9A9A. Windows color (decimal): -1150569 or 9925102. OLE color: 9925102.
HSL color Cylindrical-coordinate representation of color #EE7197: hue angle of 341.76º 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 #EE7197 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 151 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.07 |
| HSL | 341.76º | 0.79% | 0.69% | - |
| HSV(B) | 341.76º | 0.53% | 0.93% | - |
| XYZ | 46.75 | 32.22 | 33.03 | - |
| YUV | 154.71 | 125.91 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 151 | 0 | 0.53 | 0.37 | 0.07 | 341.76 | 0.79 | 0.69 |
| Hex | EE | 71 | 97 | 0 | 35 | 25 | 7 | 156 | 4F | 45 |
| Octal | 356 | 161 | 227 | 0 | 65 | 45 | 7 | 526 | 117 | 105 |
| Binary | 11101110 | 1110001 | 10010111 | 0 | 110101 | 100101 | 111 | 101010110 | 1001111 | 1000101 |
Color Harmonies of #EE7197
Complementary color
Monochromatic Colors of #EE7197
Black with #EE7197
Text Example
Text Example
White with #EE7197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7197; }
p { color: rgb(238,113,151); }
H1.HeaderClassName
{
color: #EE7197;
}
.AnyTagClassName
{
color: #EE7197;
}
</style>
background-color css
<style>
a { background-color: #EE7197; }
a { background-color: rgb(238,113,151); }
div.DivClassName
{
background-color: #EE7197;
}
.BgClassName
{
background-color: #EE7197;
}
</style>
border-color css
<style>
span { border-color: #EE7197; }
span { border-color: rgb(238,113,151); }
td.TdClassName
{
border-color: #EE7197;
}
.TagClassName
{
border-color: #EE7197;
}
</style>