Shades of Beauty Bush #ECB6B0
Tints of Beauty Bush #ECB6B0
RGB
CMYK
RGB Variations
Color information
#ECB6B0 (or 0xECB6B0) is known color: Beauty Bush. HEX triplet: EC, B6 and B0. RGB value is (236,182,176). Sum of RGB (Red+Green+Blue) = 236+182+176=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 176 (69.14% from 255 or 29.63% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB6B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB6B0 is #13494F. Grayscale: #C5C5C5. Windows color (decimal): -1263952 or 11581164. OLE color: 11581164.
HSL color Cylindrical-coordinate representation of color #ECB6B0: hue angle of 6º 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 #ECB6B0 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 182 | 176 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.07 |
| HSL | 6º | 0.61% | 0.81% | - |
| HSV(B) | 6º | 0.25% | 0.93% | - |
| XYZ | 59.16 | 54.42 | 48.46 | - |
| YUV | 197.46 | 115.89 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 176 | 0 | 0.23 | 0.25 | 0.07 | 6 | 0.61 | 0.81 |
| Hex | EC | B6 | B0 | 0 | 17 | 19 | 7 | 6 | 3D | 51 |
| Octal | 354 | 266 | 260 | 0 | 27 | 31 | 7 | 6 | 75 | 121 |
| Binary | 11101100 | 10110110 | 10110000 | 0 | 10111 | 11001 | 111 | 110 | 111101 | 1010001 |
Color Harmonies of #ECB6B0
Complementary color
Monochromatic Colors of #ECB6B0
Black with #ECB6B0
Text Example
Text Example
White with #ECB6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6B0; }
p { color: rgb(236,182,176); }
H1.HeaderClassName
{
color: #ECB6B0;
}
.AnyTagClassName
{
color: #ECB6B0;
}
</style>
background-color css
<style>
a { background-color: #ECB6B0; }
a { background-color: rgb(236,182,176); }
div.DivClassName
{
background-color: #ECB6B0;
}
.BgClassName
{
background-color: #ECB6B0;
}
</style>
border-color css
<style>
span { border-color: #ECB6B0; }
span { border-color: rgb(236,182,176); }
td.TdClassName
{
border-color: #ECB6B0;
}
.TagClassName
{
border-color: #ECB6B0;
}
</style>