Shades of Deep Blush #E17A8B
Tints of Deep Blush #E17A8B
RGB
CMYK
RGB Variations
Color information
#E17A8B (or 0xE17A8B) is known color: Deep Blush. HEX triplet: E1, 7A and 8B. RGB value is (225,122,139). Sum of RGB (Red+Green+Blue) = 225+122+139=486 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.30% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17A8B is #1E8574. Grayscale: #9A9A9A. Windows color (decimal): -2000245 or 9140961. OLE color: 9140961.
HSL color Cylindrical-coordinate representation of color #E17A8B: hue angle of 350.1º 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 #E17A8B is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 139 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.12 |
| HSL | 350.1º | 0.63% | 0.68% | - |
| HSV(B) | 350.1º | 0.46% | 0.88% | - |
| XYZ | 42.67 | 31.79 | 28.31 | - |
| YUV | 154.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 139 | 0 | 0.46 | 0.38 | 0.12 | 350.1 | 0.63 | 0.68 |
| Hex | E1 | 7A | 8B | 0 | 2E | 26 | C | 15E | 3F | 44 |
| Octal | 341 | 172 | 213 | 0 | 56 | 46 | 14 | 536 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10001011 | 0 | 101110 | 100110 | 1100 | 101011110 | 111111 | 1000100 |
Color Harmonies of #E17A8B
Complementary color
Monochromatic Colors of #E17A8B
Black with #E17A8B
Text Example
Text Example
White with #E17A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A8B; }
p { color: rgb(225,122,139); }
H1.HeaderClassName
{
color: #E17A8B;
}
.AnyTagClassName
{
color: #E17A8B;
}
</style>
background-color css
<style>
a { background-color: #E17A8B; }
a { background-color: rgb(225,122,139); }
div.DivClassName
{
background-color: #E17A8B;
}
.BgClassName
{
background-color: #E17A8B;
}
</style>
border-color css
<style>
span { border-color: #E17A8B; }
span { border-color: rgb(225,122,139); }
td.TdClassName
{
border-color: #E17A8B;
}
.TagClassName
{
border-color: #E17A8B;
}
</style>