Shades of Deep Blush #E17C85
Tints of Deep Blush #E17C85
RGB
CMYK
RGB Variations
Color information
#E17C85 (or 0xE17C85) is known color: Deep Blush. HEX triplet: E1, 7C and 85. RGB value is (225,124,133). Sum of RGB (Red+Green+Blue) = 225+124+133=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 124 (48.83% from 255 or 25.73% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17C85 is #1E837A. Grayscale: #9B9B9B. Windows color (decimal): -1999739 or 8748257. OLE color: 8748257.
HSL color Cylindrical-coordinate representation of color #E17C85: hue angle of 354.65º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17C85 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 133 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.12 |
| HSL | 354.65º | 0.63% | 0.68% | - |
| HSV(B) | 354.65º | 0.45% | 0.88% | - |
| XYZ | 42.49 | 32.12 | 26.15 | - |
| YUV | 155.23 | 115.46 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 133 | 0 | 0.45 | 0.41 | 0.12 | 354.65 | 0.63 | 0.68 |
| Hex | E1 | 7C | 85 | 0 | 2D | 29 | C | 163 | 3F | 44 |
| Octal | 341 | 174 | 205 | 0 | 55 | 51 | 14 | 543 | 77 | 104 |
| Binary | 11100001 | 1111100 | 10000101 | 0 | 101101 | 101001 | 1100 | 101100011 | 111111 | 1000100 |
Color Harmonies of #E17C85
Complementary color
Monochromatic Colors of #E17C85
Black with #E17C85
Text Example
Text Example
White with #E17C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C85; }
p { color: rgb(225,124,133); }
H1.HeaderClassName
{
color: #E17C85;
}
.AnyTagClassName
{
color: #E17C85;
}
</style>
background-color css
<style>
a { background-color: #E17C85; }
a { background-color: rgb(225,124,133); }
div.DivClassName
{
background-color: #E17C85;
}
.BgClassName
{
background-color: #E17C85;
}
</style>
border-color css
<style>
span { border-color: #E17C85; }
span { border-color: rgb(225,124,133); }
td.TdClassName
{
border-color: #E17C85;
}
.TagClassName
{
border-color: #E17C85;
}
</style>