Shades of Beauty Bush #EDBBB6
Tints of Beauty Bush #EDBBB6
RGB
CMYK
RGB Variations
Color information
#EDBBB6 (or 0xEDBBB6) is known color: Beauty Bush. HEX triplet: ED, BB and B6. RGB value is (237,187,182). Sum of RGB (Red+Green+Blue) = 237+187+182=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBB6 is #124449. Grayscale: #C9C9C9. Windows color (decimal): -1197130 or 11975661. OLE color: 11975661.
HSL color Cylindrical-coordinate representation of color #EDBBB6: hue angle of 5.45º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDBBB6 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 182 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.07 |
| HSL | 5.45º | 0.6% | 0.82% | - |
| HSV(B) | 5.45º | 0.23% | 0.93% | - |
| XYZ | 61.14 | 56.92 | 52.02 | - |
| YUV | 201.38 | 117.07 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 182 | 0 | 0.21 | 0.23 | 0.07 | 5.45 | 0.6 | 0.82 |
| Hex | ED | BB | B6 | 0 | 15 | 17 | 7 | 5 | 3C | 52 |
| Octal | 355 | 273 | 266 | 0 | 25 | 27 | 7 | 5 | 74 | 122 |
| Binary | 11101101 | 10111011 | 10110110 | 0 | 10101 | 10111 | 111 | 101 | 111100 | 1010010 |
Color Harmonies of #EDBBB6
Complementary color
Monochromatic Colors of #EDBBB6
Black with #EDBBB6
Text Example
Text Example
White with #EDBBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBB6; }
p { color: rgb(237,187,182); }
H1.HeaderClassName
{
color: #EDBBB6;
}
.AnyTagClassName
{
color: #EDBBB6;
}
</style>
background-color css
<style>
a { background-color: #EDBBB6; }
a { background-color: rgb(237,187,182); }
div.DivClassName
{
background-color: #EDBBB6;
}
.BgClassName
{
background-color: #EDBBB6;
}
</style>
border-color css
<style>
span { border-color: #EDBBB6; }
span { border-color: rgb(237,187,182); }
td.TdClassName
{
border-color: #EDBBB6;
}
.TagClassName
{
border-color: #EDBBB6;
}
</style>