Shades of Deep Blush #E27080
Tints of Deep Blush #E27080
RGB
CMYK
RGB Variations
Color information
#E27080 (or 0xE27080) is known color: Deep Blush. HEX triplet: E2, 70 and 80. RGB value is (226,112,128). Sum of RGB (Red+Green+Blue) = 226+112+128=466 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.50% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 226 - color contains mainly: red. Hex color #E27080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27080 is #1D8F7F. Grayscale: #939393. Windows color (decimal): -1937280 or 8417506. OLE color: 8417506.
HSL color Cylindrical-coordinate representation of color #E27080: hue angle of 351.58º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E27080 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 128 | - |
| CMYK | 0 | 0.50 | 0.43 | 0.11 |
| HSL | 351.58º | 0.66% | 0.66% | - |
| HSV(B) | 351.58º | 0.5% | 0.89% | - |
| XYZ | 41.05 | 29.32 | 23.92 | - |
| YUV | 147.91 | 116.77 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 128 | 0 | 0.50 | 0.43 | 0.11 | 351.58 | 0.66 | 0.66 |
| Hex | E2 | 70 | 80 | 0 | 32 | 2B | B | 160 | 42 | 42 |
| Octal | 342 | 160 | 200 | 0 | 62 | 53 | 13 | 540 | 102 | 102 |
| Binary | 11100010 | 1110000 | 10000000 | 0 | 110010 | 101011 | 1011 | 101100000 | 1000010 | 1000010 |
Color Harmonies of #E27080
Complementary color
Monochromatic Colors of #E27080
Black with #E27080
Text Example
Text Example
White with #E27080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27080; }
p { color: rgb(226,112,128); }
H1.HeaderClassName
{
color: #E27080;
}
.AnyTagClassName
{
color: #E27080;
}
</style>
background-color css
<style>
a { background-color: #E27080; }
a { background-color: rgb(226,112,128); }
div.DivClassName
{
background-color: #E27080;
}
.BgClassName
{
background-color: #E27080;
}
</style>
border-color css
<style>
span { border-color: #E27080; }
span { border-color: rgb(226,112,128); }
td.TdClassName
{
border-color: #E27080;
}
.TagClassName
{
border-color: #E27080;
}
</style>