Shades of Deep Blush #E56285
Tints of Deep Blush #E56285
RGB
CMYK
RGB Variations
Color information
#E56285 (or 0xE56285) is known color: Deep Blush. HEX triplet: E5, 62 and 85. RGB value is (229,98,133). Sum of RGB (Red+Green+Blue) = 229+98+133=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E56285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56285 is #1A9D7A. Grayscale: #8D8D8D. Windows color (decimal): -1744251 or 8741605. OLE color: 8741605.
HSL color Cylindrical-coordinate representation of color #E56285: hue angle of 343.97º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E56285 is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 98 | 133 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.10 |
| HSL | 343.97º | 0.72% | 0.64% | - |
| HSV(B) | 343.97º | 0.57% | 0.9% | - |
| XYZ | 40.91 | 27.09 | 25.26 | - |
| YUV | 141.16 | 123.4 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 98 | 133 | 0 | 0.57 | 0.42 | 0.10 | 343.97 | 0.72 | 0.64 |
| Hex | E5 | 62 | 85 | 0 | 39 | 2A | A | 158 | 48 | 40 |
| Octal | 345 | 142 | 205 | 0 | 71 | 52 | 12 | 530 | 110 | 100 |
| Binary | 11100101 | 1100010 | 10000101 | 0 | 111001 | 101010 | 1010 | 101011000 | 1001000 | 1000000 |
Color Harmonies of #E56285
Complementary color
Monochromatic Colors of #E56285
Black with #E56285
Text Example
Text Example
White with #E56285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56285; }
p { color: rgb(229,98,133); }
H1.HeaderClassName
{
color: #E56285;
}
.AnyTagClassName
{
color: #E56285;
}
</style>
background-color css
<style>
a { background-color: #E56285; }
a { background-color: rgb(229,98,133); }
div.DivClassName
{
background-color: #E56285;
}
.BgClassName
{
background-color: #E56285;
}
</style>
border-color css
<style>
span { border-color: #E56285; }
span { border-color: rgb(229,98,133); }
td.TdClassName
{
border-color: #E56285;
}
.TagClassName
{
border-color: #E56285;
}
</style>