Shades of Beauty Bush #ECB9B9
Tints of Beauty Bush #ECB9B9
RGB
CMYK
RGB Variations
Color information
#ECB9B9 (or 0xECB9B9) is known color: Beauty Bush. HEX triplet: EC, B9 and B9. RGB value is (236,185,185). Sum of RGB (Red+Green+Blue) = 236+185+185=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB9B9 is #134646. Grayscale: #C8C8C8. Windows color (decimal): -1263175 or 12171756. OLE color: 12171756.
HSL color Cylindrical-coordinate representation of color #ECB9B9: hue angle of 0º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB9B9 is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 185 | 185 | - |
CMYK | 0 | 0.22 | 0.22 | 0.07 |
HSL | 0º | 0.57% | 0.83% | - |
HSV(B) | 0º | 0.22% | 0.93% | - |
XYZ | 60.7 | 56.03 | 53.52 | - |
YUV | 200.25 | 119.4 | 153.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 185 | 185 | 0 | 0.22 | 0.22 | 0.07 | 0 | 0.57 | 0.83 |
Hex | EC | B9 | B9 | 0 | 16 | 16 | 7 | 0 | 39 | 53 |
Octal | 354 | 271 | 271 | 0 | 26 | 26 | 7 | 0 | 71 | 123 |
Binary | 11101100 | 10111001 | 10111001 | 0 | 10110 | 10110 | 111 | 0 | 111001 | 1010011 |
Color Harmonies of #ECB9B9
Complementary color
Monochromatic Colors of #ECB9B9
Black with #ECB9B9
Text Example
Text Example
White with #ECB9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9B9; }
p { color: rgb(236,185,185); }
H1.HeaderClassName
{
color: #ECB9B9;
}
.AnyTagClassName
{
color: #ECB9B9;
}
</style>
background-color css
<style>
a { background-color: #ECB9B9; }
a { background-color: rgb(236,185,185); }
div.DivClassName
{
background-color: #ECB9B9;
}
.BgClassName
{
background-color: #ECB9B9;
}
</style>
border-color css
<style>
span { border-color: #ECB9B9; }
span { border-color: rgb(236,185,185); }
td.TdClassName
{
border-color: #ECB9B9;
}
.TagClassName
{
border-color: #ECB9B9;
}
</style>