Shades of Deep Blush #E86D8F
Tints of Deep Blush #E86D8F
RGB
CMYK
RGB Variations
Color information
#E86D8F (or 0xE86D8F) is known color: Deep Blush. HEX triplet: E8, 6D and 8F. RGB value is (232,109,143). Sum of RGB (Red+Green+Blue) = 232+109+143=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E86D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86D8F is #179270. Grayscale: #959595. Windows color (decimal): -1544817 or 9399784. OLE color: 9399784.
HSL color Cylindrical-coordinate representation of color #E86D8F: hue angle of 343.41º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86D8F is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 143 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.09 |
| HSL | 343.41º | 0.73% | 0.67% | - |
| HSV(B) | 343.41º | 0.53% | 0.91% | - |
| XYZ | 43.71 | 30.08 | 29.49 | - |
| YUV | 149.65 | 124.25 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 143 | 0 | 0.53 | 0.38 | 0.09 | 343.41 | 0.73 | 0.67 |
| Hex | E8 | 6D | 8F | 0 | 35 | 26 | 9 | 157 | 49 | 43 |
| Octal | 350 | 155 | 217 | 0 | 65 | 46 | 11 | 527 | 111 | 103 |
| Binary | 11101000 | 1101101 | 10001111 | 0 | 110101 | 100110 | 1001 | 101010111 | 1001001 | 1000011 |
Color Harmonies of #E86D8F
Complementary color
Monochromatic Colors of #E86D8F
Black with #E86D8F
Text Example
Text Example
White with #E86D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86D8F; }
p { color: rgb(232,109,143); }
H1.HeaderClassName
{
color: #E86D8F;
}
.AnyTagClassName
{
color: #E86D8F;
}
</style>
background-color css
<style>
a { background-color: #E86D8F; }
a { background-color: rgb(232,109,143); }
div.DivClassName
{
background-color: #E86D8F;
}
.BgClassName
{
background-color: #E86D8F;
}
</style>
border-color css
<style>
span { border-color: #E86D8F; }
span { border-color: rgb(232,109,143); }
td.TdClassName
{
border-color: #E86D8F;
}
.TagClassName
{
border-color: #E86D8F;
}
</style>