Shades of Deep Blush #E46F8C
Tints of Deep Blush #E46F8C
RGB
CMYK
RGB Variations
Color information
#E46F8C (or 0xE46F8C) is known color: Deep Blush. HEX triplet: E4, 6F and 8C. RGB value is (228,111,140). Sum of RGB (Red+Green+Blue) = 228+111+140=479 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.60% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 228 - color contains mainly: red. Hex color #E46F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46F8C is #1B9073. Grayscale: #959595. Windows color (decimal): -1806452 or 9203684. OLE color: 9203684.
HSL color Cylindrical-coordinate representation of color #E46F8C: hue angle of 345.13º 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 #E46F8C is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 111 | 140 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.11 |
| HSL | 345.13º | 0.68% | 0.66% | - |
| HSV(B) | 345.13º | 0.51% | 0.89% | - |
| XYZ | 42.41 | 29.76 | 28.32 | - |
| YUV | 149.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 111 | 140 | 0 | 0.51 | 0.39 | 0.11 | 345.13 | 0.68 | 0.66 |
| Hex | E4 | 6F | 8C | 0 | 33 | 27 | B | 159 | 44 | 42 |
| Octal | 344 | 157 | 214 | 0 | 63 | 47 | 13 | 531 | 104 | 102 |
| Binary | 11100100 | 1101111 | 10001100 | 0 | 110011 | 100111 | 1011 | 101011001 | 1000100 | 1000010 |
Color Harmonies of #E46F8C
Complementary color
Monochromatic Colors of #E46F8C
Black with #E46F8C
Text Example
Text Example
White with #E46F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46F8C; }
p { color: rgb(228,111,140); }
H1.HeaderClassName
{
color: #E46F8C;
}
.AnyTagClassName
{
color: #E46F8C;
}
</style>
background-color css
<style>
a { background-color: #E46F8C; }
a { background-color: rgb(228,111,140); }
div.DivClassName
{
background-color: #E46F8C;
}
.BgClassName
{
background-color: #E46F8C;
}
</style>
border-color css
<style>
span { border-color: #E46F8C; }
span { border-color: rgb(228,111,140); }
td.TdClassName
{
border-color: #E46F8C;
}
.TagClassName
{
border-color: #E46F8C;
}
</style>