Shades of Deep Blush #EE6A90
Tints of Deep Blush #EE6A90
RGB
CMYK
RGB Variations
Color information
#EE6A90 (or 0xEE6A90) is known color: Deep Blush. HEX triplet: EE, 6A and 90. RGB value is (238,106,144). Sum of RGB (Red+Green+Blue) = 238+106+144=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6A90 is #11956F. Grayscale: #959595. Windows color (decimal): -1152368 or 9464558. OLE color: 9464558.
HSL color Cylindrical-coordinate representation of color #EE6A90: hue angle of 342.73º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6A90 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 144 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.07 |
| HSL | 342.73º | 0.8% | 0.67% | - |
| HSV(B) | 342.73º | 0.55% | 0.93% | - |
| XYZ | 45.45 | 30.5 | 29.88 | - |
| YUV | 149.8 | 124.73 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 144 | 0 | 0.55 | 0.39 | 0.07 | 342.73 | 0.8 | 0.67 |
| Hex | EE | 6A | 90 | 0 | 37 | 27 | 7 | 157 | 50 | 43 |
| Octal | 356 | 152 | 220 | 0 | 67 | 47 | 7 | 527 | 120 | 103 |
| Binary | 11101110 | 1101010 | 10010000 | 0 | 110111 | 100111 | 111 | 101010111 | 1010000 | 1000011 |
Color Harmonies of #EE6A90
Complementary color
Monochromatic Colors of #EE6A90
Black with #EE6A90
Text Example
Text Example
White with #EE6A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6A90; }
p { color: rgb(238,106,144); }
H1.HeaderClassName
{
color: #EE6A90;
}
.AnyTagClassName
{
color: #EE6A90;
}
</style>
background-color css
<style>
a { background-color: #EE6A90; }
a { background-color: rgb(238,106,144); }
div.DivClassName
{
background-color: #EE6A90;
}
.BgClassName
{
background-color: #EE6A90;
}
</style>
border-color css
<style>
span { border-color: #EE6A90; }
span { border-color: rgb(238,106,144); }
td.TdClassName
{
border-color: #EE6A90;
}
.TagClassName
{
border-color: #EE6A90;
}
</style>