Shades of Deep Blush #E16C89
Tints of Deep Blush #E16C89
RGB
CMYK
RGB Variations
Color information
#E16C89 (or 0xE16C89) is known color: Deep Blush. HEX triplet: E1, 6C and 89. RGB value is (225,108,137). Sum of RGB (Red+Green+Blue) = 225+108+137=470 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.87% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 225 - color contains mainly: red. Hex color #E16C89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16C89 is #1E9376. Grayscale: #929292. Windows color (decimal): -2003831 or 9006305. OLE color: 9006305.
HSL color Cylindrical-coordinate representation of color #E16C89: hue angle of 345.13º 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 #E16C89 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 108 | 137 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.12 |
| HSL | 345.13º | 0.66% | 0.65% | - |
| HSV(B) | 345.13º | 0.52% | 0.88% | - |
| XYZ | 40.93 | 28.54 | 27.02 | - |
| YUV | 146.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 108 | 137 | 0 | 0.52 | 0.39 | 0.12 | 345.13 | 0.66 | 0.65 |
| Hex | E1 | 6C | 89 | 0 | 34 | 27 | C | 159 | 42 | 41 |
| Octal | 341 | 154 | 211 | 0 | 64 | 47 | 14 | 531 | 102 | 101 |
| Binary | 11100001 | 1101100 | 10001001 | 0 | 110100 | 100111 | 1100 | 101011001 | 1000010 | 1000001 |
Color Harmonies of #E16C89
Complementary color
Monochromatic Colors of #E16C89
Black with #E16C89
Text Example
Text Example
White with #E16C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16C89; }
p { color: rgb(225,108,137); }
H1.HeaderClassName
{
color: #E16C89;
}
.AnyTagClassName
{
color: #E16C89;
}
</style>
background-color css
<style>
a { background-color: #E16C89; }
a { background-color: rgb(225,108,137); }
div.DivClassName
{
background-color: #E16C89;
}
.BgClassName
{
background-color: #E16C89;
}
</style>
border-color css
<style>
span { border-color: #E16C89; }
span { border-color: rgb(225,108,137); }
td.TdClassName
{
border-color: #E16C89;
}
.TagClassName
{
border-color: #E16C89;
}
</style>