Shades of Deep Blush #E46B8F
Tints of Deep Blush #E46B8F
RGB
CMYK
RGB Variations
Color information
#E46B8F (or 0xE46B8F) is known color: Deep Blush. HEX triplet: E4, 6B and 8F. RGB value is (228,107,143). Sum of RGB (Red+Green+Blue) = 228+107+143=478 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.70% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 143 (56.25% from 255 or 29.92% from 478); Max value from RGB is 228 - color contains mainly: red. Hex color #E46B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46B8F is #1B9470. Grayscale: #939393. Windows color (decimal): -1807473 or 9399268. OLE color: 9399268.
HSL color Cylindrical-coordinate representation of color #E46B8F: hue angle of 342.15º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E46B8F is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 107 | 143 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.11 |
| HSL | 342.15º | 0.69% | 0.66% | - |
| HSV(B) | 342.15º | 0.53% | 0.89% | - |
| XYZ | 42.21 | 28.99 | 29.36 | - |
| YUV | 147.28 | 125.59 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 107 | 143 | 0 | 0.53 | 0.37 | 0.11 | 342.15 | 0.69 | 0.66 |
| Hex | E4 | 6B | 8F | 0 | 35 | 25 | B | 156 | 45 | 42 |
| Octal | 344 | 153 | 217 | 0 | 65 | 45 | 13 | 526 | 105 | 102 |
| Binary | 11100100 | 1101011 | 10001111 | 0 | 110101 | 100101 | 1011 | 101010110 | 1000101 | 1000010 |
Color Harmonies of #E46B8F
Complementary color
Monochromatic Colors of #E46B8F
Black with #E46B8F
Text Example
Text Example
White with #E46B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46B8F; }
p { color: rgb(228,107,143); }
H1.HeaderClassName
{
color: #E46B8F;
}
.AnyTagClassName
{
color: #E46B8F;
}
</style>
background-color css
<style>
a { background-color: #E46B8F; }
a { background-color: rgb(228,107,143); }
div.DivClassName
{
background-color: #E46B8F;
}
.BgClassName
{
background-color: #E46B8F;
}
</style>
border-color css
<style>
span { border-color: #E46B8F; }
span { border-color: rgb(228,107,143); }
td.TdClassName
{
border-color: #E46B8F;
}
.TagClassName
{
border-color: #E46B8F;
}
</style>