Shades of Deep Blush #E1658D
Tints of Deep Blush #E1658D
RGB
CMYK
RGB Variations
Color information
#E1658D (or 0xE1658D) is known color: Deep Blush. HEX triplet: E1, 65 and 8D. RGB value is (225,101,141). Sum of RGB (Red+Green+Blue) = 225+101+141=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E1658D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1658D is #1E9A72. Grayscale: #8E8E8E. Windows color (decimal): -2005619 or 9266657. OLE color: 9266657.
HSL color Cylindrical-coordinate representation of color #E1658D: hue angle of 340.65º 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 #E1658D is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 141 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.12 |
| HSL | 340.65º | 0.67% | 0.64% | - |
| HSV(B) | 340.65º | 0.55% | 0.88% | - |
| XYZ | 40.51 | 27.24 | 28.32 | - |
| YUV | 142.64 | 127.08 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 141 | 0 | 0.55 | 0.37 | 0.12 | 340.65 | 0.67 | 0.64 |
| Hex | E1 | 65 | 8D | 0 | 37 | 25 | C | 155 | 43 | 40 |
| Octal | 341 | 145 | 215 | 0 | 67 | 45 | 14 | 525 | 103 | 100 |
| Binary | 11100001 | 1100101 | 10001101 | 0 | 110111 | 100101 | 1100 | 101010101 | 1000011 | 1000000 |
Color Harmonies of #E1658D
Complementary color
Monochromatic Colors of #E1658D
Black with #E1658D
Text Example
Text Example
White with #E1658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1658D; }
p { color: rgb(225,101,141); }
H1.HeaderClassName
{
color: #E1658D;
}
.AnyTagClassName
{
color: #E1658D;
}
</style>
background-color css
<style>
a { background-color: #E1658D; }
a { background-color: rgb(225,101,141); }
div.DivClassName
{
background-color: #E1658D;
}
.BgClassName
{
background-color: #E1658D;
}
</style>
border-color css
<style>
span { border-color: #E1658D; }
span { border-color: rgb(225,101,141); }
td.TdClassName
{
border-color: #E1658D;
}
.TagClassName
{
border-color: #E1658D;
}
</style>