Shades of Deep Blush #E16881
Tints of Deep Blush #E16881
RGB
CMYK
RGB Variations
Color information
#E16881 (or 0xE16881) is known color: Deep Blush. HEX triplet: E1, 68 and 81. RGB value is (225,104,129). Sum of RGB (Red+Green+Blue) = 225+104+129=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 129 (50.78% from 255 or 28.17% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E16881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16881 is #1E977E. Grayscale: #8F8F8F. Windows color (decimal): -2004863 or 8480993. OLE color: 8480993.
HSL color Cylindrical-coordinate representation of color #E16881: hue angle of 347.6º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E16881 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 129 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.12 |
| HSL | 347.6º | 0.67% | 0.65% | - |
| HSV(B) | 347.6º | 0.54% | 0.88% | - |
| XYZ | 39.96 | 27.49 | 23.97 | - |
| YUV | 143.03 | 120.09 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 129 | 0 | 0.54 | 0.43 | 0.12 | 347.6 | 0.67 | 0.65 |
| Hex | E1 | 68 | 81 | 0 | 36 | 2B | C | 15C | 43 | 41 |
| Octal | 341 | 150 | 201 | 0 | 66 | 53 | 14 | 534 | 103 | 101 |
| Binary | 11100001 | 1101000 | 10000001 | 0 | 110110 | 101011 | 1100 | 101011100 | 1000011 | 1000001 |
Color Harmonies of #E16881
Complementary color
Monochromatic Colors of #E16881
Black with #E16881
Text Example
Text Example
White with #E16881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16881; }
p { color: rgb(225,104,129); }
H1.HeaderClassName
{
color: #E16881;
}
.AnyTagClassName
{
color: #E16881;
}
</style>
background-color css
<style>
a { background-color: #E16881; }
a { background-color: rgb(225,104,129); }
div.DivClassName
{
background-color: #E16881;
}
.BgClassName
{
background-color: #E16881;
}
</style>
border-color css
<style>
span { border-color: #E16881; }
span { border-color: rgb(225,104,129); }
td.TdClassName
{
border-color: #E16881;
}
.TagClassName
{
border-color: #E16881;
}
</style>