Shades of Deep Blush #E76B8B
Tints of Deep Blush #E76B8B
RGB
CMYK
RGB Variations
Color information
#E76B8B (or 0xE76B8B) is known color: Deep Blush. HEX triplet: E7, 6B and 8B. RGB value is (231,107,139). Sum of RGB (Red+Green+Blue) = 231+107+139=477 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.43% from 477); Green value is 107 (42.19% from 255 or 22.43% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 231 - color contains mainly: red. Hex color #E76B8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76B8B is #189474. Grayscale: #939393. Windows color (decimal): -1610869 or 9137127. OLE color: 9137127.
HSL color Cylindrical-coordinate representation of color #E76B8B: hue angle of 344.52º 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 #E76B8B is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 107 | 139 | - |
| CMYK | 0 | 0.54 | 0.40 | 0.09 |
| HSL | 344.52º | 0.72% | 0.66% | - |
| HSV(B) | 344.52º | 0.54% | 0.91% | - |
| XYZ | 42.87 | 29.37 | 27.84 | - |
| YUV | 147.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 107 | 139 | 0 | 0.54 | 0.40 | 0.09 | 344.52 | 0.72 | 0.66 |
| Hex | E7 | 6B | 8B | 0 | 36 | 28 | 9 | 159 | 48 | 42 |
| Octal | 347 | 153 | 213 | 0 | 66 | 50 | 11 | 531 | 110 | 102 |
| Binary | 11100111 | 1101011 | 10001011 | 0 | 110110 | 101000 | 1001 | 101011001 | 1001000 | 1000010 |
Color Harmonies of #E76B8B
Complementary color
Monochromatic Colors of #E76B8B
Black with #E76B8B
Text Example
Text Example
White with #E76B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76B8B; }
p { color: rgb(231,107,139); }
H1.HeaderClassName
{
color: #E76B8B;
}
.AnyTagClassName
{
color: #E76B8B;
}
</style>
background-color css
<style>
a { background-color: #E76B8B; }
a { background-color: rgb(231,107,139); }
div.DivClassName
{
background-color: #E76B8B;
}
.BgClassName
{
background-color: #E76B8B;
}
</style>
border-color css
<style>
span { border-color: #E76B8B; }
span { border-color: rgb(231,107,139); }
td.TdClassName
{
border-color: #E76B8B;
}
.TagClassName
{
border-color: #E76B8B;
}
</style>