Shades of Deep Blush #E17086
Tints of Deep Blush #E17086
RGB
CMYK
RGB Variations
Color information
#E17086 (or 0xE17086) is known color: Deep Blush. HEX triplet: E1, 70 and 86. RGB value is (225,112,134). Sum of RGB (Red+Green+Blue) = 225+112+134=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E17086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17086 is #1E8F79. Grayscale: #949494. Windows color (decimal): -2002810 or 8810721. OLE color: 8810721.
HSL color Cylindrical-coordinate representation of color #E17086: hue angle of 348.32º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E17086 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 112 | 134 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.12 |
| HSL | 348.32º | 0.65% | 0.66% | - |
| HSV(B) | 348.32º | 0.5% | 0.88% | - |
| XYZ | 41.15 | 29.32 | 26.04 | - |
| YUV | 148.3 | 119.94 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 112 | 134 | 0 | 0.50 | 0.40 | 0.12 | 348.32 | 0.65 | 0.66 |
| Hex | E1 | 70 | 86 | 0 | 32 | 28 | C | 15C | 41 | 42 |
| Octal | 341 | 160 | 206 | 0 | 62 | 50 | 14 | 534 | 101 | 102 |
| Binary | 11100001 | 1110000 | 10000110 | 0 | 110010 | 101000 | 1100 | 101011100 | 1000001 | 1000010 |
Color Harmonies of #E17086
Complementary color
Monochromatic Colors of #E17086
Black with #E17086
Text Example
Text Example
White with #E17086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17086; }
p { color: rgb(225,112,134); }
H1.HeaderClassName
{
color: #E17086;
}
.AnyTagClassName
{
color: #E17086;
}
</style>
background-color css
<style>
a { background-color: #E17086; }
a { background-color: rgb(225,112,134); }
div.DivClassName
{
background-color: #E17086;
}
.BgClassName
{
background-color: #E17086;
}
</style>
border-color css
<style>
span { border-color: #E17086; }
span { border-color: rgb(225,112,134); }
td.TdClassName
{
border-color: #E17086;
}
.TagClassName
{
border-color: #E17086;
}
</style>