Shades of Deep Blush #E86F8D
Tints of Deep Blush #E86F8D
RGB
CMYK
RGB Variations
Color information
#E86F8D (or 0xE86F8D) is known color: Deep Blush. HEX triplet: E8, 6F and 8D. RGB value is (232,111,141). Sum of RGB (Red+Green+Blue) = 232+111+141=484 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.93% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 232 - color contains mainly: red. Hex color #E86F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86F8D is #179072. Grayscale: #969696. Windows color (decimal): -1544307 or 9269224. OLE color: 9269224.
HSL color Cylindrical-coordinate representation of color #E86F8D: hue angle of 345.12º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E86F8D is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 111 | 141 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.09 |
| HSL | 345.12º | 0.72% | 0.67% | - |
| HSV(B) | 345.12º | 0.52% | 0.91% | - |
| XYZ | 43.77 | 30.45 | 28.77 | - |
| YUV | 150.6 | 122.59 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 111 | 141 | 0 | 0.52 | 0.39 | 0.09 | 345.12 | 0.72 | 0.67 |
| Hex | E8 | 6F | 8D | 0 | 34 | 27 | 9 | 159 | 48 | 43 |
| Octal | 350 | 157 | 215 | 0 | 64 | 47 | 11 | 531 | 110 | 103 |
| Binary | 11101000 | 1101111 | 10001101 | 0 | 110100 | 100111 | 1001 | 101011001 | 1001000 | 1000011 |
Color Harmonies of #E86F8D
Complementary color
Monochromatic Colors of #E86F8D
Black with #E86F8D
Text Example
Text Example
White with #E86F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86F8D; }
p { color: rgb(232,111,141); }
H1.HeaderClassName
{
color: #E86F8D;
}
.AnyTagClassName
{
color: #E86F8D;
}
</style>
background-color css
<style>
a { background-color: #E86F8D; }
a { background-color: rgb(232,111,141); }
div.DivClassName
{
background-color: #E86F8D;
}
.BgClassName
{
background-color: #E86F8D;
}
</style>
border-color css
<style>
span { border-color: #E86F8D; }
span { border-color: rgb(232,111,141); }
td.TdClassName
{
border-color: #E86F8D;
}
.TagClassName
{
border-color: #E86F8D;
}
</style>