Shades of Deep Blush #EE7192
Tints of Deep Blush #EE7192
RGB
CMYK
RGB Variations
Color information
#EE7192 (or 0xEE7192) is known color: Deep Blush. HEX triplet: EE, 71 and 92. RGB value is (238,113,146). Sum of RGB (Red+Green+Blue) = 238+113+146=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7192 is #118E6D. Grayscale: #9A9A9A. Windows color (decimal): -1150574 or 9597422. OLE color: 9597422.
HSL color Cylindrical-coordinate representation of color #EE7192: hue angle of 344.16º 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 #EE7192 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 146 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.07 |
| HSL | 344.16º | 0.79% | 0.69% | - |
| HSV(B) | 344.16º | 0.53% | 0.93% | - |
| XYZ | 46.35 | 32.06 | 30.94 | - |
| YUV | 154.14 | 123.41 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 146 | 0 | 0.53 | 0.39 | 0.07 | 344.16 | 0.79 | 0.69 |
| Hex | EE | 71 | 92 | 0 | 35 | 27 | 7 | 158 | 4F | 45 |
| Octal | 356 | 161 | 222 | 0 | 65 | 47 | 7 | 530 | 117 | 105 |
| Binary | 11101110 | 1110001 | 10010010 | 0 | 110101 | 100111 | 111 | 101011000 | 1001111 | 1000101 |
Color Harmonies of #EE7192
Complementary color
Monochromatic Colors of #EE7192
Black with #EE7192
Text Example
Text Example
White with #EE7192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7192; }
p { color: rgb(238,113,146); }
H1.HeaderClassName
{
color: #EE7192;
}
.AnyTagClassName
{
color: #EE7192;
}
</style>
background-color css
<style>
a { background-color: #EE7192; }
a { background-color: rgb(238,113,146); }
div.DivClassName
{
background-color: #EE7192;
}
.BgClassName
{
background-color: #EE7192;
}
</style>
border-color css
<style>
span { border-color: #EE7192; }
span { border-color: rgb(238,113,146); }
td.TdClassName
{
border-color: #EE7192;
}
.TagClassName
{
border-color: #EE7192;
}
</style>