Shades of Deep Blush #E56D8B
Tints of Deep Blush #E56D8B
RGB
CMYK
RGB Variations
Color information
#E56D8B (or 0xE56D8B) is known color: Deep Blush. HEX triplet: E5, 6D and 8B. RGB value is (229,109,139). Sum of RGB (Red+Green+Blue) = 229+109+139=477 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.01% from 477); Green value is 109 (42.97% from 255 or 22.85% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 229 - color contains mainly: red. Hex color #E56D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56D8B is #1A9274. Grayscale: #949494. Windows color (decimal): -1741429 or 9137637. OLE color: 9137637.
HSL color Cylindrical-coordinate representation of color #E56D8B: hue angle of 345º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56D8B is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 109 | 139 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.10 |
| HSL | 345º | 0.7% | 0.66% | - |
| HSV(B) | 345º | 0.52% | 0.9% | - |
| XYZ | 42.44 | 29.46 | 27.88 | - |
| YUV | 148.3 | 122.76 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 109 | 139 | 0 | 0.52 | 0.39 | 0.10 | 345 | 0.7 | 0.66 |
| Hex | E5 | 6D | 8B | 0 | 34 | 27 | A | 159 | 46 | 42 |
| Octal | 345 | 155 | 213 | 0 | 64 | 47 | 12 | 531 | 106 | 102 |
| Binary | 11100101 | 1101101 | 10001011 | 0 | 110100 | 100111 | 1010 | 101011001 | 1000110 | 1000010 |
Color Harmonies of #E56D8B
Complementary color
Monochromatic Colors of #E56D8B
Black with #E56D8B
Text Example
Text Example
White with #E56D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56D8B; }
p { color: rgb(229,109,139); }
H1.HeaderClassName
{
color: #E56D8B;
}
.AnyTagClassName
{
color: #E56D8B;
}
</style>
background-color css
<style>
a { background-color: #E56D8B; }
a { background-color: rgb(229,109,139); }
div.DivClassName
{
background-color: #E56D8B;
}
.BgClassName
{
background-color: #E56D8B;
}
</style>
border-color css
<style>
span { border-color: #E56D8B; }
span { border-color: rgb(229,109,139); }
td.TdClassName
{
border-color: #E56D8B;
}
.TagClassName
{
border-color: #E56D8B;
}
</style>