Shades of Deep Blush #E46C85
Tints of Deep Blush #E46C85
RGB
CMYK
RGB Variations
Color information
#E46C85 (or 0xE46C85) is known color: Deep Blush. HEX triplet: E4, 6C and 85. RGB value is (228,108,133). Sum of RGB (Red+Green+Blue) = 228+108+133=469 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.61% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 228 - color contains mainly: red. Hex color #E46C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46C85 is #1B937A. Grayscale: #929292. Windows color (decimal): -1807227 or 8744164. OLE color: 8744164.
HSL color Cylindrical-coordinate representation of color #E46C85: hue angle of 347.5º 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 #E46C85 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 108 | 133 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.11 |
| HSL | 347.5º | 0.69% | 0.66% | - |
| HSV(B) | 347.5º | 0.53% | 0.89% | - |
| XYZ | 41.59 | 28.91 | 25.58 | - |
| YUV | 146.73 | 120.26 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 108 | 133 | 0 | 0.53 | 0.42 | 0.11 | 347.5 | 0.69 | 0.66 |
| Hex | E4 | 6C | 85 | 0 | 35 | 2A | B | 15C | 45 | 42 |
| Octal | 344 | 154 | 205 | 0 | 65 | 52 | 13 | 534 | 105 | 102 |
| Binary | 11100100 | 1101100 | 10000101 | 0 | 110101 | 101010 | 1011 | 101011100 | 1000101 | 1000010 |
Color Harmonies of #E46C85
Complementary color
Monochromatic Colors of #E46C85
Black with #E46C85
Text Example
Text Example
White with #E46C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46C85; }
p { color: rgb(228,108,133); }
H1.HeaderClassName
{
color: #E46C85;
}
.AnyTagClassName
{
color: #E46C85;
}
</style>
background-color css
<style>
a { background-color: #E46C85; }
a { background-color: rgb(228,108,133); }
div.DivClassName
{
background-color: #E46C85;
}
.BgClassName
{
background-color: #E46C85;
}
</style>
border-color css
<style>
span { border-color: #E46C85; }
span { border-color: rgb(228,108,133); }
td.TdClassName
{
border-color: #E46C85;
}
.TagClassName
{
border-color: #E46C85;
}
</style>