Shades of Beauty Bush #ECB1B1
Tints of Beauty Bush #ECB1B1
RGB
CMYK
RGB Variations
Color information
#ECB1B1 (or 0xECB1B1) is known color: Beauty Bush. HEX triplet: EC, B1 and B1. RGB value is (236,177,177). Sum of RGB (Red+Green+Blue) = 236+177+177=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 177 (69.53% from 255 or 30% from 590); Blue value is 177 (69.53% from 255 or 30% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB1B1 is #134E4E. Grayscale: #C2C2C2. Windows color (decimal): -1265231 or 11645420. OLE color: 11645420.
HSL color Cylindrical-coordinate representation of color #ECB1B1: hue angle of 0º degrees, saturation: 0.61, 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 #ECB1B1 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 177 | - |
| CMYK | 0 | 0.25 | 0.25 | 0.07 |
| HSL | 0º | 0.61% | 0.81% | - |
| HSV(B) | 0º | 0.25% | 0.93% | - |
| XYZ | 58.25 | 52.45 | 48.65 | - |
| YUV | 194.64 | 118.05 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 177 | 0 | 0.25 | 0.25 | 0.07 | 0 | 0.61 | 0.81 |
| Hex | EC | B1 | B1 | 0 | 19 | 19 | 7 | 0 | 3D | 51 |
| Octal | 354 | 261 | 261 | 0 | 31 | 31 | 7 | 0 | 75 | 121 |
| Binary | 11101100 | 10110001 | 10110001 | 0 | 11001 | 11001 | 111 | 0 | 111101 | 1010001 |
Color Harmonies of #ECB1B1
Complementary color
Monochromatic Colors of #ECB1B1
Black with #ECB1B1
Text Example
Text Example
White with #ECB1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1B1; }
p { color: rgb(236,177,177); }
H1.HeaderClassName
{
color: #ECB1B1;
}
.AnyTagClassName
{
color: #ECB1B1;
}
</style>
background-color css
<style>
a { background-color: #ECB1B1; }
a { background-color: rgb(236,177,177); }
div.DivClassName
{
background-color: #ECB1B1;
}
.BgClassName
{
background-color: #ECB1B1;
}
</style>
border-color css
<style>
span { border-color: #ECB1B1; }
span { border-color: rgb(236,177,177); }
td.TdClassName
{
border-color: #ECB1B1;
}
.TagClassName
{
border-color: #ECB1B1;
}
</style>