Shades of Deep Blush #EE6193
Tints of Deep Blush #EE6193
RGB
CMYK
RGB Variations
Color information
#EE6193 (or 0xEE6193) is known color: Deep Blush. HEX triplet: EE, 61 and 93. RGB value is (238,97,147). Sum of RGB (Red+Green+Blue) = 238+97+147=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6193 is #119E6C. Grayscale: #909090. Windows color (decimal): -1154669 or 9658862. OLE color: 9658862.
HSL color Cylindrical-coordinate representation of color #EE6193: hue angle of 338.72º degrees, saturation: 0.81, 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 #EE6193 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 147 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.07 |
| HSL | 338.72º | 0.81% | 0.66% | - |
| HSV(B) | 338.72º | 0.59% | 0.93% | - |
| XYZ | 44.8 | 28.83 | 30.81 | - |
| YUV | 144.86 | 129.21 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 147 | 0 | 0.59 | 0.38 | 0.07 | 338.72 | 0.81 | 0.66 |
| Hex | EE | 61 | 93 | 0 | 3B | 26 | 7 | 153 | 51 | 42 |
| Octal | 356 | 141 | 223 | 0 | 73 | 46 | 7 | 523 | 121 | 102 |
| Binary | 11101110 | 1100001 | 10010011 | 0 | 111011 | 100110 | 111 | 101010011 | 1010001 | 1000010 |
Color Harmonies of #EE6193
Complementary color
Monochromatic Colors of #EE6193
Black with #EE6193
Text Example
Text Example
White with #EE6193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6193; }
p { color: rgb(238,97,147); }
H1.HeaderClassName
{
color: #EE6193;
}
.AnyTagClassName
{
color: #EE6193;
}
</style>
background-color css
<style>
a { background-color: #EE6193; }
a { background-color: rgb(238,97,147); }
div.DivClassName
{
background-color: #EE6193;
}
.BgClassName
{
background-color: #EE6193;
}
</style>
border-color css
<style>
span { border-color: #EE6193; }
span { border-color: rgb(238,97,147); }
td.TdClassName
{
border-color: #EE6193;
}
.TagClassName
{
border-color: #EE6193;
}
</style>