Shades of Deep Blush #EE618C
Tints of Deep Blush #EE618C
RGB
CMYK
RGB Variations
Color information
#EE618C (or 0xEE618C) is known color: Deep Blush. HEX triplet: EE, 61 and 8C. RGB value is (238,97,140). Sum of RGB (Red+Green+Blue) = 238+97+140=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE618C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE618C is #119E73. Grayscale: #909090. Windows color (decimal): -1154676 or 9200110. OLE color: 9200110.
HSL color Cylindrical-coordinate representation of color #EE618C: hue angle of 341.7º 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 #EE618C is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 140 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.07 |
| HSL | 341.7º | 0.81% | 0.66% | - |
| HSV(B) | 341.7º | 0.59% | 0.93% | - |
| XYZ | 44.27 | 28.62 | 28 | - |
| YUV | 144.06 | 125.71 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 140 | 0 | 0.59 | 0.41 | 0.07 | 341.7 | 0.81 | 0.66 |
| Hex | EE | 61 | 8C | 0 | 3B | 29 | 7 | 156 | 51 | 42 |
| Octal | 356 | 141 | 214 | 0 | 73 | 51 | 7 | 526 | 121 | 102 |
| Binary | 11101110 | 1100001 | 10001100 | 0 | 111011 | 101001 | 111 | 101010110 | 1010001 | 1000010 |
Color Harmonies of #EE618C
Complementary color
Monochromatic Colors of #EE618C
Black with #EE618C
Text Example
Text Example
White with #EE618C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE618C; }
p { color: rgb(238,97,140); }
H1.HeaderClassName
{
color: #EE618C;
}
.AnyTagClassName
{
color: #EE618C;
}
</style>
background-color css
<style>
a { background-color: #EE618C; }
a { background-color: rgb(238,97,140); }
div.DivClassName
{
background-color: #EE618C;
}
.BgClassName
{
background-color: #EE618C;
}
</style>
border-color css
<style>
span { border-color: #EE618C; }
span { border-color: rgb(238,97,140); }
td.TdClassName
{
border-color: #EE618C;
}
.TagClassName
{
border-color: #EE618C;
}
</style>