Shades of Deep Blush #EE668A
Tints of Deep Blush #EE668A
RGB
CMYK
RGB Variations
Color information
#EE668A (or 0xEE668A) is known color: Deep Blush. HEX triplet: EE, 66 and 8A. RGB value is (238,102,138). Sum of RGB (Red+Green+Blue) = 238+102+138=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE668A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE668A is #119975. Grayscale: #929292. Windows color (decimal): -1153398 or 9070318. OLE color: 9070318.
HSL color Cylindrical-coordinate representation of color #EE668A: hue angle of 344.12º 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 #EE668A is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 138 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.07 |
| HSL | 344.12º | 0.8% | 0.67% | - |
| HSV(B) | 344.12º | 0.57% | 0.93% | - |
| XYZ | 44.6 | 29.51 | 27.39 | - |
| YUV | 146.77 | 123.06 | 193.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 138 | 0 | 0.57 | 0.42 | 0.07 | 344.12 | 0.8 | 0.67 |
| Hex | EE | 66 | 8A | 0 | 39 | 2A | 7 | 158 | 50 | 43 |
| Octal | 356 | 146 | 212 | 0 | 71 | 52 | 7 | 530 | 120 | 103 |
| Binary | 11101110 | 1100110 | 10001010 | 0 | 111001 | 101010 | 111 | 101011000 | 1010000 | 1000011 |
Color Harmonies of #EE668A
Complementary color
Monochromatic Colors of #EE668A
Black with #EE668A
Text Example
Text Example
White with #EE668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE668A; }
p { color: rgb(238,102,138); }
H1.HeaderClassName
{
color: #EE668A;
}
.AnyTagClassName
{
color: #EE668A;
}
</style>
background-color css
<style>
a { background-color: #EE668A; }
a { background-color: rgb(238,102,138); }
div.DivClassName
{
background-color: #EE668A;
}
.BgClassName
{
background-color: #EE668A;
}
</style>
border-color css
<style>
span { border-color: #EE668A; }
span { border-color: rgb(238,102,138); }
td.TdClassName
{
border-color: #EE668A;
}
.TagClassName
{
border-color: #EE668A;
}
</style>