Shades of Deep Blush #E56E8B
Tints of Deep Blush #E56E8B
RGB
CMYK
RGB Variations
Color information
#E56E8B (or 0xE56E8B) is known color: Deep Blush. HEX triplet: E5, 6E and 8B. RGB value is (229,110,139). Sum of RGB (Red+Green+Blue) = 229+110+139=478 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.91% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 229 - color contains mainly: red. Hex color #E56E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56E8B is #1A9174. Grayscale: #949494. Windows color (decimal): -1741173 or 9137893. OLE color: 9137893.
HSL color Cylindrical-coordinate representation of color #E56E8B: hue angle of 345.38º 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 #E56E8B is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 110 | 139 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.10 |
| HSL | 345.38º | 0.7% | 0.66% | - |
| HSV(B) | 345.38º | 0.52% | 0.9% | - |
| XYZ | 42.55 | 29.67 | 27.91 | - |
| YUV | 148.89 | 122.42 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 110 | 139 | 0 | 0.52 | 0.39 | 0.10 | 345.38 | 0.7 | 0.66 |
| Hex | E5 | 6E | 8B | 0 | 34 | 27 | A | 159 | 46 | 42 |
| Octal | 345 | 156 | 213 | 0 | 64 | 47 | 12 | 531 | 106 | 102 |
| Binary | 11100101 | 1101110 | 10001011 | 0 | 110100 | 100111 | 1010 | 101011001 | 1000110 | 1000010 |
Color Harmonies of #E56E8B
Complementary color
Monochromatic Colors of #E56E8B
Black with #E56E8B
Text Example
Text Example
White with #E56E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56E8B; }
p { color: rgb(229,110,139); }
H1.HeaderClassName
{
color: #E56E8B;
}
.AnyTagClassName
{
color: #E56E8B;
}
</style>
background-color css
<style>
a { background-color: #E56E8B; }
a { background-color: rgb(229,110,139); }
div.DivClassName
{
background-color: #E56E8B;
}
.BgClassName
{
background-color: #E56E8B;
}
</style>
border-color css
<style>
span { border-color: #E56E8B; }
span { border-color: rgb(229,110,139); }
td.TdClassName
{
border-color: #E56E8B;
}
.TagClassName
{
border-color: #E56E8B;
}
</style>