Shades of Beauty Bush #ECB5B4
Tints of Beauty Bush #ECB5B4
RGB
CMYK
RGB Variations
Color information
#ECB5B4 (or 0xECB5B4) is known color: Beauty Bush. HEX triplet: EC, B5 and B4. RGB value is (236,181,180). Sum of RGB (Red+Green+Blue) = 236+181+180=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 180 (70.70% from 255 or 30.15% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5B4 is #134A4B. Grayscale: #C5C5C5. Windows color (decimal): -1264204 or 11843052. OLE color: 11843052.
HSL color Cylindrical-coordinate representation of color #ECB5B4: hue angle of 1.07º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB5B4 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 180 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.07 |
| HSL | 1.07º | 0.6% | 0.82% | - |
| HSV(B) | 1.07º | 0.24% | 0.93% | - |
| XYZ | 59.35 | 54.18 | 50.51 | - |
| YUV | 197.33 | 118.22 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 180 | 0 | 0.23 | 0.24 | 0.07 | 1.07 | 0.6 | 0.82 |
| Hex | EC | B5 | B4 | 0 | 17 | 18 | 7 | 1 | 3C | 52 |
| Octal | 354 | 265 | 264 | 0 | 27 | 30 | 7 | 1 | 74 | 122 |
| Binary | 11101100 | 10110101 | 10110100 | 0 | 10111 | 11000 | 111 | 1 | 111100 | 1010010 |
Color Harmonies of #ECB5B4
Complementary color
Monochromatic Colors of #ECB5B4
Black with #ECB5B4
Text Example
Text Example
White with #ECB5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5B4; }
p { color: rgb(236,181,180); }
H1.HeaderClassName
{
color: #ECB5B4;
}
.AnyTagClassName
{
color: #ECB5B4;
}
</style>
background-color css
<style>
a { background-color: #ECB5B4; }
a { background-color: rgb(236,181,180); }
div.DivClassName
{
background-color: #ECB5B4;
}
.BgClassName
{
background-color: #ECB5B4;
}
</style>
border-color css
<style>
span { border-color: #ECB5B4; }
span { border-color: rgb(236,181,180); }
td.TdClassName
{
border-color: #ECB5B4;
}
.TagClassName
{
border-color: #ECB5B4;
}
</style>