Shades of Beauty Bush #ECBEB2
Tints of Beauty Bush #ECBEB2
RGB
CMYK
RGB Variations
Color information
#ECBEB2 (or 0xECBEB2) is known color: Beauty Bush. HEX triplet: EC, BE and B2. RGB value is (236,190,178). Sum of RGB (Red+Green+Blue) = 236+190+178=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 190 (74.61% from 255 or 31.46% from 604); Blue value is 178 (69.92% from 255 or 29.47% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBEB2 is #13414D. Grayscale: #CACACA. Windows color (decimal): -1261902 or 11714284. OLE color: 11714284.
HSL color Cylindrical-coordinate representation of color #ECBEB2: hue angle of 12.41º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECBEB2 is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 178 | - |
| CMYK | 0 | 0.19 | 0.25 | 0.07 |
| HSL | 12.41º | 0.6% | 0.81% | - |
| HSV(B) | 12.41º | 0.25% | 0.93% | - |
| XYZ | 61.04 | 57.87 | 50.07 | - |
| YUV | 202.39 | 114.24 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 178 | 0 | 0.19 | 0.25 | 0.07 | 12.41 | 0.6 | 0.81 |
| Hex | EC | BE | B2 | 0 | 13 | 19 | 7 | C | 3C | 51 |
| Octal | 354 | 276 | 262 | 0 | 23 | 31 | 7 | 14 | 74 | 121 |
| Binary | 11101100 | 10111110 | 10110010 | 0 | 10011 | 11001 | 111 | 1100 | 111100 | 1010001 |
Color Harmonies of #ECBEB2
Complementary color
Monochromatic Colors of #ECBEB2
Black with #ECBEB2
Text Example
Text Example
White with #ECBEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBEB2; }
p { color: rgb(236,190,178); }
H1.HeaderClassName
{
color: #ECBEB2;
}
.AnyTagClassName
{
color: #ECBEB2;
}
</style>
background-color css
<style>
a { background-color: #ECBEB2; }
a { background-color: rgb(236,190,178); }
div.DivClassName
{
background-color: #ECBEB2;
}
.BgClassName
{
background-color: #ECBEB2;
}
</style>
border-color css
<style>
span { border-color: #ECBEB2; }
span { border-color: rgb(236,190,178); }
td.TdClassName
{
border-color: #ECBEB2;
}
.TagClassName
{
border-color: #ECBEB2;
}
</style>