Shades of Deep Blush #E76B83
Tints of Deep Blush #E76B83
RGB
CMYK
RGB Variations
Color information
#E76B83 (or 0xE76B83) is known color: Deep Blush. HEX triplet: E7, 6B and 83. RGB value is (231,107,131). Sum of RGB (Red+Green+Blue) = 231+107+131=469 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.25% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 231 - color contains mainly: red. Hex color #E76B83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76B83 is #18947C. Grayscale: #929292. Windows color (decimal): -1610877 or 8612839. OLE color: 8612839.
HSL color Cylindrical-coordinate representation of color #E76B83: hue angle of 348.39º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76B83 is Cyan = 0, Magento = 0.54, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 131 | - |
| CMYK | 0 | 0.54 | 0.43 | 0.09 |
| HSL | 348.39º | 0.72% | 0.66% | - |
| HSV(B) | 348.39º | 0.54% | 0.91% | - |
| XYZ | 42.31 | 29.14 | 24.87 | - |
| YUV | 146.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 131 | 0 | 0.54 | 0.43 | 0.09 | 348.39 | 0.72 | 0.66 |
| Hex | E7 | 6B | 83 | 0 | 36 | 2B | 9 | 15C | 48 | 42 |
| Octal | 347 | 153 | 203 | 0 | 66 | 53 | 11 | 534 | 110 | 102 |
| Binary | 11100111 | 1101011 | 10000011 | 0 | 110110 | 101011 | 1001 | 101011100 | 1001000 | 1000010 |
Color Harmonies of #E76B83
Complementary color
Monochromatic Colors of #E76B83
Black with #E76B83
Text Example
Text Example
White with #E76B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76B83; }
p { color: rgb(231,107,131); }
H1.HeaderClassName
{
color: #E76B83;
}
.AnyTagClassName
{
color: #E76B83;
}
</style>
background-color css
<style>
a { background-color: #E76B83; }
a { background-color: rgb(231,107,131); }
div.DivClassName
{
background-color: #E76B83;
}
.BgClassName
{
background-color: #E76B83;
}
</style>
border-color css
<style>
span { border-color: #E76B83; }
span { border-color: rgb(231,107,131); }
td.TdClassName
{
border-color: #E76B83;
}
.TagClassName
{
border-color: #E76B83;
}
</style>