Shades of Beauty Bush #ECB6B3
Tints of Beauty Bush #ECB6B3
RGB
CMYK
RGB Variations
Color information
#ECB6B3 (or 0xECB6B3) is known color: Beauty Bush. HEX triplet: EC, B6 and B3. RGB value is (236,182,179). Sum of RGB (Red+Green+Blue) = 236+182+179=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB6B3 is #13494C. Grayscale: #C5C5C5. Windows color (decimal): -1263949 or 11777772. OLE color: 11777772.
HSL color Cylindrical-coordinate representation of color #ECB6B3: hue angle of 3.16º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB6B3 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 179 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.07 |
| HSL | 3.16º | 0.6% | 0.81% | - |
| HSV(B) | 3.16º | 0.24% | 0.93% | - |
| XYZ | 59.46 | 54.54 | 50.04 | - |
| YUV | 197.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 179 | 0 | 0.23 | 0.24 | 0.07 | 3.16 | 0.6 | 0.81 |
| Hex | EC | B6 | B3 | 0 | 17 | 18 | 7 | 3 | 3C | 51 |
| Octal | 354 | 266 | 263 | 0 | 27 | 30 | 7 | 3 | 74 | 121 |
| Binary | 11101100 | 10110110 | 10110011 | 0 | 10111 | 11000 | 111 | 11 | 111100 | 1010001 |
Color Harmonies of #ECB6B3
Complementary color
Monochromatic Colors of #ECB6B3
Black with #ECB6B3
Text Example
Text Example
White with #ECB6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6B3; }
p { color: rgb(236,182,179); }
H1.HeaderClassName
{
color: #ECB6B3;
}
.AnyTagClassName
{
color: #ECB6B3;
}
</style>
background-color css
<style>
a { background-color: #ECB6B3; }
a { background-color: rgb(236,182,179); }
div.DivClassName
{
background-color: #ECB6B3;
}
.BgClassName
{
background-color: #ECB6B3;
}
</style>
border-color css
<style>
span { border-color: #ECB6B3; }
span { border-color: rgb(236,182,179); }
td.TdClassName
{
border-color: #ECB6B3;
}
.TagClassName
{
border-color: #ECB6B3;
}
</style>