Shades of Deep Blush #E8768E
Tints of Deep Blush #E8768E
RGB
CMYK
RGB Variations
Color information
#E8768E (or 0xE8768E) is known color: Deep Blush. HEX triplet: E8, 76 and 8E. RGB value is (232,118,142). Sum of RGB (Red+Green+Blue) = 232+118+142=492 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.15% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 232 - color contains mainly: red. Hex color #E8768E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8768E is #178971. Grayscale: #9A9A9A. Windows color (decimal): -1542514 or 9336552. OLE color: 9336552.
HSL color Cylindrical-coordinate representation of color #E8768E: hue angle of 347.37º 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 #E8768E is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 118 | 142 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.09 |
| HSL | 347.37º | 0.71% | 0.69% | - |
| HSV(B) | 347.37º | 0.49% | 0.91% | - |
| XYZ | 44.64 | 32.07 | 29.43 | - |
| YUV | 154.82 | 120.77 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 118 | 142 | 0 | 0.49 | 0.39 | 0.09 | 347.37 | 0.71 | 0.69 |
| Hex | E8 | 76 | 8E | 0 | 31 | 27 | 9 | 15B | 47 | 45 |
| Octal | 350 | 166 | 216 | 0 | 61 | 47 | 11 | 533 | 107 | 105 |
| Binary | 11101000 | 1110110 | 10001110 | 0 | 110001 | 100111 | 1001 | 101011011 | 1000111 | 1000101 |
Color Harmonies of #E8768E
Complementary color
Monochromatic Colors of #E8768E
Black with #E8768E
Text Example
Text Example
White with #E8768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8768E; }
p { color: rgb(232,118,142); }
H1.HeaderClassName
{
color: #E8768E;
}
.AnyTagClassName
{
color: #E8768E;
}
</style>
background-color css
<style>
a { background-color: #E8768E; }
a { background-color: rgb(232,118,142); }
div.DivClassName
{
background-color: #E8768E;
}
.BgClassName
{
background-color: #E8768E;
}
</style>
border-color css
<style>
span { border-color: #E8768E; }
span { border-color: rgb(232,118,142); }
td.TdClassName
{
border-color: #E8768E;
}
.TagClassName
{
border-color: #E8768E;
}
</style>