Shades of Deep Blush #E16882
Tints of Deep Blush #E16882
RGB
CMYK
RGB Variations
Color information
#E16882 (or 0xE16882) is known color: Deep Blush. HEX triplet: E1, 68 and 82. RGB value is (225,104,130). Sum of RGB (Red+Green+Blue) = 225+104+130=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E16882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16882 is #1E977D. Grayscale: #8F8F8F. Windows color (decimal): -2004862 or 8546529. OLE color: 8546529.
HSL color Cylindrical-coordinate representation of color #E16882: hue angle of 347.11º 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 #E16882 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 104 | 130 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.12 |
| HSL | 347.11º | 0.67% | 0.65% | - |
| HSV(B) | 347.11º | 0.54% | 0.88% | - |
| XYZ | 40.03 | 27.52 | 24.32 | - |
| YUV | 143.14 | 120.59 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 104 | 130 | 0 | 0.54 | 0.42 | 0.12 | 347.11 | 0.67 | 0.65 |
| Hex | E1 | 68 | 82 | 0 | 36 | 2A | C | 15B | 43 | 41 |
| Octal | 341 | 150 | 202 | 0 | 66 | 52 | 14 | 533 | 103 | 101 |
| Binary | 11100001 | 1101000 | 10000010 | 0 | 110110 | 101010 | 1100 | 101011011 | 1000011 | 1000001 |
Color Harmonies of #E16882
Complementary color
Monochromatic Colors of #E16882
Black with #E16882
Text Example
Text Example
White with #E16882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16882; }
p { color: rgb(225,104,130); }
H1.HeaderClassName
{
color: #E16882;
}
.AnyTagClassName
{
color: #E16882;
}
</style>
background-color css
<style>
a { background-color: #E16882; }
a { background-color: rgb(225,104,130); }
div.DivClassName
{
background-color: #E16882;
}
.BgClassName
{
background-color: #E16882;
}
</style>
border-color css
<style>
span { border-color: #E16882; }
span { border-color: rgb(225,104,130); }
td.TdClassName
{
border-color: #E16882;
}
.TagClassName
{
border-color: #E16882;
}
</style>