Shades of Deep Blush #EE6091
Tints of Deep Blush #EE6091
RGB
CMYK
RGB Variations
Color information
#EE6091 (or 0xEE6091) is known color: Deep Blush. HEX triplet: EE, 60 and 91. RGB value is (238,96,145). Sum of RGB (Red+Green+Blue) = 238+96+145=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6091 is #119F6E. Grayscale: #8F8F8F. Windows color (decimal): -1154927 or 9527534. OLE color: 9527534.
HSL color Cylindrical-coordinate representation of color #EE6091: hue angle of 339.3º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE6091 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 96 | 145 | - |
| CMYK | 0 | 0.60 | 0.39 | 0.07 |
| HSL | 339.3º | 0.81% | 0.65% | - |
| HSV(B) | 339.3º | 0.6% | 0.93% | - |
| XYZ | 44.55 | 28.59 | 29.96 | - |
| YUV | 144.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 96 | 145 | 0 | 0.60 | 0.39 | 0.07 | 339.3 | 0.81 | 0.65 |
| Hex | EE | 60 | 91 | 0 | 3C | 27 | 7 | 153 | 51 | 41 |
| Octal | 356 | 140 | 221 | 0 | 74 | 47 | 7 | 523 | 121 | 101 |
| Binary | 11101110 | 1100000 | 10010001 | 0 | 111100 | 100111 | 111 | 101010011 | 1010001 | 1000001 |
Color Harmonies of #EE6091
Complementary color
Monochromatic Colors of #EE6091
Black with #EE6091
Text Example
Text Example
White with #EE6091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6091; }
p { color: rgb(238,96,145); }
H1.HeaderClassName
{
color: #EE6091;
}
.AnyTagClassName
{
color: #EE6091;
}
</style>
background-color css
<style>
a { background-color: #EE6091; }
a { background-color: rgb(238,96,145); }
div.DivClassName
{
background-color: #EE6091;
}
.BgClassName
{
background-color: #EE6091;
}
</style>
border-color css
<style>
span { border-color: #EE6091; }
span { border-color: rgb(238,96,145); }
td.TdClassName
{
border-color: #EE6091;
}
.TagClassName
{
border-color: #EE6091;
}
</style>