Shades of Blossom #ECB0B9
Tints of Blossom #ECB0B9
RGB
CMYK
RGB Variations
Color information
#ECB0B9 (or 0xECB0B9) is known color: Blossom. HEX triplet: EC, B0 and B9. RGB value is (236,176,185). Sum of RGB (Red+Green+Blue) = 236+176+185=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 176 (69.14% from 255 or 29.48% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0B9 is #134F46. Grayscale: #C2C2C2. Windows color (decimal): -1265479 or 12169452. OLE color: 12169452.
HSL color Cylindrical-coordinate representation of color #ECB0B9: hue angle of 351º 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 #ECB0B9 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 185 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.07 |
| HSL | 351º | 0.61% | 0.81% | - |
| HSV(B) | 351º | 0.25% | 0.93% | - |
| XYZ | 58.87 | 52.39 | 52.91 | - |
| YUV | 194.97 | 122.38 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 185 | 0 | 0.25 | 0.22 | 0.07 | 351 | 0.61 | 0.81 |
| Hex | EC | B0 | B9 | 0 | 19 | 16 | 7 | 15F | 3D | 51 |
| Octal | 354 | 260 | 271 | 0 | 31 | 26 | 7 | 537 | 75 | 121 |
| Binary | 11101100 | 10110000 | 10111001 | 0 | 11001 | 10110 | 111 | 101011111 | 111101 | 1010001 |
Color Harmonies of #ECB0B9
Complementary color
Monochromatic Colors of #ECB0B9
Black with #ECB0B9
Text Example
Text Example
White with #ECB0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0B9; }
p { color: rgb(236,176,185); }
H1.HeaderClassName
{
color: #ECB0B9;
}
.AnyTagClassName
{
color: #ECB0B9;
}
</style>
background-color css
<style>
a { background-color: #ECB0B9; }
a { background-color: rgb(236,176,185); }
div.DivClassName
{
background-color: #ECB0B9;
}
.BgClassName
{
background-color: #ECB0B9;
}
</style>
border-color css
<style>
span { border-color: #ECB0B9; }
span { border-color: rgb(236,176,185); }
td.TdClassName
{
border-color: #ECB0B9;
}
.TagClassName
{
border-color: #ECB0B9;
}
</style>