Shades of Beauty Bush #EDBFBE
Tints of Beauty Bush #EDBFBE
RGB
CMYK
RGB Variations
Color information
#EDBFBE (or 0xEDBFBE) is known color: Beauty Bush. HEX triplet: ED, BF and BE. RGB value is (237,191,190). Sum of RGB (Red+Green+Blue) = 237+191+190=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFBE is #124041. Grayscale: #CCCCCC. Windows color (decimal): -1196098 or 12500973. OLE color: 12500973.
HSL color Cylindrical-coordinate representation of color #EDBFBE: hue angle of 1.28º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBFBE is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 190 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.07 |
| HSL | 1.28º | 0.57% | 0.84% | - |
| HSV(B) | 1.28º | 0.2% | 0.93% | - |
| XYZ | 62.85 | 58.98 | 56.79 | - |
| YUV | 204.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 190 | 0 | 0.19 | 0.20 | 0.07 | 1.28 | 0.57 | 0.84 |
| Hex | ED | BF | BE | 0 | 13 | 14 | 7 | 1 | 39 | 54 |
| Octal | 355 | 277 | 276 | 0 | 23 | 24 | 7 | 1 | 71 | 124 |
| Binary | 11101101 | 10111111 | 10111110 | 0 | 10011 | 10100 | 111 | 1 | 111001 | 1010100 |
Color Harmonies of #EDBFBE
Complementary color
Monochromatic Colors of #EDBFBE
Black with #EDBFBE
Text Example
Text Example
White with #EDBFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFBE; }
p { color: rgb(237,191,190); }
H1.HeaderClassName
{
color: #EDBFBE;
}
.AnyTagClassName
{
color: #EDBFBE;
}
</style>
background-color css
<style>
a { background-color: #EDBFBE; }
a { background-color: rgb(237,191,190); }
div.DivClassName
{
background-color: #EDBFBE;
}
.BgClassName
{
background-color: #EDBFBE;
}
</style>
border-color css
<style>
span { border-color: #EDBFBE; }
span { border-color: rgb(237,191,190); }
td.TdClassName
{
border-color: #EDBFBE;
}
.TagClassName
{
border-color: #EDBFBE;
}
</style>