Shades of Deep Blush #E56F92
Tints of Deep Blush #E56F92
RGB
CMYK
RGB Variations
Color information
#E56F92 (or 0xE56F92) is known color: Deep Blush. HEX triplet: E5, 6F and 92. RGB value is (229,111,146). Sum of RGB (Red+Green+Blue) = 229+111+146=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56F92 is #1A906D. Grayscale: #969696. Windows color (decimal): -1740910 or 9596901. OLE color: 9596901.
HSL color Cylindrical-coordinate representation of color #E56F92: hue angle of 342.2º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E56F92 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 146 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.10 |
| HSL | 342.2º | 0.69% | 0.67% | - |
| HSV(B) | 342.2º | 0.52% | 0.9% | - |
| XYZ | 43.19 | 30.1 | 30.73 | - |
| YUV | 150.27 | 125.59 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 146 | 0 | 0.52 | 0.36 | 0.10 | 342.2 | 0.69 | 0.67 |
| Hex | E5 | 6F | 92 | 0 | 34 | 24 | A | 156 | 45 | 43 |
| Octal | 345 | 157 | 222 | 0 | 64 | 44 | 12 | 526 | 105 | 103 |
| Binary | 11100101 | 1101111 | 10010010 | 0 | 110100 | 100100 | 1010 | 101010110 | 1000101 | 1000011 |
Color Harmonies of #E56F92
Complementary color
Monochromatic Colors of #E56F92
Black with #E56F92
Text Example
Text Example
White with #E56F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56F92; }
p { color: rgb(229,111,146); }
H1.HeaderClassName
{
color: #E56F92;
}
.AnyTagClassName
{
color: #E56F92;
}
</style>
background-color css
<style>
a { background-color: #E56F92; }
a { background-color: rgb(229,111,146); }
div.DivClassName
{
background-color: #E56F92;
}
.BgClassName
{
background-color: #E56F92;
}
</style>
border-color css
<style>
span { border-color: #E56F92; }
span { border-color: rgb(229,111,146); }
td.TdClassName
{
border-color: #E56F92;
}
.TagClassName
{
border-color: #E56F92;
}
</style>