Shades of Beauty Bush #ECB2AF
Tints of Beauty Bush #ECB2AF
RGB
CMYK
RGB Variations
Color information
#ECB2AF (or 0xECB2AF) is known color: Beauty Bush. HEX triplet: EC, B2 and AF. RGB value is (236,178,175). Sum of RGB (Red+Green+Blue) = 236+178+175=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 178 (69.92% from 255 or 30.22% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB2AF is #134D50. Grayscale: #C3C3C3. Windows color (decimal): -1264977 or 11514604. OLE color: 11514604.
HSL color Cylindrical-coordinate representation of color #ECB2AF: hue angle of 2.95º 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 #ECB2AF is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 175 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.07 |
| HSL | 2.95º | 0.62% | 0.81% | - |
| HSV(B) | 2.95º | 0.26% | 0.93% | - |
| XYZ | 58.25 | 52.77 | 47.67 | - |
| YUV | 195 | 116.72 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 175 | 0 | 0.25 | 0.26 | 0.07 | 2.95 | 0.62 | 0.81 |
| Hex | EC | B2 | AF | 0 | 19 | 1A | 7 | 3 | 3E | 51 |
| Octal | 354 | 262 | 257 | 0 | 31 | 32 | 7 | 3 | 76 | 121 |
| Binary | 11101100 | 10110010 | 10101111 | 0 | 11001 | 11010 | 111 | 11 | 111110 | 1010001 |
Color Harmonies of #ECB2AF
Complementary color
Monochromatic Colors of #ECB2AF
Black with #ECB2AF
Text Example
Text Example
White with #ECB2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2AF; }
p { color: rgb(236,178,175); }
H1.HeaderClassName
{
color: #ECB2AF;
}
.AnyTagClassName
{
color: #ECB2AF;
}
</style>
background-color css
<style>
a { background-color: #ECB2AF; }
a { background-color: rgb(236,178,175); }
div.DivClassName
{
background-color: #ECB2AF;
}
.BgClassName
{
background-color: #ECB2AF;
}
</style>
border-color css
<style>
span { border-color: #ECB2AF; }
span { border-color: rgb(236,178,175); }
td.TdClassName
{
border-color: #ECB2AF;
}
.TagClassName
{
border-color: #ECB2AF;
}
</style>