Shades of Beauty Bush #EDBEBE
Tints of Beauty Bush #EDBEBE
RGB
CMYK
RGB Variations
Color information
#EDBEBE (or 0xEDBEBE) is known color: Beauty Bush. HEX triplet: ED, BE and BE. RGB value is (237,190,190). Sum of RGB (Red+Green+Blue) = 237+190+190=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEBE is #124141. Grayscale: #CCCCCC. Windows color (decimal): -1196354 or 12500717. OLE color: 12500717.
HSL color Cylindrical-coordinate representation of color #EDBEBE: hue angle of 0º 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 #EDBEBE is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 190 | 190 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.07 |
| HSL | 0º | 0.57% | 0.84% | - |
| HSV(B) | 0º | 0.2% | 0.93% | - |
| XYZ | 62.63 | 58.55 | 56.72 | - |
| YUV | 204.05 | 120.07 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 190 | 190 | 0 | 0.20 | 0.20 | 0.07 | 0 | 0.57 | 0.84 |
| Hex | ED | BE | BE | 0 | 14 | 14 | 7 | 0 | 39 | 54 |
| Octal | 355 | 276 | 276 | 0 | 24 | 24 | 7 | 0 | 71 | 124 |
| Binary | 11101101 | 10111110 | 10111110 | 0 | 10100 | 10100 | 111 | 0 | 111001 | 1010100 |
Color Harmonies of #EDBEBE
Complementary color
Monochromatic Colors of #EDBEBE
Black with #EDBEBE
Text Example
Text Example
White with #EDBEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBEBE; }
p { color: rgb(237,190,190); }
H1.HeaderClassName
{
color: #EDBEBE;
}
.AnyTagClassName
{
color: #EDBEBE;
}
</style>
background-color css
<style>
a { background-color: #EDBEBE; }
a { background-color: rgb(237,190,190); }
div.DivClassName
{
background-color: #EDBEBE;
}
.BgClassName
{
background-color: #EDBEBE;
}
</style>
border-color css
<style>
span { border-color: #EDBEBE; }
span { border-color: rgb(237,190,190); }
td.TdClassName
{
border-color: #EDBEBE;
}
.TagClassName
{
border-color: #EDBEBE;
}
</style>