Shades of Deep Blush #E2658B
Tints of Deep Blush #E2658B
RGB
CMYK
RGB Variations
Color information
#E2658B (or 0xE2658B) is known color: Deep Blush. HEX triplet: E2, 65 and 8B. RGB value is (226,101,139). Sum of RGB (Red+Green+Blue) = 226+101+139=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E2658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2658B is #1D9A74. Grayscale: #8E8E8E. Windows color (decimal): -1940085 or 9135586. OLE color: 9135586.
HSL color Cylindrical-coordinate representation of color #E2658B: hue angle of 341.76º 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 #E2658B is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 139 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.11 |
| HSL | 341.76º | 0.68% | 0.64% | - |
| HSV(B) | 341.76º | 0.55% | 0.89% | - |
| XYZ | 40.68 | 27.34 | 27.56 | - |
| YUV | 142.71 | 125.91 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 139 | 0 | 0.55 | 0.38 | 0.11 | 341.76 | 0.68 | 0.64 |
| Hex | E2 | 65 | 8B | 0 | 37 | 26 | B | 156 | 44 | 40 |
| Octal | 342 | 145 | 213 | 0 | 67 | 46 | 13 | 526 | 104 | 100 |
| Binary | 11100010 | 1100101 | 10001011 | 0 | 110111 | 100110 | 1011 | 101010110 | 1000100 | 1000000 |
Color Harmonies of #E2658B
Complementary color
Monochromatic Colors of #E2658B
Black with #E2658B
Text Example
Text Example
White with #E2658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2658B; }
p { color: rgb(226,101,139); }
H1.HeaderClassName
{
color: #E2658B;
}
.AnyTagClassName
{
color: #E2658B;
}
</style>
background-color css
<style>
a { background-color: #E2658B; }
a { background-color: rgb(226,101,139); }
div.DivClassName
{
background-color: #E2658B;
}
.BgClassName
{
background-color: #E2658B;
}
</style>
border-color css
<style>
span { border-color: #E2658B; }
span { border-color: rgb(226,101,139); }
td.TdClassName
{
border-color: #E2658B;
}
.TagClassName
{
border-color: #E2658B;
}
</style>