Shades of Deep Blush #E1658B
Tints of Deep Blush #E1658B
RGB
CMYK
RGB Variations
Color information
#E1658B (or 0xE1658B) is known color: Deep Blush. HEX triplet: E1, 65 and 8B. RGB value is (225,101,139). Sum of RGB (Red+Green+Blue) = 225+101+139=465 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.39% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 139 (54.69% from 255 or 29.89% from 465); Max value from RGB is 225 - color contains mainly: red. Hex color #E1658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E1658B is #1E9A74. Grayscale: #8E8E8E. Windows color (decimal): -2005621 or 9135585. OLE color: 9135585.
HSL color Cylindrical-coordinate representation of color #E1658B: hue angle of 341.61º 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 #E1658B is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 101 | 139 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.12 |
| HSL | 341.61º | 0.67% | 0.64% | - |
| HSV(B) | 341.61º | 0.55% | 0.88% | - |
| XYZ | 40.37 | 27.18 | 27.54 | - |
| YUV | 142.41 | 126.08 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 101 | 139 | 0 | 0.55 | 0.38 | 0.12 | 341.61 | 0.67 | 0.64 |
| Hex | E1 | 65 | 8B | 0 | 37 | 26 | C | 156 | 43 | 40 |
| Octal | 341 | 145 | 213 | 0 | 67 | 46 | 14 | 526 | 103 | 100 |
| Binary | 11100001 | 1100101 | 10001011 | 0 | 110111 | 100110 | 1100 | 101010110 | 1000011 | 1000000 |
Color Harmonies of #E1658B
Complementary color
Monochromatic Colors of #E1658B
Black with #E1658B
Text Example
Text Example
White with #E1658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1658B; }
p { color: rgb(225,101,139); }
H1.HeaderClassName
{
color: #E1658B;
}
.AnyTagClassName
{
color: #E1658B;
}
</style>
background-color css
<style>
a { background-color: #E1658B; }
a { background-color: rgb(225,101,139); }
div.DivClassName
{
background-color: #E1658B;
}
.BgClassName
{
background-color: #E1658B;
}
</style>
border-color css
<style>
span { border-color: #E1658B; }
span { border-color: rgb(225,101,139); }
td.TdClassName
{
border-color: #E1658B;
}
.TagClassName
{
border-color: #E1658B;
}
</style>