Shades of Beauty Bush #ECB8B3
Tints of Beauty Bush #ECB8B3
RGB
CMYK
RGB Variations
Color information
#ECB8B3 (or 0xECB8B3) is known color: Beauty Bush. HEX triplet: EC, B8 and B3. RGB value is (236,184,179). Sum of RGB (Red+Green+Blue) = 236+184+179=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB8B3 is #13474C. Grayscale: #C7C7C7. Windows color (decimal): -1263437 or 11778284. OLE color: 11778284.
HSL color Cylindrical-coordinate representation of color #ECB8B3: hue angle of 5.26º 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 #ECB8B3 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 179 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.07 |
| HSL | 5.26º | 0.6% | 0.81% | - |
| HSV(B) | 5.26º | 0.24% | 0.93% | - |
| XYZ | 59.87 | 55.37 | 50.18 | - |
| YUV | 198.98 | 116.73 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 179 | 0 | 0.22 | 0.24 | 0.07 | 5.26 | 0.6 | 0.81 |
| Hex | EC | B8 | B3 | 0 | 16 | 18 | 7 | 5 | 3C | 51 |
| Octal | 354 | 270 | 263 | 0 | 26 | 30 | 7 | 5 | 74 | 121 |
| Binary | 11101100 | 10111000 | 10110011 | 0 | 10110 | 11000 | 111 | 101 | 111100 | 1010001 |
Color Harmonies of #ECB8B3
Complementary color
Monochromatic Colors of #ECB8B3
Black with #ECB8B3
Text Example
Text Example
White with #ECB8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8B3; }
p { color: rgb(236,184,179); }
H1.HeaderClassName
{
color: #ECB8B3;
}
.AnyTagClassName
{
color: #ECB8B3;
}
</style>
background-color css
<style>
a { background-color: #ECB8B3; }
a { background-color: rgb(236,184,179); }
div.DivClassName
{
background-color: #ECB8B3;
}
.BgClassName
{
background-color: #ECB8B3;
}
</style>
border-color css
<style>
span { border-color: #ECB8B3; }
span { border-color: rgb(236,184,179); }
td.TdClassName
{
border-color: #ECB8B3;
}
.TagClassName
{
border-color: #ECB8B3;
}
</style>