Shades of Beauty Bush #EDB9B9
Tints of Beauty Bush #EDB9B9
RGB
CMYK
RGB Variations
Color information
#EDB9B9 (or 0xEDB9B9) is known color: Beauty Bush. HEX triplet: ED, B9 and B9. RGB value is (237,185,185). Sum of RGB (Red+Green+Blue) = 237+185+185=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9B9 is #124646. Grayscale: #C8C8C8. Windows color (decimal): -1197639 or 12171757. OLE color: 12171757.
HSL color Cylindrical-coordinate representation of color #EDB9B9: hue angle of 0º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDB9B9 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 185 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.07 |
| HSL | 0º | 0.59% | 0.83% | - |
| HSV(B) | 0º | 0.22% | 0.93% | - |
| XYZ | 61.03 | 56.21 | 53.53 | - |
| YUV | 200.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 185 | 0 | 0.22 | 0.22 | 0.07 | 0 | 0.59 | 0.83 |
| Hex | ED | B9 | B9 | 0 | 16 | 16 | 7 | 0 | 3B | 53 |
| Octal | 355 | 271 | 271 | 0 | 26 | 26 | 7 | 0 | 73 | 123 |
| Binary | 11101101 | 10111001 | 10111001 | 0 | 10110 | 10110 | 111 | 0 | 111011 | 1010011 |
Color Harmonies of #EDB9B9
Complementary color
Monochromatic Colors of #EDB9B9
Black with #EDB9B9
Text Example
Text Example
White with #EDB9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB9B9; }
p { color: rgb(237,185,185); }
H1.HeaderClassName
{
color: #EDB9B9;
}
.AnyTagClassName
{
color: #EDB9B9;
}
</style>
background-color css
<style>
a { background-color: #EDB9B9; }
a { background-color: rgb(237,185,185); }
div.DivClassName
{
background-color: #EDB9B9;
}
.BgClassName
{
background-color: #EDB9B9;
}
</style>
border-color css
<style>
span { border-color: #EDB9B9; }
span { border-color: rgb(237,185,185); }
td.TdClassName
{
border-color: #EDB9B9;
}
.TagClassName
{
border-color: #EDB9B9;
}
</style>