Shades of Deep Blush #EE6A8F
Tints of Deep Blush #EE6A8F
RGB
CMYK
RGB Variations
Color information
#EE6A8F (or 0xEE6A8F) is known color: Deep Blush. HEX triplet: EE, 6A and 8F. RGB value is (238,106,143). Sum of RGB (Red+Green+Blue) = 238+106+143=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 143 (56.25% from 255 or 29.36% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6A8F is #119570. Grayscale: #959595. Windows color (decimal): -1152369 or 9399022. OLE color: 9399022.
HSL color Cylindrical-coordinate representation of color #EE6A8F: hue angle of 343.18º 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 #EE6A8F is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 143 | - |
| CMYK | 0 | 0.55 | 0.40 | 0.07 |
| HSL | 343.18º | 0.8% | 0.67% | - |
| HSV(B) | 343.18º | 0.55% | 0.93% | - |
| XYZ | 45.37 | 30.47 | 29.48 | - |
| YUV | 149.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 143 | 0 | 0.55 | 0.40 | 0.07 | 343.18 | 0.8 | 0.67 |
| Hex | EE | 6A | 8F | 0 | 37 | 28 | 7 | 157 | 50 | 43 |
| Octal | 356 | 152 | 217 | 0 | 67 | 50 | 7 | 527 | 120 | 103 |
| Binary | 11101110 | 1101010 | 10001111 | 0 | 110111 | 101000 | 111 | 101010111 | 1010000 | 1000011 |
Color Harmonies of #EE6A8F
Complementary color
Monochromatic Colors of #EE6A8F
Black with #EE6A8F
Text Example
Text Example
White with #EE6A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6A8F; }
p { color: rgb(238,106,143); }
H1.HeaderClassName
{
color: #EE6A8F;
}
.AnyTagClassName
{
color: #EE6A8F;
}
</style>
background-color css
<style>
a { background-color: #EE6A8F; }
a { background-color: rgb(238,106,143); }
div.DivClassName
{
background-color: #EE6A8F;
}
.BgClassName
{
background-color: #EE6A8F;
}
</style>
border-color css
<style>
span { border-color: #EE6A8F; }
span { border-color: rgb(238,106,143); }
td.TdClassName
{
border-color: #EE6A8F;
}
.TagClassName
{
border-color: #EE6A8F;
}
</style>