Shades of Deep Blush #E46A8B
Tints of Deep Blush #E46A8B
RGB
CMYK
RGB Variations
Color information
#E46A8B (or 0xE46A8B) is known color: Deep Blush. HEX triplet: E4, 6A and 8B. RGB value is (228,106,139). Sum of RGB (Red+Green+Blue) = 228+106+139=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 106 (41.80% from 255 or 22.41% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46A8B is #1B9574. Grayscale: #929292. Windows color (decimal): -1807733 or 9136868. OLE color: 9136868.
HSL color Cylindrical-coordinate representation of color #E46A8B: hue angle of 343.77º degrees, saturation: 0.69, 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 #E46A8B is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 106 | 139 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.11 |
| HSL | 343.77º | 0.69% | 0.65% | - |
| HSV(B) | 343.77º | 0.54% | 0.89% | - |
| XYZ | 41.81 | 28.67 | 27.76 | - |
| YUV | 146.24 | 123.92 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 106 | 139 | 0 | 0.54 | 0.39 | 0.11 | 343.77 | 0.69 | 0.65 |
| Hex | E4 | 6A | 8B | 0 | 36 | 27 | B | 158 | 45 | 41 |
| Octal | 344 | 152 | 213 | 0 | 66 | 47 | 13 | 530 | 105 | 101 |
| Binary | 11100100 | 1101010 | 10001011 | 0 | 110110 | 100111 | 1011 | 101011000 | 1000101 | 1000001 |
Color Harmonies of #E46A8B
Complementary color
Monochromatic Colors of #E46A8B
Black with #E46A8B
Text Example
Text Example
White with #E46A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46A8B; }
p { color: rgb(228,106,139); }
H1.HeaderClassName
{
color: #E46A8B;
}
.AnyTagClassName
{
color: #E46A8B;
}
</style>
background-color css
<style>
a { background-color: #E46A8B; }
a { background-color: rgb(228,106,139); }
div.DivClassName
{
background-color: #E46A8B;
}
.BgClassName
{
background-color: #E46A8B;
}
</style>
border-color css
<style>
span { border-color: #E46A8B; }
span { border-color: rgb(228,106,139); }
td.TdClassName
{
border-color: #E46A8B;
}
.TagClassName
{
border-color: #E46A8B;
}
</style>