Shades of Deep Blush #E16585
Tints of Deep Blush #E16585
RGB
CMYK
RGB Variations
Color information
#E16585 (or 0xE16585) is known color: Deep Blush. HEX triplet: E1, 65 and 85. RGB value is (225,101,133). Sum of RGB (Red+Green+Blue) = 225+101+133=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E16585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E16585 is #1E9A7A. Grayscale: #8D8D8D. Windows color (decimal): -2005627 or 8742369. OLE color: 8742369.
HSL color Cylindrical-coordinate representation of color #E16585: hue angle of 344.52º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E16585 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 133 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.12 |
| HSL | 344.52º | 0.67% | 0.64% | - |
| HSV(B) | 344.52º | 0.55% | 0.88% | - |
| XYZ | 39.94 | 27.01 | 25.3 | - |
| YUV | 141.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 133 | 0 | 0.55 | 0.41 | 0.12 | 344.52 | 0.67 | 0.64 |
| Hex | E1 | 65 | 85 | 0 | 37 | 29 | C | 159 | 43 | 40 |
| Octal | 341 | 145 | 205 | 0 | 67 | 51 | 14 | 531 | 103 | 100 |
| Binary | 11100001 | 1100101 | 10000101 | 0 | 110111 | 101001 | 1100 | 101011001 | 1000011 | 1000000 |
Color Harmonies of #E16585
Complementary color
Monochromatic Colors of #E16585
Black with #E16585
Text Example
Text Example
White with #E16585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E16585; }
p { color: rgb(225,101,133); }
H1.HeaderClassName
{
color: #E16585;
}
.AnyTagClassName
{
color: #E16585;
}
</style>
background-color css
<style>
a { background-color: #E16585; }
a { background-color: rgb(225,101,133); }
div.DivClassName
{
background-color: #E16585;
}
.BgClassName
{
background-color: #E16585;
}
</style>
border-color css
<style>
span { border-color: #E16585; }
span { border-color: rgb(225,101,133); }
td.TdClassName
{
border-color: #E16585;
}
.TagClassName
{
border-color: #E16585;
}
</style>