Shades of Deep Blush #E56982
Tints of Deep Blush #E56982
RGB
CMYK
RGB Variations
Color information
#E56982 (or 0xE56982) is known color: Deep Blush. HEX triplet: E5, 69 and 82. RGB value is (229,105,130). Sum of RGB (Red+Green+Blue) = 229+105+130=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E56982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56982 is #1A967D. Grayscale: #909090. Windows color (decimal): -1742462 or 8546789. OLE color: 8546789.
HSL color Cylindrical-coordinate representation of color #E56982: hue angle of 347.9º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E56982 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 130 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.10 |
| HSL | 347.9º | 0.7% | 0.65% | - |
| HSV(B) | 347.9º | 0.54% | 0.9% | - |
| XYZ | 41.39 | 28.37 | 24.41 | - |
| YUV | 144.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 130 | 0 | 0.54 | 0.43 | 0.10 | 347.9 | 0.7 | 0.65 |
| Hex | E5 | 69 | 82 | 0 | 36 | 2B | A | 15C | 46 | 41 |
| Octal | 345 | 151 | 202 | 0 | 66 | 53 | 12 | 534 | 106 | 101 |
| Binary | 11100101 | 1101001 | 10000010 | 0 | 110110 | 101011 | 1010 | 101011100 | 1000110 | 1000001 |
Color Harmonies of #E56982
Complementary color
Monochromatic Colors of #E56982
Black with #E56982
Text Example
Text Example
White with #E56982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56982; }
p { color: rgb(229,105,130); }
H1.HeaderClassName
{
color: #E56982;
}
.AnyTagClassName
{
color: #E56982;
}
</style>
background-color css
<style>
a { background-color: #E56982; }
a { background-color: rgb(229,105,130); }
div.DivClassName
{
background-color: #E56982;
}
.BgClassName
{
background-color: #E56982;
}
</style>
border-color css
<style>
span { border-color: #E56982; }
span { border-color: rgb(229,105,130); }
td.TdClassName
{
border-color: #E56982;
}
.TagClassName
{
border-color: #E56982;
}
</style>