Shades of Deep Blush #E56680
Tints of Deep Blush #E56680
RGB
CMYK
RGB Variations
Color information
#E56680 (or 0xE56680) is known color: Deep Blush. HEX triplet: E5, 66 and 80. RGB value is (229,102,128). Sum of RGB (Red+Green+Blue) = 229+102+128=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 128 (50.39% from 255 or 27.89% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E56680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56680 is #1A997F. Grayscale: #8E8E8E. Windows color (decimal): -1743232 or 8414949. OLE color: 8414949.
HSL color Cylindrical-coordinate representation of color #E56680: hue angle of 347.72º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E56680 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 128 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.10 |
| HSL | 347.72º | 0.71% | 0.65% | - |
| HSV(B) | 347.72º | 0.55% | 0.9% | - |
| XYZ | 40.96 | 27.72 | 23.61 | - |
| YUV | 142.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 128 | 0 | 0.55 | 0.44 | 0.10 | 347.72 | 0.71 | 0.65 |
| Hex | E5 | 66 | 80 | 0 | 37 | 2C | A | 15C | 47 | 41 |
| Octal | 345 | 146 | 200 | 0 | 67 | 54 | 12 | 534 | 107 | 101 |
| Binary | 11100101 | 1100110 | 10000000 | 0 | 110111 | 101100 | 1010 | 101011100 | 1000111 | 1000001 |
Color Harmonies of #E56680
Complementary color
Monochromatic Colors of #E56680
Black with #E56680
Text Example
Text Example
White with #E56680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56680; }
p { color: rgb(229,102,128); }
H1.HeaderClassName
{
color: #E56680;
}
.AnyTagClassName
{
color: #E56680;
}
</style>
background-color css
<style>
a { background-color: #E56680; }
a { background-color: rgb(229,102,128); }
div.DivClassName
{
background-color: #E56680;
}
.BgClassName
{
background-color: #E56680;
}
</style>
border-color css
<style>
span { border-color: #E56680; }
span { border-color: rgb(229,102,128); }
td.TdClassName
{
border-color: #E56680;
}
.TagClassName
{
border-color: #E56680;
}
</style>