Shades of Deep Blush #EE7388
Tints of Deep Blush #EE7388
RGB
CMYK
RGB Variations
Color information
#EE7388 (or 0xEE7388) is known color: Deep Blush. HEX triplet: EE, 73 and 88. RGB value is (238,115,136). Sum of RGB (Red+Green+Blue) = 238+115+136=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 115 (45.31% from 255 or 23.52% from 489); Blue value is 136 (53.52% from 255 or 27.81% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7388 is #118C77. Grayscale: #9A9A9A. Windows color (decimal): -1150072 or 8942574. OLE color: 8942574.
HSL color Cylindrical-coordinate representation of color #EE7388: hue angle of 349.76º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE7388 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 136 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.07 |
| HSL | 349.76º | 0.78% | 0.69% | - |
| HSV(B) | 349.76º | 0.52% | 0.93% | - |
| XYZ | 45.83 | 32.22 | 27.1 | - |
| YUV | 154.17 | 117.75 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 136 | 0 | 0.52 | 0.43 | 0.07 | 349.76 | 0.78 | 0.69 |
| Hex | EE | 73 | 88 | 0 | 34 | 2B | 7 | 15E | 4E | 45 |
| Octal | 356 | 163 | 210 | 0 | 64 | 53 | 7 | 536 | 116 | 105 |
| Binary | 11101110 | 1110011 | 10001000 | 0 | 110100 | 101011 | 111 | 101011110 | 1001110 | 1000101 |
Color Harmonies of #EE7388
Complementary color
Monochromatic Colors of #EE7388
Black with #EE7388
Text Example
Text Example
White with #EE7388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7388; }
p { color: rgb(238,115,136); }
H1.HeaderClassName
{
color: #EE7388;
}
.AnyTagClassName
{
color: #EE7388;
}
</style>
background-color css
<style>
a { background-color: #EE7388; }
a { background-color: rgb(238,115,136); }
div.DivClassName
{
background-color: #EE7388;
}
.BgClassName
{
background-color: #EE7388;
}
</style>
border-color css
<style>
span { border-color: #EE7388; }
span { border-color: rgb(238,115,136); }
td.TdClassName
{
border-color: #EE7388;
}
.TagClassName
{
border-color: #EE7388;
}
</style>