Shades of Deep Blush #E16C85
Tints of Deep Blush #E16C85
RGB
CMYK
RGB Variations
Color information
#E16C85 (or 0xE16C85) is known color: Deep Blush. HEX triplet: E1, 6C and 85. RGB value is (225,108,133). Sum of RGB (Red+Green+Blue) = 225+108+133=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16C85 is #1E937A. Grayscale: #919191. Windows color (decimal): -2003835 or 8744161. OLE color: 8744161.
HSL color Cylindrical-coordinate representation of color #E16C85: hue angle of 347.18º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E16C85 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 133 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.12 |
| HSL | 347.18º | 0.66% | 0.65% | - |
| HSV(B) | 347.18º | 0.52% | 0.88% | - |
| XYZ | 40.65 | 28.43 | 25.53 | - |
| YUV | 145.83 | 120.76 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 133 | 0 | 0.52 | 0.41 | 0.12 | 347.18 | 0.66 | 0.65 |
| Hex | E1 | 6C | 85 | 0 | 34 | 29 | C | 15B | 42 | 41 |
| Octal | 341 | 154 | 205 | 0 | 64 | 51 | 14 | 533 | 102 | 101 |
| Binary | 11100001 | 1101100 | 10000101 | 0 | 110100 | 101001 | 1100 | 101011011 | 1000010 | 1000001 |
Color Harmonies of #E16C85
Complementary color
Monochromatic Colors of #E16C85
Black with #E16C85
Text Example
Text Example
White with #E16C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C85; }
p { color: rgb(225,108,133); }
H1.HeaderClassName
{
color: #E16C85;
}
.AnyTagClassName
{
color: #E16C85;
}
</style>
background-color css
<style>
a { background-color: #E16C85; }
a { background-color: rgb(225,108,133); }
div.DivClassName
{
background-color: #E16C85;
}
.BgClassName
{
background-color: #E16C85;
}
</style>
border-color css
<style>
span { border-color: #E16C85; }
span { border-color: rgb(225,108,133); }
td.TdClassName
{
border-color: #E16C85;
}
.TagClassName
{
border-color: #E16C85;
}
</style>