Shades of Deep Blush #EE6291
Tints of Deep Blush #EE6291
RGB
CMYK
RGB Variations
Color information
#EE6291 (or 0xEE6291) is known color: Deep Blush. HEX triplet: EE, 62 and 91. RGB value is (238,98,145). Sum of RGB (Red+Green+Blue) = 238+98+145=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6291 is #119D6E. Grayscale: #919191. Windows color (decimal): -1154415 or 9528046. OLE color: 9528046.
HSL color Cylindrical-coordinate representation of color #EE6291: hue angle of 339.86º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE6291 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 145 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.07 |
| HSL | 339.86º | 0.8% | 0.66% | - |
| HSV(B) | 339.86º | 0.59% | 0.93% | - |
| XYZ | 44.74 | 28.96 | 30.02 | - |
| YUV | 145.22 | 127.88 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 145 | 0 | 0.59 | 0.39 | 0.07 | 339.86 | 0.8 | 0.66 |
| Hex | EE | 62 | 91 | 0 | 3B | 27 | 7 | 154 | 50 | 42 |
| Octal | 356 | 142 | 221 | 0 | 73 | 47 | 7 | 524 | 120 | 102 |
| Binary | 11101110 | 1100010 | 10010001 | 0 | 111011 | 100111 | 111 | 101010100 | 1010000 | 1000010 |
Color Harmonies of #EE6291
Complementary color
Monochromatic Colors of #EE6291
Black with #EE6291
Text Example
Text Example
White with #EE6291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6291; }
p { color: rgb(238,98,145); }
H1.HeaderClassName
{
color: #EE6291;
}
.AnyTagClassName
{
color: #EE6291;
}
</style>
background-color css
<style>
a { background-color: #EE6291; }
a { background-color: rgb(238,98,145); }
div.DivClassName
{
background-color: #EE6291;
}
.BgClassName
{
background-color: #EE6291;
}
</style>
border-color css
<style>
span { border-color: #EE6291; }
span { border-color: rgb(238,98,145); }
td.TdClassName
{
border-color: #EE6291;
}
.TagClassName
{
border-color: #EE6291;
}
</style>