Shades of Deep Blush #EE6993
Tints of Deep Blush #EE6993
RGB
CMYK
RGB Variations
Color information
#EE6993 (or 0xEE6993) is known color: Deep Blush. HEX triplet: EE, 69 and 93. RGB value is (238,105,147). Sum of RGB (Red+Green+Blue) = 238+105+147=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6993 is #11966C. Grayscale: #959595. Windows color (decimal): -1152621 or 9660910. OLE color: 9660910.
HSL color Cylindrical-coordinate representation of color #EE6993: hue angle of 341.05º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE6993 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 147 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.07 |
| HSL | 341.05º | 0.8% | 0.67% | - |
| HSV(B) | 341.05º | 0.56% | 0.93% | - |
| XYZ | 45.58 | 30.39 | 31.07 | - |
| YUV | 149.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 147 | 0 | 0.56 | 0.38 | 0.07 | 341.05 | 0.8 | 0.67 |
| Hex | EE | 69 | 93 | 0 | 38 | 26 | 7 | 155 | 50 | 43 |
| Octal | 356 | 151 | 223 | 0 | 70 | 46 | 7 | 525 | 120 | 103 |
| Binary | 11101110 | 1101001 | 10010011 | 0 | 111000 | 100110 | 111 | 101010101 | 1010000 | 1000011 |
Color Harmonies of #EE6993
Complementary color
Monochromatic Colors of #EE6993
Black with #EE6993
Text Example
Text Example
White with #EE6993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6993; }
p { color: rgb(238,105,147); }
H1.HeaderClassName
{
color: #EE6993;
}
.AnyTagClassName
{
color: #EE6993;
}
</style>
background-color css
<style>
a { background-color: #EE6993; }
a { background-color: rgb(238,105,147); }
div.DivClassName
{
background-color: #EE6993;
}
.BgClassName
{
background-color: #EE6993;
}
</style>
border-color css
<style>
span { border-color: #EE6993; }
span { border-color: rgb(238,105,147); }
td.TdClassName
{
border-color: #EE6993;
}
.TagClassName
{
border-color: #EE6993;
}
</style>