Shades of Beauty Bush #ECC1BF
Tints of Beauty Bush #ECC1BF
RGB
CMYK
RGB Variations
Color information
#ECC1BF (or 0xECC1BF) is known color: Beauty Bush. HEX triplet: EC, C1 and BF. RGB value is (236,193,191). Sum of RGB (Red+Green+Blue) = 236+193+191=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 193 (75.78% from 255 or 31.13% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1BF is #133E40. Grayscale: #CDCDCD. Windows color (decimal): -1261121 or 12567020. OLE color: 12567020.
HSL color Cylindrical-coordinate representation of color #ECC1BF: hue angle of 2.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC1BF is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 191 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.07 |
| HSL | 2.67º | 0.54% | 0.84% | - |
| HSV(B) | 2.67º | 0.19% | 0.93% | - |
| XYZ | 63.07 | 59.73 | 57.5 | - |
| YUV | 205.63 | 119.75 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 191 | 0 | 0.18 | 0.19 | 0.07 | 2.67 | 0.54 | 0.84 |
| Hex | EC | C1 | BF | 0 | 12 | 13 | 7 | 3 | 36 | 54 |
| Octal | 354 | 301 | 277 | 0 | 22 | 23 | 7 | 3 | 66 | 124 |
| Binary | 11101100 | 11000001 | 10111111 | 0 | 10010 | 10011 | 111 | 11 | 110110 | 1010100 |
Color Harmonies of #ECC1BF
Complementary color
Monochromatic Colors of #ECC1BF
Black with #ECC1BF
Text Example
Text Example
White with #ECC1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1BF; }
p { color: rgb(236,193,191); }
H1.HeaderClassName
{
color: #ECC1BF;
}
.AnyTagClassName
{
color: #ECC1BF;
}
</style>
background-color css
<style>
a { background-color: #ECC1BF; }
a { background-color: rgb(236,193,191); }
div.DivClassName
{
background-color: #ECC1BF;
}
.BgClassName
{
background-color: #ECC1BF;
}
</style>
border-color css
<style>
span { border-color: #ECC1BF; }
span { border-color: rgb(236,193,191); }
td.TdClassName
{
border-color: #ECC1BF;
}
.TagClassName
{
border-color: #ECC1BF;
}
</style>