Shades of Deep Blush #E16F89
Tints of Deep Blush #E16F89
RGB
CMYK
RGB Variations
Color information
#E16F89 (or 0xE16F89) is known color: Deep Blush. HEX triplet: E1, 6F and 89. RGB value is (225,111,137). Sum of RGB (Red+Green+Blue) = 225+111+137=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E16F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16F89 is #1E9076. Grayscale: #949494. Windows color (decimal): -2003063 or 9007073. OLE color: 9007073.
HSL color Cylindrical-coordinate representation of color #E16F89: hue angle of 346.32º 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 #E16F89 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 111 | 137 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.12 |
| HSL | 346.32º | 0.66% | 0.66% | - |
| HSV(B) | 346.32º | 0.51% | 0.88% | - |
| XYZ | 41.25 | 29.18 | 27.13 | - |
| YUV | 148.05 | 121.77 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 111 | 137 | 0 | 0.51 | 0.39 | 0.12 | 346.32 | 0.66 | 0.66 |
| Hex | E1 | 6F | 89 | 0 | 33 | 27 | C | 15A | 42 | 42 |
| Octal | 341 | 157 | 211 | 0 | 63 | 47 | 14 | 532 | 102 | 102 |
| Binary | 11100001 | 1101111 | 10001001 | 0 | 110011 | 100111 | 1100 | 101011010 | 1000010 | 1000010 |
Color Harmonies of #E16F89
Complementary color
Monochromatic Colors of #E16F89
Black with #E16F89
Text Example
Text Example
White with #E16F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16F89; }
p { color: rgb(225,111,137); }
H1.HeaderClassName
{
color: #E16F89;
}
.AnyTagClassName
{
color: #E16F89;
}
</style>
background-color css
<style>
a { background-color: #E16F89; }
a { background-color: rgb(225,111,137); }
div.DivClassName
{
background-color: #E16F89;
}
.BgClassName
{
background-color: #E16F89;
}
</style>
border-color css
<style>
span { border-color: #E16F89; }
span { border-color: rgb(225,111,137); }
td.TdClassName
{
border-color: #E16F89;
}
.TagClassName
{
border-color: #E16F89;
}
</style>