Shades of Beauty Bush #ECB5B3
Tints of Beauty Bush #ECB5B3
RGB
CMYK
RGB Variations
Color information
#ECB5B3 (or 0xECB5B3) is known color: Beauty Bush. HEX triplet: EC, B5 and B3. RGB value is (236,181,179). Sum of RGB (Red+Green+Blue) = 236+181+179=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 179 (70.31% from 255 or 30.03% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5B3 is #134A4C. Grayscale: #C5C5C5. Windows color (decimal): -1264205 or 11777516. OLE color: 11777516.
HSL color Cylindrical-coordinate representation of color #ECB5B3: hue angle of 2.11º 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 #ECB5B3 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 179 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.07 |
| HSL | 2.11º | 0.6% | 0.81% | - |
| HSV(B) | 2.11º | 0.24% | 0.93% | - |
| XYZ | 59.25 | 54.14 | 49.97 | - |
| YUV | 197.22 | 117.72 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 179 | 0 | 0.23 | 0.24 | 0.07 | 2.11 | 0.6 | 0.81 |
| Hex | EC | B5 | B3 | 0 | 17 | 18 | 7 | 2 | 3C | 51 |
| Octal | 354 | 265 | 263 | 0 | 27 | 30 | 7 | 2 | 74 | 121 |
| Binary | 11101100 | 10110101 | 10110011 | 0 | 10111 | 11000 | 111 | 10 | 111100 | 1010001 |
Color Harmonies of #ECB5B3
Complementary color
Monochromatic Colors of #ECB5B3
Black with #ECB5B3
Text Example
Text Example
White with #ECB5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5B3; }
p { color: rgb(236,181,179); }
H1.HeaderClassName
{
color: #ECB5B3;
}
.AnyTagClassName
{
color: #ECB5B3;
}
</style>
background-color css
<style>
a { background-color: #ECB5B3; }
a { background-color: rgb(236,181,179); }
div.DivClassName
{
background-color: #ECB5B3;
}
.BgClassName
{
background-color: #ECB5B3;
}
</style>
border-color css
<style>
span { border-color: #ECB5B3; }
span { border-color: rgb(236,181,179); }
td.TdClassName
{
border-color: #ECB5B3;
}
.TagClassName
{
border-color: #ECB5B3;
}
</style>