Shades of Deep Blush #E27A8B
Tints of Deep Blush #E27A8B
RGB
CMYK
RGB Variations
Color information
#E27A8B (or 0xE27A8B) is known color: Deep Blush. HEX triplet: E2, 7A and 8B. RGB value is (226,122,139). Sum of RGB (Red+Green+Blue) = 226+122+139=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E27A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27A8B is #1D8574. Grayscale: #9B9B9B. Windows color (decimal): -1934709 or 9140962. OLE color: 9140962.
HSL color Cylindrical-coordinate representation of color #E27A8B: hue angle of 350.19º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27A8B is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 122 | 139 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.11 |
| HSL | 350.19º | 0.64% | 0.68% | - |
| HSV(B) | 350.19º | 0.46% | 0.89% | - |
| XYZ | 42.98 | 31.95 | 28.33 | - |
| YUV | 155.03 | 118.96 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 122 | 139 | 0 | 0.46 | 0.38 | 0.11 | 350.19 | 0.64 | 0.68 |
| Hex | E2 | 7A | 8B | 0 | 2E | 26 | B | 15E | 40 | 44 |
| Octal | 342 | 172 | 213 | 0 | 56 | 46 | 13 | 536 | 100 | 104 |
| Binary | 11100010 | 1111010 | 10001011 | 0 | 101110 | 100110 | 1011 | 101011110 | 1000000 | 1000100 |
Color Harmonies of #E27A8B
Complementary color
Monochromatic Colors of #E27A8B
Black with #E27A8B
Text Example
Text Example
White with #E27A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27A8B; }
p { color: rgb(226,122,139); }
H1.HeaderClassName
{
color: #E27A8B;
}
.AnyTagClassName
{
color: #E27A8B;
}
</style>
background-color css
<style>
a { background-color: #E27A8B; }
a { background-color: rgb(226,122,139); }
div.DivClassName
{
background-color: #E27A8B;
}
.BgClassName
{
background-color: #E27A8B;
}
</style>
border-color css
<style>
span { border-color: #E27A8B; }
span { border-color: rgb(226,122,139); }
td.TdClassName
{
border-color: #E27A8B;
}
.TagClassName
{
border-color: #E27A8B;
}
</style>