Shades of Beauty Bush #EDBBB2
Tints of Beauty Bush #EDBBB2
RGB
CMYK
RGB Variations
Color information
#EDBBB2 (or 0xEDBBB2) is known color: Beauty Bush. HEX triplet: ED, BB and B2. RGB value is (237,187,178). Sum of RGB (Red+Green+Blue) = 237+187+178=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 178 (69.92% from 255 or 29.57% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBBB2 is #12444D. Grayscale: #C9C9C9. Windows color (decimal): -1197134 or 11713517. OLE color: 11713517.
HSL color Cylindrical-coordinate representation of color #EDBBB2: hue angle of 9.15º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDBBB2 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 178 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.07 |
| HSL | 9.15º | 0.62% | 0.81% | - |
| HSV(B) | 9.15º | 0.25% | 0.93% | - |
| XYZ | 60.73 | 56.76 | 49.87 | - |
| YUV | 200.92 | 115.07 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 178 | 0 | 0.21 | 0.25 | 0.07 | 9.15 | 0.62 | 0.81 |
| Hex | ED | BB | B2 | 0 | 15 | 19 | 7 | 9 | 3E | 51 |
| Octal | 355 | 273 | 262 | 0 | 25 | 31 | 7 | 11 | 76 | 121 |
| Binary | 11101101 | 10111011 | 10110010 | 0 | 10101 | 11001 | 111 | 1001 | 111110 | 1010001 |
Color Harmonies of #EDBBB2
Complementary color
Monochromatic Colors of #EDBBB2
Black with #EDBBB2
Text Example
Text Example
White with #EDBBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBBB2; }
p { color: rgb(237,187,178); }
H1.HeaderClassName
{
color: #EDBBB2;
}
.AnyTagClassName
{
color: #EDBBB2;
}
</style>
background-color css
<style>
a { background-color: #EDBBB2; }
a { background-color: rgb(237,187,178); }
div.DivClassName
{
background-color: #EDBBB2;
}
.BgClassName
{
background-color: #EDBBB2;
}
</style>
border-color css
<style>
span { border-color: #EDBBB2; }
span { border-color: rgb(237,187,178); }
td.TdClassName
{
border-color: #EDBBB2;
}
.TagClassName
{
border-color: #EDBBB2;
}
</style>