Shades of Deep Blush #E16E85
Tints of Deep Blush #E16E85
RGB
CMYK
RGB Variations
Color information
#E16E85 (or 0xE16E85) is known color: Deep Blush. HEX triplet: E1, 6E and 85. RGB value is (225,110,133). Sum of RGB (Red+Green+Blue) = 225+110+133=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E16E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16E85 is #1E917A. Grayscale: #939393. Windows color (decimal): -2003323 or 8744673. OLE color: 8744673.
HSL color Cylindrical-coordinate representation of color #E16E85: hue angle of 348º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E16E85 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 110 | 133 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.12 |
| HSL | 348º | 0.66% | 0.66% | - |
| HSV(B) | 348º | 0.51% | 0.88% | - |
| XYZ | 40.86 | 28.85 | 25.61 | - |
| YUV | 147.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 110 | 133 | 0 | 0.51 | 0.41 | 0.12 | 348 | 0.66 | 0.66 |
| Hex | E1 | 6E | 85 | 0 | 33 | 29 | C | 15C | 42 | 42 |
| Octal | 341 | 156 | 205 | 0 | 63 | 51 | 14 | 534 | 102 | 102 |
| Binary | 11100001 | 1101110 | 10000101 | 0 | 110011 | 101001 | 1100 | 101011100 | 1000010 | 1000010 |
Color Harmonies of #E16E85
Complementary color
Monochromatic Colors of #E16E85
Black with #E16E85
Text Example
Text Example
White with #E16E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16E85; }
p { color: rgb(225,110,133); }
H1.HeaderClassName
{
color: #E16E85;
}
.AnyTagClassName
{
color: #E16E85;
}
</style>
background-color css
<style>
a { background-color: #E16E85; }
a { background-color: rgb(225,110,133); }
div.DivClassName
{
background-color: #E16E85;
}
.BgClassName
{
background-color: #E16E85;
}
</style>
border-color css
<style>
span { border-color: #E16E85; }
span { border-color: rgb(225,110,133); }
td.TdClassName
{
border-color: #E16E85;
}
.TagClassName
{
border-color: #E16E85;
}
</style>