Shades of Deep Blush #EE6A8C
Tints of Deep Blush #EE6A8C
RGB
CMYK
RGB Variations
Color information
#EE6A8C (or 0xEE6A8C) is known color: Deep Blush. HEX triplet: EE, 6A and 8C. RGB value is (238,106,140). Sum of RGB (Red+Green+Blue) = 238+106+140=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6A8C is #119573. Grayscale: #959595. Windows color (decimal): -1152372 or 9202414. OLE color: 9202414.
HSL color Cylindrical-coordinate representation of color #EE6A8C: hue angle of 344.55º 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 #EE6A8C is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 140 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.07 |
| HSL | 344.55º | 0.8% | 0.67% | - |
| HSV(B) | 344.55º | 0.55% | 0.93% | - |
| XYZ | 45.15 | 30.38 | 28.3 | - |
| YUV | 149.34 | 122.73 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 140 | 0 | 0.55 | 0.41 | 0.07 | 344.55 | 0.8 | 0.67 |
| Hex | EE | 6A | 8C | 0 | 37 | 29 | 7 | 159 | 50 | 43 |
| Octal | 356 | 152 | 214 | 0 | 67 | 51 | 7 | 531 | 120 | 103 |
| Binary | 11101110 | 1101010 | 10001100 | 0 | 110111 | 101001 | 111 | 101011001 | 1010000 | 1000011 |
Color Harmonies of #EE6A8C
Complementary color
Monochromatic Colors of #EE6A8C
Black with #EE6A8C
Text Example
Text Example
White with #EE6A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6A8C; }
p { color: rgb(238,106,140); }
H1.HeaderClassName
{
color: #EE6A8C;
}
.AnyTagClassName
{
color: #EE6A8C;
}
</style>
background-color css
<style>
a { background-color: #EE6A8C; }
a { background-color: rgb(238,106,140); }
div.DivClassName
{
background-color: #EE6A8C;
}
.BgClassName
{
background-color: #EE6A8C;
}
</style>
border-color css
<style>
span { border-color: #EE6A8C; }
span { border-color: rgb(238,106,140); }
td.TdClassName
{
border-color: #EE6A8C;
}
.TagClassName
{
border-color: #EE6A8C;
}
</style>