Shades of Deep Blush #E16F87
Tints of Deep Blush #E16F87
RGB
CMYK
RGB Variations
Color information
#E16F87 (or 0xE16F87) is known color: Deep Blush. HEX triplet: E1, 6F and 87. RGB value is (225,111,135). Sum of RGB (Red+Green+Blue) = 225+111+135=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16F87 is #1E9078. Grayscale: #939393. Windows color (decimal): -2003065 or 8876001. OLE color: 8876001.
HSL color Cylindrical-coordinate representation of color #E16F87: hue angle of 347.37º 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 #E16F87 is Cyan = 0, Magento = 0.51, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 135 | - |
| CMYK | 0 | 0.51 | 0.4 | 0.12 |
| HSL | 347.37º | 0.66% | 0.66% | - |
| HSV(B) | 347.37º | 0.51% | 0.88% | - |
| XYZ | 41.11 | 29.13 | 26.38 | - |
| YUV | 147.82 | 120.77 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 135 | 0 | 0.51 | 0.4 | 0.12 | 347.37 | 0.66 | 0.66 |
| Hex | E1 | 6F | 87 | 0 | 33 | 28 | C | 15B | 42 | 42 |
| Octal | 341 | 157 | 207 | 0 | 63 | 50 | 14 | 533 | 102 | 102 |
| Binary | 11100001 | 1101111 | 10000111 | 0 | 110011 | 101000 | 1100 | 101011011 | 1000010 | 1000010 |
Color Harmonies of #E16F87
Complementary color
Monochromatic Colors of #E16F87
Black with #E16F87
Text Example
Text Example
White with #E16F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F87; }
p { color: rgb(225,111,135); }
H1.HeaderClassName
{
color: #E16F87;
}
.AnyTagClassName
{
color: #E16F87;
}
</style>
background-color css
<style>
a { background-color: #E16F87; }
a { background-color: rgb(225,111,135); }
div.DivClassName
{
background-color: #E16F87;
}
.BgClassName
{
background-color: #E16F87;
}
</style>
border-color css
<style>
span { border-color: #E16F87; }
span { border-color: rgb(225,111,135); }
td.TdClassName
{
border-color: #E16F87;
}
.TagClassName
{
border-color: #E16F87;
}
</style>