Shades of Deep Blush #E17A85
Tints of Deep Blush #E17A85
RGB
CMYK
RGB Variations
Color information
#E17A85 (or 0xE17A85) is known color: Deep Blush. HEX triplet: E1, 7A and 85. RGB value is (225,122,133). Sum of RGB (Red+Green+Blue) = 225+122+133=480 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.88% from 480); Green value is 122 (48.05% from 255 or 25.42% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17A85 is #1E857A. Grayscale: #9A9A9A. Windows color (decimal): -2000251 or 8747745. OLE color: 8747745.
HSL color Cylindrical-coordinate representation of color #E17A85: hue angle of 353.59º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17A85 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 133 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.12 |
| HSL | 353.59º | 0.63% | 0.68% | - |
| HSV(B) | 353.59º | 0.46% | 0.88% | - |
| XYZ | 42.24 | 31.62 | 26.07 | - |
| YUV | 154.05 | 116.12 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 133 | 0 | 0.46 | 0.41 | 0.12 | 353.59 | 0.63 | 0.68 |
| Hex | E1 | 7A | 85 | 0 | 2E | 29 | C | 162 | 3F | 44 |
| Octal | 341 | 172 | 205 | 0 | 56 | 51 | 14 | 542 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10000101 | 0 | 101110 | 101001 | 1100 | 101100010 | 111111 | 1000100 |
Color Harmonies of #E17A85
Complementary color
Monochromatic Colors of #E17A85
Black with #E17A85
Text Example
Text Example
White with #E17A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A85; }
p { color: rgb(225,122,133); }
H1.HeaderClassName
{
color: #E17A85;
}
.AnyTagClassName
{
color: #E17A85;
}
</style>
background-color css
<style>
a { background-color: #E17A85; }
a { background-color: rgb(225,122,133); }
div.DivClassName
{
background-color: #E17A85;
}
.BgClassName
{
background-color: #E17A85;
}
</style>
border-color css
<style>
span { border-color: #E17A85; }
span { border-color: rgb(225,122,133); }
td.TdClassName
{
border-color: #E17A85;
}
.TagClassName
{
border-color: #E17A85;
}
</style>