Shades of Deep Blush #E56B8A
Tints of Deep Blush #E56B8A
RGB
CMYK
RGB Variations
Color information
#E56B8A (or 0xE56B8A) is known color: Deep Blush. HEX triplet: E5, 6B and 8A. RGB value is (229,107,138). Sum of RGB (Red+Green+Blue) = 229+107+138=474 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.31% from 474); Green value is 107 (42.19% from 255 or 22.57% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 229 - color contains mainly: red. Hex color #E56B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56B8A is #1A9475. Grayscale: #939393. Windows color (decimal): -1741942 or 9071589. OLE color: 9071589.
HSL color Cylindrical-coordinate representation of color #E56B8A: hue angle of 344.75º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E56B8A is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 107 | 138 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.10 |
| HSL | 344.75º | 0.7% | 0.66% | - |
| HSV(B) | 344.75º | 0.53% | 0.9% | - |
| XYZ | 42.16 | 29.01 | 27.42 | - |
| YUV | 147.01 | 122.92 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 107 | 138 | 0 | 0.53 | 0.40 | 0.10 | 344.75 | 0.7 | 0.66 |
| Hex | E5 | 6B | 8A | 0 | 35 | 28 | A | 159 | 46 | 42 |
| Octal | 345 | 153 | 212 | 0 | 65 | 50 | 12 | 531 | 106 | 102 |
| Binary | 11100101 | 1101011 | 10001010 | 0 | 110101 | 101000 | 1010 | 101011001 | 1000110 | 1000010 |
Color Harmonies of #E56B8A
Complementary color
Monochromatic Colors of #E56B8A
Black with #E56B8A
Text Example
Text Example
White with #E56B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56B8A; }
p { color: rgb(229,107,138); }
H1.HeaderClassName
{
color: #E56B8A;
}
.AnyTagClassName
{
color: #E56B8A;
}
</style>
background-color css
<style>
a { background-color: #E56B8A; }
a { background-color: rgb(229,107,138); }
div.DivClassName
{
background-color: #E56B8A;
}
.BgClassName
{
background-color: #E56B8A;
}
</style>
border-color css
<style>
span { border-color: #E56B8A; }
span { border-color: rgb(229,107,138); }
td.TdClassName
{
border-color: #E56B8A;
}
.TagClassName
{
border-color: #E56B8A;
}
</style>