Shades of Deep Blush #E8768B
Tints of Deep Blush #E8768B
RGB
CMYK
RGB Variations
Color information
#E8768B (or 0xE8768B) is known color: Deep Blush. HEX triplet: E8, 76 and 8B. RGB value is (232,118,139). Sum of RGB (Red+Green+Blue) = 232+118+139=489 (64% of max value = 765). Red value is 232 (91.02% from 255 or 47.44% from 489); Green value is 118 (46.48% from 255 or 24.13% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 232 - color contains mainly: red. Hex color #E8768B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8768B is #178974. Grayscale: #9A9A9A. Windows color (decimal): -1542517 or 9139944. OLE color: 9139944.
HSL color Cylindrical-coordinate representation of color #E8768B: hue angle of 348.95º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E8768B is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 118 | 139 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.09 |
| HSL | 348.95º | 0.71% | 0.69% | - |
| HSV(B) | 348.95º | 0.49% | 0.91% | - |
| XYZ | 44.42 | 31.98 | 28.26 | - |
| YUV | 154.48 | 119.27 | 183.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 118 | 139 | 0 | 0.49 | 0.40 | 0.09 | 348.95 | 0.71 | 0.69 |
| Hex | E8 | 76 | 8B | 0 | 31 | 28 | 9 | 15D | 47 | 45 |
| Octal | 350 | 166 | 213 | 0 | 61 | 50 | 11 | 535 | 107 | 105 |
| Binary | 11101000 | 1110110 | 10001011 | 0 | 110001 | 101000 | 1001 | 101011101 | 1000111 | 1000101 |
Color Harmonies of #E8768B
Complementary color
Monochromatic Colors of #E8768B
Black with #E8768B
Text Example
Text Example
White with #E8768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8768B; }
p { color: rgb(232,118,139); }
H1.HeaderClassName
{
color: #E8768B;
}
.AnyTagClassName
{
color: #E8768B;
}
</style>
background-color css
<style>
a { background-color: #E8768B; }
a { background-color: rgb(232,118,139); }
div.DivClassName
{
background-color: #E8768B;
}
.BgClassName
{
background-color: #E8768B;
}
</style>
border-color css
<style>
span { border-color: #E8768B; }
span { border-color: rgb(232,118,139); }
td.TdClassName
{
border-color: #E8768B;
}
.TagClassName
{
border-color: #E8768B;
}
</style>