Shades of Deep Blush #EE668E
Tints of Deep Blush #EE668E
RGB
CMYK
RGB Variations
Color information
#EE668E (or 0xEE668E) is known color: Deep Blush. HEX triplet: EE, 66 and 8E. RGB value is (238,102,142). Sum of RGB (Red+Green+Blue) = 238+102+142=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE668E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE668E is #119971. Grayscale: #939393. Windows color (decimal): -1153394 or 9332462. OLE color: 9332462.
HSL color Cylindrical-coordinate representation of color #EE668E: hue angle of 342.35º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE668E is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 142 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.07 |
| HSL | 342.35º | 0.8% | 0.67% | - |
| HSV(B) | 342.35º | 0.57% | 0.93% | - |
| XYZ | 44.89 | 29.63 | 28.94 | - |
| YUV | 147.22 | 125.06 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 142 | 0 | 0.57 | 0.40 | 0.07 | 342.35 | 0.8 | 0.67 |
| Hex | EE | 66 | 8E | 0 | 39 | 28 | 7 | 156 | 50 | 43 |
| Octal | 356 | 146 | 216 | 0 | 71 | 50 | 7 | 526 | 120 | 103 |
| Binary | 11101110 | 1100110 | 10001110 | 0 | 111001 | 101000 | 111 | 101010110 | 1010000 | 1000011 |
Color Harmonies of #EE668E
Complementary color
Monochromatic Colors of #EE668E
Black with #EE668E
Text Example
Text Example
White with #EE668E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE668E; }
p { color: rgb(238,102,142); }
H1.HeaderClassName
{
color: #EE668E;
}
.AnyTagClassName
{
color: #EE668E;
}
</style>
background-color css
<style>
a { background-color: #EE668E; }
a { background-color: rgb(238,102,142); }
div.DivClassName
{
background-color: #EE668E;
}
.BgClassName
{
background-color: #EE668E;
}
</style>
border-color css
<style>
span { border-color: #EE668E; }
span { border-color: rgb(238,102,142); }
td.TdClassName
{
border-color: #EE668E;
}
.TagClassName
{
border-color: #EE668E;
}
</style>