Shades of Beauty Bush #EDBFBB
Tints of Beauty Bush #EDBFBB
RGB
CMYK
RGB Variations
Color information
#EDBFBB (or 0xEDBFBB) is known color: Beauty Bush. HEX triplet: ED, BF and BB. RGB value is (237,191,187). Sum of RGB (Red+Green+Blue) = 237+191+187=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 191 (75% from 255 or 31.06% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFBB is #124044. Grayscale: #CCCCCC. Windows color (decimal): -1196101 or 12304365. OLE color: 12304365.
HSL color Cylindrical-coordinate representation of color #EDBFBB: hue angle of 4.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBFBB is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 187 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.07 |
| HSL | 4.8º | 0.58% | 0.83% | - |
| HSV(B) | 4.8º | 0.21% | 0.93% | - |
| XYZ | 62.53 | 58.85 | 55.08 | - |
| YUV | 204.3 | 118.24 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 187 | 0 | 0.19 | 0.21 | 0.07 | 4.8 | 0.58 | 0.83 |
| Hex | ED | BF | BB | 0 | 13 | 15 | 7 | 5 | 3A | 53 |
| Octal | 355 | 277 | 273 | 0 | 23 | 25 | 7 | 5 | 72 | 123 |
| Binary | 11101101 | 10111111 | 10111011 | 0 | 10011 | 10101 | 111 | 101 | 111010 | 1010011 |
Color Harmonies of #EDBFBB
Complementary color
Monochromatic Colors of #EDBFBB
Black with #EDBFBB
Text Example
Text Example
White with #EDBFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFBB; }
p { color: rgb(237,191,187); }
H1.HeaderClassName
{
color: #EDBFBB;
}
.AnyTagClassName
{
color: #EDBFBB;
}
</style>
background-color css
<style>
a { background-color: #EDBFBB; }
a { background-color: rgb(237,191,187); }
div.DivClassName
{
background-color: #EDBFBB;
}
.BgClassName
{
background-color: #EDBFBB;
}
</style>
border-color css
<style>
span { border-color: #EDBFBB; }
span { border-color: rgb(237,191,187); }
td.TdClassName
{
border-color: #EDBFBB;
}
.TagClassName
{
border-color: #EDBFBB;
}
</style>