Shades of Deep Blush #EE7098
Tints of Deep Blush #EE7098
RGB
CMYK
RGB Variations
Color information
#EE7098 (or 0xEE7098) is known color: Deep Blush. HEX triplet: EE, 70 and 98. RGB value is (238,112,152). Sum of RGB (Red+Green+Blue) = 238+112+152=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7098 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7098 is #118F67. Grayscale: #9A9A9A. Windows color (decimal): -1150824 or 9990382. OLE color: 9990382.
HSL color Cylindrical-coordinate representation of color #EE7098: hue angle of 340.95º 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 #EE7098 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 112 | 152 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.07 |
| HSL | 340.95º | 0.79% | 0.69% | - |
| HSV(B) | 340.95º | 0.53% | 0.93% | - |
| XYZ | 46.72 | 32.03 | 33.43 | - |
| YUV | 154.23 | 126.74 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 112 | 152 | 0 | 0.53 | 0.36 | 0.07 | 340.95 | 0.79 | 0.69 |
| Hex | EE | 70 | 98 | 0 | 35 | 24 | 7 | 155 | 4F | 45 |
| Octal | 356 | 160 | 230 | 0 | 65 | 44 | 7 | 525 | 117 | 105 |
| Binary | 11101110 | 1110000 | 10011000 | 0 | 110101 | 100100 | 111 | 101010101 | 1001111 | 1000101 |
Color Harmonies of #EE7098
Complementary color
Monochromatic Colors of #EE7098
Black with #EE7098
Text Example
Text Example
White with #EE7098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7098; }
p { color: rgb(238,112,152); }
H1.HeaderClassName
{
color: #EE7098;
}
.AnyTagClassName
{
color: #EE7098;
}
</style>
background-color css
<style>
a { background-color: #EE7098; }
a { background-color: rgb(238,112,152); }
div.DivClassName
{
background-color: #EE7098;
}
.BgClassName
{
background-color: #EE7098;
}
</style>
border-color css
<style>
span { border-color: #EE7098; }
span { border-color: rgb(238,112,152); }
td.TdClassName
{
border-color: #EE7098;
}
.TagClassName
{
border-color: #EE7098;
}
</style>