Shades of Deep Blush #E86C8A
Tints of Deep Blush #E86C8A
RGB
CMYK
RGB Variations
Color information
#E86C8A (or 0xE86C8A) is known color: Deep Blush. HEX triplet: E8, 6C and 8A. RGB value is (232,108,138). Sum of RGB (Red+Green+Blue) = 232+108+138=478 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.54% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 232 - color contains mainly: red. Hex color #E86C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86C8A is #179375. Grayscale: #949494. Windows color (decimal): -1545078 or 9071848. OLE color: 9071848.
HSL color Cylindrical-coordinate representation of color #E86C8A: hue angle of 345.48º 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 #E86C8A is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 108 | 138 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.09 |
| HSL | 345.48º | 0.73% | 0.67% | - |
| HSV(B) | 345.48º | 0.53% | 0.91% | - |
| XYZ | 43.23 | 29.72 | 27.5 | - |
| YUV | 148.5 | 122.08 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 108 | 138 | 0 | 0.53 | 0.41 | 0.09 | 345.48 | 0.73 | 0.67 |
| Hex | E8 | 6C | 8A | 0 | 35 | 29 | 9 | 159 | 49 | 43 |
| Octal | 350 | 154 | 212 | 0 | 65 | 51 | 11 | 531 | 111 | 103 |
| Binary | 11101000 | 1101100 | 10001010 | 0 | 110101 | 101001 | 1001 | 101011001 | 1001001 | 1000011 |
Color Harmonies of #E86C8A
Complementary color
Monochromatic Colors of #E86C8A
Black with #E86C8A
Text Example
Text Example
White with #E86C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86C8A; }
p { color: rgb(232,108,138); }
H1.HeaderClassName
{
color: #E86C8A;
}
.AnyTagClassName
{
color: #E86C8A;
}
</style>
background-color css
<style>
a { background-color: #E86C8A; }
a { background-color: rgb(232,108,138); }
div.DivClassName
{
background-color: #E86C8A;
}
.BgClassName
{
background-color: #E86C8A;
}
</style>
border-color css
<style>
span { border-color: #E86C8A; }
span { border-color: rgb(232,108,138); }
td.TdClassName
{
border-color: #E86C8A;
}
.TagClassName
{
border-color: #E86C8A;
}
</style>