Shades of Deep Blush #E17C86
Tints of Deep Blush #E17C86
RGB
CMYK
RGB Variations
Color information
#E17C86 (or 0xE17C86) is known color: Deep Blush. HEX triplet: E1, 7C and 86. RGB value is (225,124,134). Sum of RGB (Red+Green+Blue) = 225+124+134=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 124 (48.83% from 255 or 25.67% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17C86 is #1E8379. Grayscale: #9B9B9B. Windows color (decimal): -1999738 or 8813793. OLE color: 8813793.
HSL color Cylindrical-coordinate representation of color #E17C86: hue angle of 354.06º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17C86 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 134 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.12 |
| HSL | 354.06º | 0.63% | 0.68% | - |
| HSV(B) | 354.06º | 0.45% | 0.88% | - |
| XYZ | 42.56 | 32.14 | 26.52 | - |
| YUV | 155.34 | 115.96 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 134 | 0 | 0.45 | 0.40 | 0.12 | 354.06 | 0.63 | 0.68 |
| Hex | E1 | 7C | 86 | 0 | 2D | 28 | C | 162 | 3F | 44 |
| Octal | 341 | 174 | 206 | 0 | 55 | 50 | 14 | 542 | 77 | 104 |
| Binary | 11100001 | 1111100 | 10000110 | 0 | 101101 | 101000 | 1100 | 101100010 | 111111 | 1000100 |
Color Harmonies of #E17C86
Complementary color
Monochromatic Colors of #E17C86
Black with #E17C86
Text Example
Text Example
White with #E17C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C86; }
p { color: rgb(225,124,134); }
H1.HeaderClassName
{
color: #E17C86;
}
.AnyTagClassName
{
color: #E17C86;
}
</style>
background-color css
<style>
a { background-color: #E17C86; }
a { background-color: rgb(225,124,134); }
div.DivClassName
{
background-color: #E17C86;
}
.BgClassName
{
background-color: #E17C86;
}
</style>
border-color css
<style>
span { border-color: #E17C86; }
span { border-color: rgb(225,124,134); }
td.TdClassName
{
border-color: #E17C86;
}
.TagClassName
{
border-color: #E17C86;
}
</style>