Shades of Deep Blush #E46B7F
Tints of Deep Blush #E46B7F
RGB
CMYK
RGB Variations
Color information
#E46B7F (or 0xE46B7F) is known color: Deep Blush. HEX triplet: E4, 6B and 7F. RGB value is (228,107,127). Sum of RGB (Red+Green+Blue) = 228+107+127=462 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.35% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 127 (50% from 255 or 27.49% from 462); Max value from RGB is 228 - color contains mainly: red. Hex color #E46B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E46B7F is #1B9480. Grayscale: #919191. Windows color (decimal): -1807489 or 8350692. OLE color: 8350692.
HSL color Cylindrical-coordinate representation of color #E46B7F: hue angle of 350.08º 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 #E46B7F is Cyan = 0, Magento = 0.53, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 107 | 127 | - |
| CMYK | 0 | 0.53 | 0.44 | 0.11 |
| HSL | 350.08º | 0.69% | 0.66% | - |
| HSV(B) | 350.08º | 0.53% | 0.89% | - |
| XYZ | 41.08 | 28.54 | 23.42 | - |
| YUV | 145.46 | 117.59 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 107 | 127 | 0 | 0.53 | 0.44 | 0.11 | 350.08 | 0.69 | 0.66 |
| Hex | E4 | 6B | 7F | 0 | 35 | 2C | B | 15E | 45 | 42 |
| Octal | 344 | 153 | 177 | 0 | 65 | 54 | 13 | 536 | 105 | 102 |
| Binary | 11100100 | 1101011 | 1111111 | 0 | 110101 | 101100 | 1011 | 101011110 | 1000101 | 1000010 |
Color Harmonies of #E46B7F
Complementary color
Monochromatic Colors of #E46B7F
Black with #E46B7F
Text Example
Text Example
White with #E46B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46B7F; }
p { color: rgb(228,107,127); }
H1.HeaderClassName
{
color: #E46B7F;
}
.AnyTagClassName
{
color: #E46B7F;
}
</style>
background-color css
<style>
a { background-color: #E46B7F; }
a { background-color: rgb(228,107,127); }
div.DivClassName
{
background-color: #E46B7F;
}
.BgClassName
{
background-color: #E46B7F;
}
</style>
border-color css
<style>
span { border-color: #E46B7F; }
span { border-color: rgb(228,107,127); }
td.TdClassName
{
border-color: #E46B7F;
}
.TagClassName
{
border-color: #E46B7F;
}
</style>