Shades of Deep Blush #EE688A
Tints of Deep Blush #EE688A
RGB
CMYK
RGB Variations
Color information
#EE688A (or 0xEE688A) is known color: Deep Blush. HEX triplet: EE, 68 and 8A. RGB value is (238,104,138). Sum of RGB (Red+Green+Blue) = 238+104+138=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE688A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE688A is #119775. Grayscale: #939393. Windows color (decimal): -1152886 or 9070830. OLE color: 9070830.
HSL color Cylindrical-coordinate representation of color #EE688A: hue angle of 344.78º 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 #EE688A is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 138 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.07 |
| HSL | 344.78º | 0.8% | 0.67% | - |
| HSV(B) | 344.78º | 0.56% | 0.93% | - |
| XYZ | 44.8 | 29.91 | 27.46 | - |
| YUV | 147.94 | 122.39 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 138 | 0 | 0.56 | 0.42 | 0.07 | 344.78 | 0.8 | 0.67 |
| Hex | EE | 68 | 8A | 0 | 38 | 2A | 7 | 159 | 50 | 43 |
| Octal | 356 | 150 | 212 | 0 | 70 | 52 | 7 | 531 | 120 | 103 |
| Binary | 11101110 | 1101000 | 10001010 | 0 | 111000 | 101010 | 111 | 101011001 | 1010000 | 1000011 |
Color Harmonies of #EE688A
Complementary color
Monochromatic Colors of #EE688A
Black with #EE688A
Text Example
Text Example
White with #EE688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE688A; }
p { color: rgb(238,104,138); }
H1.HeaderClassName
{
color: #EE688A;
}
.AnyTagClassName
{
color: #EE688A;
}
</style>
background-color css
<style>
a { background-color: #EE688A; }
a { background-color: rgb(238,104,138); }
div.DivClassName
{
background-color: #EE688A;
}
.BgClassName
{
background-color: #EE688A;
}
</style>
border-color css
<style>
span { border-color: #EE688A; }
span { border-color: rgb(238,104,138); }
td.TdClassName
{
border-color: #EE688A;
}
.TagClassName
{
border-color: #EE688A;
}
</style>