Shades of Deep Blush #EE6F90
Tints of Deep Blush #EE6F90
RGB
CMYK
RGB Variations
Color information
#EE6F90 (or 0xEE6F90) is known color: Deep Blush. HEX triplet: EE, 6F and 90. RGB value is (238,111,144). Sum of RGB (Red+Green+Blue) = 238+111+144=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6F90 is #11906F. Grayscale: #989898. Windows color (decimal): -1151088 or 9465838. OLE color: 9465838.
HSL color Cylindrical-coordinate representation of color #EE6F90: hue angle of 344.41º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE6F90 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 111 | 144 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.07 |
| HSL | 344.41º | 0.79% | 0.68% | - |
| HSV(B) | 344.41º | 0.53% | 0.93% | - |
| XYZ | 45.98 | 31.56 | 30.05 | - |
| YUV | 152.74 | 123.08 | 188.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 144 | 0 | 0.53 | 0.39 | 0.07 | 344.41 | 0.79 | 0.68 |
| Hex | EE | 6F | 90 | 0 | 35 | 27 | 7 | 158 | 4F | 44 |
| Octal | 356 | 157 | 220 | 0 | 65 | 47 | 7 | 530 | 117 | 104 |
| Binary | 11101110 | 1101111 | 10010000 | 0 | 110101 | 100111 | 111 | 101011000 | 1001111 | 1000100 |
Color Harmonies of #EE6F90
Complementary color
Monochromatic Colors of #EE6F90
Black with #EE6F90
Text Example
Text Example
White with #EE6F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6F90; }
p { color: rgb(238,111,144); }
H1.HeaderClassName
{
color: #EE6F90;
}
.AnyTagClassName
{
color: #EE6F90;
}
</style>
background-color css
<style>
a { background-color: #EE6F90; }
a { background-color: rgb(238,111,144); }
div.DivClassName
{
background-color: #EE6F90;
}
.BgClassName
{
background-color: #EE6F90;
}
</style>
border-color css
<style>
span { border-color: #EE6F90; }
span { border-color: rgb(238,111,144); }
td.TdClassName
{
border-color: #EE6F90;
}
.TagClassName
{
border-color: #EE6F90;
}
</style>