Shades of Deep Blush #E2657E
Tints of Deep Blush #E2657E
RGB
CMYK
RGB Variations
Color information
#E2657E (or 0xE2657E) is known color: Deep Blush. HEX triplet: E2, 65 and 7E. RGB value is (226,101,126). Sum of RGB (Red+Green+Blue) = 226+101+126=453 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.89% from 453); Green value is 101 (39.84% from 255 or 22.30% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 226 - color contains mainly: red. Hex color #E2657E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2657E is #1D9A81. Grayscale: #8D8D8D. Windows color (decimal): -1940098 or 8283618. OLE color: 8283618.
HSL color Cylindrical-coordinate representation of color #E2657E: hue angle of 348º 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 #E2657E is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 101 | 126 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.11 |
| HSL | 348º | 0.68% | 0.64% | - |
| HSV(B) | 348º | 0.55% | 0.89% | - |
| XYZ | 39.78 | 26.98 | 22.85 | - |
| YUV | 141.23 | 119.41 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 101 | 126 | 0 | 0.55 | 0.44 | 0.11 | 348 | 0.68 | 0.64 |
| Hex | E2 | 65 | 7E | 0 | 37 | 2C | B | 15C | 44 | 40 |
| Octal | 342 | 145 | 176 | 0 | 67 | 54 | 13 | 534 | 104 | 100 |
| Binary | 11100010 | 1100101 | 1111110 | 0 | 110111 | 101100 | 1011 | 101011100 | 1000100 | 1000000 |
Color Harmonies of #E2657E
Complementary color
Monochromatic Colors of #E2657E
Black with #E2657E
Text Example
Text Example
White with #E2657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2657E; }
p { color: rgb(226,101,126); }
H1.HeaderClassName
{
color: #E2657E;
}
.AnyTagClassName
{
color: #E2657E;
}
</style>
background-color css
<style>
a { background-color: #E2657E; }
a { background-color: rgb(226,101,126); }
div.DivClassName
{
background-color: #E2657E;
}
.BgClassName
{
background-color: #E2657E;
}
</style>
border-color css
<style>
span { border-color: #E2657E; }
span { border-color: rgb(226,101,126); }
td.TdClassName
{
border-color: #E2657E;
}
.TagClassName
{
border-color: #E2657E;
}
</style>