Shades of Deep Blush #E16982
Tints of Deep Blush #E16982
RGB
CMYK
RGB Variations
Color information
#E16982 (or 0xE16982) is known color: Deep Blush. HEX triplet: E1, 69 and 82. RGB value is (225,105,130). Sum of RGB (Red+Green+Blue) = 225+105+130=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 105 (41.41% from 255 or 22.83% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E16982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16982 is #1E967D. Grayscale: #8F8F8F. Windows color (decimal): -2004606 or 8546785. OLE color: 8546785.
HSL color Cylindrical-coordinate representation of color #E16982: hue angle of 347.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16982 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 130 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.12 |
| HSL | 347.5º | 0.67% | 0.65% | - |
| HSV(B) | 347.5º | 0.53% | 0.88% | - |
| XYZ | 40.13 | 27.72 | 24.35 | - |
| YUV | 143.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 130 | 0 | 0.53 | 0.42 | 0.12 | 347.5 | 0.67 | 0.65 |
| Hex | E1 | 69 | 82 | 0 | 35 | 2A | C | 15C | 43 | 41 |
| Octal | 341 | 151 | 202 | 0 | 65 | 52 | 14 | 534 | 103 | 101 |
| Binary | 11100001 | 1101001 | 10000010 | 0 | 110101 | 101010 | 1100 | 101011100 | 1000011 | 1000001 |
Color Harmonies of #E16982
Complementary color
Monochromatic Colors of #E16982
Black with #E16982
Text Example
Text Example
White with #E16982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16982; }
p { color: rgb(225,105,130); }
H1.HeaderClassName
{
color: #E16982;
}
.AnyTagClassName
{
color: #E16982;
}
</style>
background-color css
<style>
a { background-color: #E16982; }
a { background-color: rgb(225,105,130); }
div.DivClassName
{
background-color: #E16982;
}
.BgClassName
{
background-color: #E16982;
}
</style>
border-color css
<style>
span { border-color: #E16982; }
span { border-color: rgb(225,105,130); }
td.TdClassName
{
border-color: #E16982;
}
.TagClassName
{
border-color: #E16982;
}
</style>