Shades of Deep Blush #EE698A
Tints of Deep Blush #EE698A
RGB
CMYK
RGB Variations
Color information
#EE698A (or 0xEE698A) is known color: Deep Blush. HEX triplet: EE, 69 and 8A. RGB value is (238,105,138). Sum of RGB (Red+Green+Blue) = 238+105+138=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE698A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE698A is #119675. Grayscale: #949494. Windows color (decimal): -1152630 or 9071086. OLE color: 9071086.
HSL color Cylindrical-coordinate representation of color #EE698A: hue angle of 345.11º 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 #EE698A is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 138 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.07 |
| HSL | 345.11º | 0.8% | 0.67% | - |
| HSV(B) | 345.11º | 0.56% | 0.93% | - |
| XYZ | 44.9 | 30.12 | 27.49 | - |
| YUV | 148.53 | 122.06 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 138 | 0 | 0.56 | 0.42 | 0.07 | 345.11 | 0.8 | 0.67 |
| Hex | EE | 69 | 8A | 0 | 38 | 2A | 7 | 159 | 50 | 43 |
| Octal | 356 | 151 | 212 | 0 | 70 | 52 | 7 | 531 | 120 | 103 |
| Binary | 11101110 | 1101001 | 10001010 | 0 | 111000 | 101010 | 111 | 101011001 | 1010000 | 1000011 |
Color Harmonies of #EE698A
Complementary color
Monochromatic Colors of #EE698A
Black with #EE698A
Text Example
Text Example
White with #EE698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE698A; }
p { color: rgb(238,105,138); }
H1.HeaderClassName
{
color: #EE698A;
}
.AnyTagClassName
{
color: #EE698A;
}
</style>
background-color css
<style>
a { background-color: #EE698A; }
a { background-color: rgb(238,105,138); }
div.DivClassName
{
background-color: #EE698A;
}
.BgClassName
{
background-color: #EE698A;
}
</style>
border-color css
<style>
span { border-color: #EE698A; }
span { border-color: rgb(238,105,138); }
td.TdClassName
{
border-color: #EE698A;
}
.TagClassName
{
border-color: #EE698A;
}
</style>