Shades of Deep Blush #E2667F
Tints of Deep Blush #E2667F
RGB
CMYK
RGB Variations
Color information
#E2667F (or 0xE2667F) is known color: Deep Blush. HEX triplet: E2, 66 and 7F. RGB value is (226,102,127). Sum of RGB (Red+Green+Blue) = 226+102+127=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2667F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2667F is #1D9980. Grayscale: #8D8D8D. Windows color (decimal): -1939841 or 8349410. OLE color: 8349410.
HSL color Cylindrical-coordinate representation of color #E2667F: hue angle of 347.9º 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 #E2667F is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 127 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.11 |
| HSL | 347.9º | 0.68% | 0.64% | - |
| HSV(B) | 347.9º | 0.55% | 0.89% | - |
| XYZ | 39.95 | 27.2 | 23.22 | - |
| YUV | 141.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 127 | 0 | 0.55 | 0.44 | 0.11 | 347.9 | 0.68 | 0.64 |
| Hex | E2 | 66 | 7F | 0 | 37 | 2C | B | 15C | 44 | 40 |
| Octal | 342 | 146 | 177 | 0 | 67 | 54 | 13 | 534 | 104 | 100 |
| Binary | 11100010 | 1100110 | 1111111 | 0 | 110111 | 101100 | 1011 | 101011100 | 1000100 | 1000000 |
Color Harmonies of #E2667F
Complementary color
Monochromatic Colors of #E2667F
Black with #E2667F
Text Example
Text Example
White with #E2667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2667F; }
p { color: rgb(226,102,127); }
H1.HeaderClassName
{
color: #E2667F;
}
.AnyTagClassName
{
color: #E2667F;
}
</style>
background-color css
<style>
a { background-color: #E2667F; }
a { background-color: rgb(226,102,127); }
div.DivClassName
{
background-color: #E2667F;
}
.BgClassName
{
background-color: #E2667F;
}
</style>
border-color css
<style>
span { border-color: #E2667F; }
span { border-color: rgb(226,102,127); }
td.TdClassName
{
border-color: #E2667F;
}
.TagClassName
{
border-color: #E2667F;
}
</style>