Shades of Deep Blush #EE7391
Tints of Deep Blush #EE7391
RGB
CMYK
RGB Variations
Color information
#EE7391 (or 0xEE7391) is known color: Deep Blush. HEX triplet: EE, 73 and 91. RGB value is (238,115,145). Sum of RGB (Red+Green+Blue) = 238+115+145=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7391 is #118C6E. Grayscale: #9B9B9B. Windows color (decimal): -1150063 or 9532398. OLE color: 9532398.
HSL color Cylindrical-coordinate representation of color #EE7391: hue angle of 345.37º 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 #EE7391 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 145 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.07 |
| HSL | 345.37º | 0.78% | 0.69% | - |
| HSV(B) | 345.37º | 0.52% | 0.93% | - |
| XYZ | 46.5 | 32.48 | 30.61 | - |
| YUV | 155.2 | 122.25 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 145 | 0 | 0.52 | 0.39 | 0.07 | 345.37 | 0.78 | 0.69 |
| Hex | EE | 73 | 91 | 0 | 34 | 27 | 7 | 159 | 4E | 45 |
| Octal | 356 | 163 | 221 | 0 | 64 | 47 | 7 | 531 | 116 | 105 |
| Binary | 11101110 | 1110011 | 10010001 | 0 | 110100 | 100111 | 111 | 101011001 | 1001110 | 1000101 |
Color Harmonies of #EE7391
Complementary color
Monochromatic Colors of #EE7391
Black with #EE7391
Text Example
Text Example
White with #EE7391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7391; }
p { color: rgb(238,115,145); }
H1.HeaderClassName
{
color: #EE7391;
}
.AnyTagClassName
{
color: #EE7391;
}
</style>
background-color css
<style>
a { background-color: #EE7391; }
a { background-color: rgb(238,115,145); }
div.DivClassName
{
background-color: #EE7391;
}
.BgClassName
{
background-color: #EE7391;
}
</style>
border-color css
<style>
span { border-color: #EE7391; }
span { border-color: rgb(238,115,145); }
td.TdClassName
{
border-color: #EE7391;
}
.TagClassName
{
border-color: #EE7391;
}
</style>