Shades of Deep Blush #E2658D
Tints of Deep Blush #E2658D
RGB
CMYK
RGB Variations
Color information
#E2658D (or 0xE2658D) is known color: Deep Blush. HEX triplet: E2, 65 and 8D. RGB value is (226,101,141). Sum of RGB (Red+Green+Blue) = 226+101+141=468 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.29% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 226 - color contains mainly: red. Hex color #E2658D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2658D is #1D9A72. Grayscale: #8E8E8E. Windows color (decimal): -1940083 or 9266658. OLE color: 9266658.
HSL color Cylindrical-coordinate representation of color #E2658D: hue angle of 340.8º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2658D is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 141 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.11 |
| HSL | 340.8º | 0.68% | 0.64% | - |
| HSV(B) | 340.8º | 0.55% | 0.89% | - |
| XYZ | 40.83 | 27.4 | 28.34 | - |
| YUV | 142.94 | 126.91 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 141 | 0 | 0.55 | 0.38 | 0.11 | 340.8 | 0.68 | 0.64 |
| Hex | E2 | 65 | 8D | 0 | 37 | 26 | B | 155 | 44 | 40 |
| Octal | 342 | 145 | 215 | 0 | 67 | 46 | 13 | 525 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10001101 | 0 | 110111 | 100110 | 1011 | 101010101 | 1000100 | 1000000 |
Color Harmonies of #E2658D
Complementary color
Monochromatic Colors of #E2658D
Black with #E2658D
Text Example
Text Example
White with #E2658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2658D; }
p { color: rgb(226,101,141); }
H1.HeaderClassName
{
color: #E2658D;
}
.AnyTagClassName
{
color: #E2658D;
}
</style>
background-color css
<style>
a { background-color: #E2658D; }
a { background-color: rgb(226,101,141); }
div.DivClassName
{
background-color: #E2658D;
}
.BgClassName
{
background-color: #E2658D;
}
</style>
border-color css
<style>
span { border-color: #E2658D; }
span { border-color: rgb(226,101,141); }
td.TdClassName
{
border-color: #E2658D;
}
.TagClassName
{
border-color: #E2658D;
}
</style>