Shades of Beauty Bush #ECB3AF
Tints of Beauty Bush #ECB3AF
RGB
CMYK
RGB Variations
Color information
#ECB3AF (or 0xECB3AF) is known color: Beauty Bush. HEX triplet: EC, B3 and AF. RGB value is (236,179,175). Sum of RGB (Red+Green+Blue) = 236+179+175=590 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40% from 590); Green value is 179 (70.31% from 255 or 30.34% from 590); Blue value is 175 (68.75% from 255 or 29.66% from 590); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB3AF is #134C50. Grayscale: #C3C3C3. Windows color (decimal): -1264721 or 11514860. OLE color: 11514860.
HSL color Cylindrical-coordinate representation of color #ECB3AF: hue angle of 3.93º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECB3AF is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 175 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.07 |
| HSL | 3.93º | 0.62% | 0.81% | - |
| HSV(B) | 3.93º | 0.26% | 0.93% | - |
| XYZ | 58.45 | 53.17 | 47.74 | - |
| YUV | 195.59 | 116.38 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 175 | 0 | 0.24 | 0.26 | 0.07 | 3.93 | 0.62 | 0.81 |
| Hex | EC | B3 | AF | 0 | 18 | 1A | 7 | 4 | 3E | 51 |
| Octal | 354 | 263 | 257 | 0 | 30 | 32 | 7 | 4 | 76 | 121 |
| Binary | 11101100 | 10110011 | 10101111 | 0 | 11000 | 11010 | 111 | 100 | 111110 | 1010001 |
Color Harmonies of #ECB3AF
Complementary color
Monochromatic Colors of #ECB3AF
Black with #ECB3AF
Text Example
Text Example
White with #ECB3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3AF; }
p { color: rgb(236,179,175); }
H1.HeaderClassName
{
color: #ECB3AF;
}
.AnyTagClassName
{
color: #ECB3AF;
}
</style>
background-color css
<style>
a { background-color: #ECB3AF; }
a { background-color: rgb(236,179,175); }
div.DivClassName
{
background-color: #ECB3AF;
}
.BgClassName
{
background-color: #ECB3AF;
}
</style>
border-color css
<style>
span { border-color: #ECB3AF; }
span { border-color: rgb(236,179,175); }
td.TdClassName
{
border-color: #ECB3AF;
}
.TagClassName
{
border-color: #ECB3AF;
}
</style>