Shades of Deep Blush #EE648D
Tints of Deep Blush #EE648D
RGB
CMYK
RGB Variations
Color information
#EE648D (or 0xEE648D) is known color: Deep Blush. HEX triplet: EE, 64 and 8D. RGB value is (238,100,141). Sum of RGB (Red+Green+Blue) = 238+100+141=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE648D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE648D is #119B72. Grayscale: #919191. Windows color (decimal): -1153907 or 9266414. OLE color: 9266414.
HSL color Cylindrical-coordinate representation of color #EE648D: hue angle of 342.17º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE648D is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 141 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.07 |
| HSL | 342.17º | 0.8% | 0.66% | - |
| HSV(B) | 342.17º | 0.58% | 0.93% | - |
| XYZ | 44.62 | 29.21 | 28.49 | - |
| YUV | 145.94 | 125.22 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 141 | 0 | 0.58 | 0.41 | 0.07 | 342.17 | 0.8 | 0.66 |
| Hex | EE | 64 | 8D | 0 | 3A | 29 | 7 | 156 | 50 | 42 |
| Octal | 356 | 144 | 215 | 0 | 72 | 51 | 7 | 526 | 120 | 102 |
| Binary | 11101110 | 1100100 | 10001101 | 0 | 111010 | 101001 | 111 | 101010110 | 1010000 | 1000010 |
Color Harmonies of #EE648D
Complementary color
Monochromatic Colors of #EE648D
Black with #EE648D
Text Example
Text Example
White with #EE648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE648D; }
p { color: rgb(238,100,141); }
H1.HeaderClassName
{
color: #EE648D;
}
.AnyTagClassName
{
color: #EE648D;
}
</style>
background-color css
<style>
a { background-color: #EE648D; }
a { background-color: rgb(238,100,141); }
div.DivClassName
{
background-color: #EE648D;
}
.BgClassName
{
background-color: #EE648D;
}
</style>
border-color css
<style>
span { border-color: #EE648D; }
span { border-color: rgb(238,100,141); }
td.TdClassName
{
border-color: #EE648D;
}
.TagClassName
{
border-color: #EE648D;
}
</style>