Shades of Deep Blush #E46F80
Tints of Deep Blush #E46F80
RGB
CMYK
RGB Variations
Color information
#E46F80 (or 0xE46F80) is known color: Deep Blush. HEX triplet: E4, 6F and 80. RGB value is (228,111,128). Sum of RGB (Red+Green+Blue) = 228+111+128=467 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.82% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 228 - color contains mainly: red. Hex color #E46F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46F80 is #1B907F. Grayscale: #939393. Windows color (decimal): -1806464 or 8417252. OLE color: 8417252.
HSL color Cylindrical-coordinate representation of color #E46F80: hue angle of 351.28º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E46F80 is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 111 | 128 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.11 |
| HSL | 351.28º | 0.68% | 0.66% | - |
| HSV(B) | 351.28º | 0.51% | 0.89% | - |
| XYZ | 41.58 | 29.42 | 23.91 | - |
| YUV | 147.92 | 116.76 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 111 | 128 | 0 | 0.51 | 0.44 | 0.11 | 351.28 | 0.68 | 0.66 |
| Hex | E4 | 6F | 80 | 0 | 33 | 2C | B | 15F | 44 | 42 |
| Octal | 344 | 157 | 200 | 0 | 63 | 54 | 13 | 537 | 104 | 102 |
| Binary | 11100100 | 1101111 | 10000000 | 0 | 110011 | 101100 | 1011 | 101011111 | 1000100 | 1000010 |
Color Harmonies of #E46F80
Complementary color
Monochromatic Colors of #E46F80
Black with #E46F80
Text Example
Text Example
White with #E46F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46F80; }
p { color: rgb(228,111,128); }
H1.HeaderClassName
{
color: #E46F80;
}
.AnyTagClassName
{
color: #E46F80;
}
</style>
background-color css
<style>
a { background-color: #E46F80; }
a { background-color: rgb(228,111,128); }
div.DivClassName
{
background-color: #E46F80;
}
.BgClassName
{
background-color: #E46F80;
}
</style>
border-color css
<style>
span { border-color: #E46F80; }
span { border-color: rgb(228,111,128); }
td.TdClassName
{
border-color: #E46F80;
}
.TagClassName
{
border-color: #E46F80;
}
</style>