Shades of Deep Blush #E46B81
Tints of Deep Blush #E46B81
RGB
CMYK
RGB Variations
Color information
#E46B81 (or 0xE46B81) is known color: Deep Blush. HEX triplet: E4, 6B and 81. RGB value is (228,107,129). Sum of RGB (Red+Green+Blue) = 228+107+129=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E46B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E46B81 is #1B947E. Grayscale: #919191. Windows color (decimal): -1807487 or 8481764. OLE color: 8481764.
HSL color Cylindrical-coordinate representation of color #E46B81: hue angle of 349.09º 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 #E46B81 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 107 | 129 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.11 |
| HSL | 349.09º | 0.69% | 0.66% | - |
| HSV(B) | 349.09º | 0.53% | 0.89% | - |
| XYZ | 41.22 | 28.59 | 24.12 | - |
| YUV | 145.69 | 118.59 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 107 | 129 | 0 | 0.53 | 0.43 | 0.11 | 349.09 | 0.69 | 0.66 |
| Hex | E4 | 6B | 81 | 0 | 35 | 2B | B | 15D | 45 | 42 |
| Octal | 344 | 153 | 201 | 0 | 65 | 53 | 13 | 535 | 105 | 102 |
| Binary | 11100100 | 1101011 | 10000001 | 0 | 110101 | 101011 | 1011 | 101011101 | 1000101 | 1000010 |
Color Harmonies of #E46B81
Complementary color
Monochromatic Colors of #E46B81
Black with #E46B81
Text Example
Text Example
White with #E46B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46B81; }
p { color: rgb(228,107,129); }
H1.HeaderClassName
{
color: #E46B81;
}
.AnyTagClassName
{
color: #E46B81;
}
</style>
background-color css
<style>
a { background-color: #E46B81; }
a { background-color: rgb(228,107,129); }
div.DivClassName
{
background-color: #E46B81;
}
.BgClassName
{
background-color: #E46B81;
}
</style>
border-color css
<style>
span { border-color: #E46B81; }
span { border-color: rgb(228,107,129); }
td.TdClassName
{
border-color: #E46B81;
}
.TagClassName
{
border-color: #E46B81;
}
</style>