Shades of Deep Blush #EE618E
Tints of Deep Blush #EE618E
RGB
CMYK
RGB Variations
Color information
#EE618E (or 0xEE618E) is known color: Deep Blush. HEX triplet: EE, 61 and 8E. RGB value is (238,97,142). Sum of RGB (Red+Green+Blue) = 238+97+142=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE618E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE618E is #119E71. Grayscale: #909090. Windows color (decimal): -1154674 or 9331182. OLE color: 9331182.
HSL color Cylindrical-coordinate representation of color #EE618E: hue angle of 340.85º 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 #EE618E is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 142 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.07 |
| HSL | 340.85º | 0.81% | 0.66% | - |
| HSV(B) | 340.85º | 0.59% | 0.93% | - |
| XYZ | 44.42 | 28.68 | 28.79 | - |
| YUV | 144.29 | 126.71 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 142 | 0 | 0.59 | 0.40 | 0.07 | 340.85 | 0.81 | 0.66 |
| Hex | EE | 61 | 8E | 0 | 3B | 28 | 7 | 155 | 51 | 42 |
| Octal | 356 | 141 | 216 | 0 | 73 | 50 | 7 | 525 | 121 | 102 |
| Binary | 11101110 | 1100001 | 10001110 | 0 | 111011 | 101000 | 111 | 101010101 | 1010001 | 1000010 |
Color Harmonies of #EE618E
Complementary color
Monochromatic Colors of #EE618E
Black with #EE618E
Text Example
Text Example
White with #EE618E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE618E; }
p { color: rgb(238,97,142); }
H1.HeaderClassName
{
color: #EE618E;
}
.AnyTagClassName
{
color: #EE618E;
}
</style>
background-color css
<style>
a { background-color: #EE618E; }
a { background-color: rgb(238,97,142); }
div.DivClassName
{
background-color: #EE618E;
}
.BgClassName
{
background-color: #EE618E;
}
</style>
border-color css
<style>
span { border-color: #EE618E; }
span { border-color: rgb(238,97,142); }
td.TdClassName
{
border-color: #EE618E;
}
.TagClassName
{
border-color: #EE618E;
}
</style>