Shades of Beauty Bush #ECB0AF
Tints of Beauty Bush #ECB0AF
RGB
CMYK
RGB Variations
Color information
#ECB0AF (or 0xECB0AF) is known color: Beauty Bush. HEX triplet: EC, B0 and AF. RGB value is (236,176,175). Sum of RGB (Red+Green+Blue) = 236+176+175=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB0AF is #134F50. Grayscale: #C1C1C1. Windows color (decimal): -1265489 or 11514092. OLE color: 11514092.
HSL color Cylindrical-coordinate representation of color #ECB0AF: hue angle of 0.98º 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 #ECB0AF is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 175 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.07 |
| HSL | 0.98º | 0.62% | 0.81% | - |
| HSV(B) | 0.98º | 0.26% | 0.93% | - |
| XYZ | 57.86 | 51.98 | 47.54 | - |
| YUV | 193.83 | 117.38 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 175 | 0 | 0.25 | 0.26 | 0.07 | 0.98 | 0.62 | 0.81 |
| Hex | EC | B0 | AF | 0 | 19 | 1A | 7 | 1 | 3E | 51 |
| Octal | 354 | 260 | 257 | 0 | 31 | 32 | 7 | 1 | 76 | 121 |
| Binary | 11101100 | 10110000 | 10101111 | 0 | 11001 | 11010 | 111 | 1 | 111110 | 1010001 |
Color Harmonies of #ECB0AF
Complementary color
Monochromatic Colors of #ECB0AF
Black with #ECB0AF
Text Example
Text Example
White with #ECB0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0AF; }
p { color: rgb(236,176,175); }
H1.HeaderClassName
{
color: #ECB0AF;
}
.AnyTagClassName
{
color: #ECB0AF;
}
</style>
background-color css
<style>
a { background-color: #ECB0AF; }
a { background-color: rgb(236,176,175); }
div.DivClassName
{
background-color: #ECB0AF;
}
.BgClassName
{
background-color: #ECB0AF;
}
</style>
border-color css
<style>
span { border-color: #ECB0AF; }
span { border-color: rgb(236,176,175); }
td.TdClassName
{
border-color: #ECB0AF;
}
.TagClassName
{
border-color: #ECB0AF;
}
</style>