Shades of Deep Blush #E16986
Tints of Deep Blush #E16986
RGB
CMYK
RGB Variations
Color information
#E16986 (or 0xE16986) is known color: Deep Blush. HEX triplet: E1, 69 and 86. RGB value is (225,105,134). Sum of RGB (Red+Green+Blue) = 225+105+134=464 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.49% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 225 - color contains mainly: red. Hex color #E16986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16986 is #1E9679. Grayscale: #909090. Windows color (decimal): -2004602 or 8808929. OLE color: 8808929.
HSL color Cylindrical-coordinate representation of color #E16986: hue angle of 345.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16986 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 134 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.12 |
| HSL | 345.5º | 0.67% | 0.65% | - |
| HSV(B) | 345.5º | 0.53% | 0.88% | - |
| XYZ | 40.41 | 27.83 | 25.8 | - |
| YUV | 144.19 | 122.26 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 134 | 0 | 0.53 | 0.40 | 0.12 | 345.5 | 0.67 | 0.65 |
| Hex | E1 | 69 | 86 | 0 | 35 | 28 | C | 15A | 43 | 41 |
| Octal | 341 | 151 | 206 | 0 | 65 | 50 | 14 | 532 | 103 | 101 |
| Binary | 11100001 | 1101001 | 10000110 | 0 | 110101 | 101000 | 1100 | 101011010 | 1000011 | 1000001 |
Color Harmonies of #E16986
Complementary color
Monochromatic Colors of #E16986
Black with #E16986
Text Example
Text Example
White with #E16986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16986; }
p { color: rgb(225,105,134); }
H1.HeaderClassName
{
color: #E16986;
}
.AnyTagClassName
{
color: #E16986;
}
</style>
background-color css
<style>
a { background-color: #E16986; }
a { background-color: rgb(225,105,134); }
div.DivClassName
{
background-color: #E16986;
}
.BgClassName
{
background-color: #E16986;
}
</style>
border-color css
<style>
span { border-color: #E16986; }
span { border-color: rgb(225,105,134); }
td.TdClassName
{
border-color: #E16986;
}
.TagClassName
{
border-color: #E16986;
}
</style>