Shades of Beauty Bush #EDB7B3
Tints of Beauty Bush #EDB7B3
RGB
CMYK
RGB Variations
Color information
#EDB7B3 (or 0xEDB7B3) is known color: Beauty Bush. HEX triplet: ED, B7 and B3. RGB value is (237,183,179). Sum of RGB (Red+Green+Blue) = 237+183+179=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 183 (71.88% from 255 or 30.55% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB7B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB7B3 is #12484C. Grayscale: #C6C6C6. Windows color (decimal): -1198157 or 11778029. OLE color: 11778029.
HSL color Cylindrical-coordinate representation of color #EDB7B3: hue angle of 4.14º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDB7B3 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 183 | 179 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.07 |
| HSL | 4.14º | 0.62% | 0.82% | - |
| HSV(B) | 4.14º | 0.24% | 0.93% | - |
| XYZ | 60 | 55.13 | 50.13 | - |
| YUV | 198.69 | 116.89 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 183 | 179 | 0 | 0.23 | 0.24 | 0.07 | 4.14 | 0.62 | 0.82 |
| Hex | ED | B7 | B3 | 0 | 17 | 18 | 7 | 4 | 3E | 52 |
| Octal | 355 | 267 | 263 | 0 | 27 | 30 | 7 | 4 | 76 | 122 |
| Binary | 11101101 | 10110111 | 10110011 | 0 | 10111 | 11000 | 111 | 100 | 111110 | 1010010 |
Color Harmonies of #EDB7B3
Complementary color
Monochromatic Colors of #EDB7B3
Black with #EDB7B3
Text Example
Text Example
White with #EDB7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB7B3; }
p { color: rgb(237,183,179); }
H1.HeaderClassName
{
color: #EDB7B3;
}
.AnyTagClassName
{
color: #EDB7B3;
}
</style>
background-color css
<style>
a { background-color: #EDB7B3; }
a { background-color: rgb(237,183,179); }
div.DivClassName
{
background-color: #EDB7B3;
}
.BgClassName
{
background-color: #EDB7B3;
}
</style>
border-color css
<style>
span { border-color: #EDB7B3; }
span { border-color: rgb(237,183,179); }
td.TdClassName
{
border-color: #EDB7B3;
}
.TagClassName
{
border-color: #EDB7B3;
}
</style>