Shades of Beauty Bush #ECC2BB
Tints of Beauty Bush #ECC2BB
RGB
CMYK
RGB Variations
Color information
#ECC2BB (or 0xECC2BB) is known color: Beauty Bush. HEX triplet: EC, C2 and BB. RGB value is (236,194,187). Sum of RGB (Red+Green+Blue) = 236+194+187=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2BB is #133D44. Grayscale: #CDCDCD. Windows color (decimal): -1260869 or 12305132. OLE color: 12305132.
HSL color Cylindrical-coordinate representation of color #ECC2BB: hue angle of 8.57º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECC2BB is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 187 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.07 |
| HSL | 8.57º | 0.56% | 0.83% | - |
| HSV(B) | 8.57º | 0.21% | 0.93% | - |
| XYZ | 62.85 | 60 | 55.28 | - |
| YUV | 205.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 187 | 0 | 0.18 | 0.21 | 0.07 | 8.57 | 0.56 | 0.83 |
| Hex | EC | C2 | BB | 0 | 12 | 15 | 7 | 9 | 38 | 53 |
| Octal | 354 | 302 | 273 | 0 | 22 | 25 | 7 | 11 | 70 | 123 |
| Binary | 11101100 | 11000010 | 10111011 | 0 | 10010 | 10101 | 111 | 1001 | 111000 | 1010011 |
Color Harmonies of #ECC2BB
Complementary color
Monochromatic Colors of #ECC2BB
Black with #ECC2BB
Text Example
Text Example
White with #ECC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2BB; }
p { color: rgb(236,194,187); }
H1.HeaderClassName
{
color: #ECC2BB;
}
.AnyTagClassName
{
color: #ECC2BB;
}
</style>
background-color css
<style>
a { background-color: #ECC2BB; }
a { background-color: rgb(236,194,187); }
div.DivClassName
{
background-color: #ECC2BB;
}
.BgClassName
{
background-color: #ECC2BB;
}
</style>
border-color css
<style>
span { border-color: #ECC2BB; }
span { border-color: rgb(236,194,187); }
td.TdClassName
{
border-color: #ECC2BB;
}
.TagClassName
{
border-color: #ECC2BB;
}
</style>