Shades of Deep Blush #EE698B
Tints of Deep Blush #EE698B
RGB
CMYK
RGB Variations
Color information
#EE698B (or 0xEE698B) is known color: Deep Blush. HEX triplet: EE, 69 and 8B. RGB value is (238,105,139). Sum of RGB (Red+Green+Blue) = 238+105+139=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE698B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE698B is #119674. Grayscale: #949494. Windows color (decimal): -1152629 or 9136622. OLE color: 9136622.
HSL color Cylindrical-coordinate representation of color #EE698B: hue angle of 344.66º 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 #EE698B is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 139 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.07 |
| HSL | 344.66º | 0.8% | 0.67% | - |
| HSV(B) | 344.66º | 0.56% | 0.93% | - |
| XYZ | 44.97 | 30.14 | 27.87 | - |
| YUV | 148.64 | 122.56 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 139 | 0 | 0.56 | 0.42 | 0.07 | 344.66 | 0.8 | 0.67 |
| Hex | EE | 69 | 8B | 0 | 38 | 2A | 7 | 159 | 50 | 43 |
| Octal | 356 | 151 | 213 | 0 | 70 | 52 | 7 | 531 | 120 | 103 |
| Binary | 11101110 | 1101001 | 10001011 | 0 | 111000 | 101010 | 111 | 101011001 | 1010000 | 1000011 |
Color Harmonies of #EE698B
Complementary color
Monochromatic Colors of #EE698B
Black with #EE698B
Text Example
Text Example
White with #EE698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE698B; }
p { color: rgb(238,105,139); }
H1.HeaderClassName
{
color: #EE698B;
}
.AnyTagClassName
{
color: #EE698B;
}
</style>
background-color css
<style>
a { background-color: #EE698B; }
a { background-color: rgb(238,105,139); }
div.DivClassName
{
background-color: #EE698B;
}
.BgClassName
{
background-color: #EE698B;
}
</style>
border-color css
<style>
span { border-color: #EE698B; }
span { border-color: rgb(238,105,139); }
td.TdClassName
{
border-color: #EE698B;
}
.TagClassName
{
border-color: #EE698B;
}
</style>