Shades of Deep Blush #E27084
Tints of Deep Blush #E27084
RGB
CMYK
RGB Variations
Color information
#E27084 (or 0xE27084) is known color: Deep Blush. HEX triplet: E2, 70 and 84. RGB value is (226,112,132). Sum of RGB (Red+Green+Blue) = 226+112+132=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 112 (44.14% from 255 or 23.83% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E27084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27084 is #1D8F7B. Grayscale: #949494. Windows color (decimal): -1937276 or 8679650. OLE color: 8679650.
HSL color Cylindrical-coordinate representation of color #E27084: hue angle of 349.47º 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 #E27084 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 132 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.11 |
| HSL | 349.47º | 0.66% | 0.66% | - |
| HSV(B) | 349.47º | 0.5% | 0.89% | - |
| XYZ | 41.32 | 29.42 | 25.33 | - |
| YUV | 148.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 132 | 0 | 0.50 | 0.42 | 0.11 | 349.47 | 0.66 | 0.66 |
| Hex | E2 | 70 | 84 | 0 | 32 | 2A | B | 15D | 42 | 42 |
| Octal | 342 | 160 | 204 | 0 | 62 | 52 | 13 | 535 | 102 | 102 |
| Binary | 11100010 | 1110000 | 10000100 | 0 | 110010 | 101010 | 1011 | 101011101 | 1000010 | 1000010 |
Color Harmonies of #E27084
Complementary color
Monochromatic Colors of #E27084
Black with #E27084
Text Example
Text Example
White with #E27084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27084; }
p { color: rgb(226,112,132); }
H1.HeaderClassName
{
color: #E27084;
}
.AnyTagClassName
{
color: #E27084;
}
</style>
background-color css
<style>
a { background-color: #E27084; }
a { background-color: rgb(226,112,132); }
div.DivClassName
{
background-color: #E27084;
}
.BgClassName
{
background-color: #E27084;
}
</style>
border-color css
<style>
span { border-color: #E27084; }
span { border-color: rgb(226,112,132); }
td.TdClassName
{
border-color: #E27084;
}
.TagClassName
{
border-color: #E27084;
}
</style>