Shades of Deep Blush #E2677F
Tints of Deep Blush #E2677F
RGB
CMYK
RGB Variations
Color information
#E2677F (or 0xE2677F) is known color: Deep Blush. HEX triplet: E2, 67 and 7F. RGB value is (226,103,127). Sum of RGB (Red+Green+Blue) = 226+103+127=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E2677F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2677F is #1D9880. Grayscale: #8E8E8E. Windows color (decimal): -1939585 or 8349666. OLE color: 8349666.
HSL color Cylindrical-coordinate representation of color #E2677F: hue angle of 348.29º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2677F is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 103 | 127 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.11 |
| HSL | 348.29º | 0.68% | 0.65% | - |
| HSV(B) | 348.29º | 0.54% | 0.89% | - |
| XYZ | 40.05 | 27.4 | 23.26 | - |
| YUV | 142.51 | 119.25 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 103 | 127 | 0 | 0.54 | 0.44 | 0.11 | 348.29 | 0.68 | 0.65 |
| Hex | E2 | 67 | 7F | 0 | 36 | 2C | B | 15C | 44 | 41 |
| Octal | 342 | 147 | 177 | 0 | 66 | 54 | 13 | 534 | 104 | 101 |
| Binary | 11100010 | 1100111 | 1111111 | 0 | 110110 | 101100 | 1011 | 101011100 | 1000100 | 1000001 |
Color Harmonies of #E2677F
Complementary color
Monochromatic Colors of #E2677F
Black with #E2677F
Text Example
Text Example
White with #E2677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2677F; }
p { color: rgb(226,103,127); }
H1.HeaderClassName
{
color: #E2677F;
}
.AnyTagClassName
{
color: #E2677F;
}
</style>
background-color css
<style>
a { background-color: #E2677F; }
a { background-color: rgb(226,103,127); }
div.DivClassName
{
background-color: #E2677F;
}
.BgClassName
{
background-color: #E2677F;
}
</style>
border-color css
<style>
span { border-color: #E2677F; }
span { border-color: rgb(226,103,127); }
td.TdClassName
{
border-color: #E2677F;
}
.TagClassName
{
border-color: #E2677F;
}
</style>