Shades of Deep Blush #E56F8C
Tints of Deep Blush #E56F8C
RGB
CMYK
RGB Variations
Color information
#E56F8C (or 0xE56F8C) is known color: Deep Blush. HEX triplet: E5, 6F and 8C. RGB value is (229,111,140). Sum of RGB (Red+Green+Blue) = 229+111+140=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E56F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56F8C is #1A9073. Grayscale: #959595. Windows color (decimal): -1740916 or 9203685. OLE color: 9203685.
HSL color Cylindrical-coordinate representation of color #E56F8C: hue angle of 345.25º 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 #E56F8C is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 111 | 140 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.10 |
| HSL | 345.25º | 0.69% | 0.67% | - |
| HSV(B) | 345.25º | 0.52% | 0.9% | - |
| XYZ | 42.73 | 29.92 | 28.33 | - |
| YUV | 149.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 111 | 140 | 0 | 0.52 | 0.39 | 0.10 | 345.25 | 0.69 | 0.67 |
| Hex | E5 | 6F | 8C | 0 | 34 | 27 | A | 159 | 45 | 43 |
| Octal | 345 | 157 | 214 | 0 | 64 | 47 | 12 | 531 | 105 | 103 |
| Binary | 11100101 | 1101111 | 10001100 | 0 | 110100 | 100111 | 1010 | 101011001 | 1000101 | 1000011 |
Color Harmonies of #E56F8C
Complementary color
Monochromatic Colors of #E56F8C
Black with #E56F8C
Text Example
Text Example
White with #E56F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56F8C; }
p { color: rgb(229,111,140); }
H1.HeaderClassName
{
color: #E56F8C;
}
.AnyTagClassName
{
color: #E56F8C;
}
</style>
background-color css
<style>
a { background-color: #E56F8C; }
a { background-color: rgb(229,111,140); }
div.DivClassName
{
background-color: #E56F8C;
}
.BgClassName
{
background-color: #E56F8C;
}
</style>
border-color css
<style>
span { border-color: #E56F8C; }
span { border-color: rgb(229,111,140); }
td.TdClassName
{
border-color: #E56F8C;
}
.TagClassName
{
border-color: #E56F8C;
}
</style>