Shades of Blossom #ECB1BB
Tints of Blossom #ECB1BB
RGB
CMYK
RGB Variations
Color information
#ECB1BB (or 0xECB1BB) is known color: Blossom. HEX triplet: EC, B1 and BB. RGB value is (236,177,187). Sum of RGB (Red+Green+Blue) = 236+177+187=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1BB is #134E44. Grayscale: #C3C3C3. Windows color (decimal): -1265221 or 12300780. OLE color: 12300780.
HSL color Cylindrical-coordinate representation of color #ECB1BB: hue angle of 349.83º degrees, saturation: 0.61, 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 #ECB1BB is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 187 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.07 |
| HSL | 349.83º | 0.61% | 0.81% | - |
| HSV(B) | 349.83º | 0.25% | 0.93% | - |
| XYZ | 59.28 | 52.87 | 54.09 | - |
| YUV | 195.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 187 | 0 | 0.25 | 0.21 | 0.07 | 349.83 | 0.61 | 0.81 |
| Hex | EC | B1 | BB | 0 | 19 | 15 | 7 | 15E | 3D | 51 |
| Octal | 354 | 261 | 273 | 0 | 31 | 25 | 7 | 536 | 75 | 121 |
| Binary | 11101100 | 10110001 | 10111011 | 0 | 11001 | 10101 | 111 | 101011110 | 111101 | 1010001 |
Color Harmonies of #ECB1BB
Complementary color
Monochromatic Colors of #ECB1BB
Black with #ECB1BB
Text Example
Text Example
White with #ECB1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1BB; }
p { color: rgb(236,177,187); }
H1.HeaderClassName
{
color: #ECB1BB;
}
.AnyTagClassName
{
color: #ECB1BB;
}
</style>
background-color css
<style>
a { background-color: #ECB1BB; }
a { background-color: rgb(236,177,187); }
div.DivClassName
{
background-color: #ECB1BB;
}
.BgClassName
{
background-color: #ECB1BB;
}
</style>
border-color css
<style>
span { border-color: #ECB1BB; }
span { border-color: rgb(236,177,187); }
td.TdClassName
{
border-color: #ECB1BB;
}
.TagClassName
{
border-color: #ECB1BB;
}
</style>