Shades of Deep Blush #E86E8C
Tints of Deep Blush #E86E8C
RGB
CMYK
RGB Variations
Color information
#E86E8C (or 0xE86E8C) is known color: Deep Blush. HEX triplet: E8, 6E and 8C. RGB value is (232,110,140). Sum of RGB (Red+Green+Blue) = 232+110+140=482 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.13% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 232 - color contains mainly: red. Hex color #E86E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E86E8C is #179173. Grayscale: #959595. Windows color (decimal): -1544564 or 9203432. OLE color: 9203432.
HSL color Cylindrical-coordinate representation of color #E86E8C: hue angle of 345.25º 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 #E86E8C is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 140 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.09 |
| HSL | 345.25º | 0.73% | 0.67% | - |
| HSV(B) | 345.25º | 0.53% | 0.91% | - |
| XYZ | 43.59 | 30.2 | 28.34 | - |
| YUV | 149.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 140 | 0 | 0.53 | 0.40 | 0.09 | 345.25 | 0.73 | 0.67 |
| Hex | E8 | 6E | 8C | 0 | 35 | 28 | 9 | 159 | 49 | 43 |
| Octal | 350 | 156 | 214 | 0 | 65 | 50 | 11 | 531 | 111 | 103 |
| Binary | 11101000 | 1101110 | 10001100 | 0 | 110101 | 101000 | 1001 | 101011001 | 1001001 | 1000011 |
Color Harmonies of #E86E8C
Complementary color
Monochromatic Colors of #E86E8C
Black with #E86E8C
Text Example
Text Example
White with #E86E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86E8C; }
p { color: rgb(232,110,140); }
H1.HeaderClassName
{
color: #E86E8C;
}
.AnyTagClassName
{
color: #E86E8C;
}
</style>
background-color css
<style>
a { background-color: #E86E8C; }
a { background-color: rgb(232,110,140); }
div.DivClassName
{
background-color: #E86E8C;
}
.BgClassName
{
background-color: #E86E8C;
}
</style>
border-color css
<style>
span { border-color: #E86E8C; }
span { border-color: rgb(232,110,140); }
td.TdClassName
{
border-color: #E86E8C;
}
.TagClassName
{
border-color: #E86E8C;
}
</style>