Shades of Blossom #ECB2BA
Tints of Blossom #ECB2BA
RGB
CMYK
RGB Variations
Color information
#ECB2BA (or 0xECB2BA) is known color: Blossom. HEX triplet: EC, B2 and BA. RGB value is (236,178,186). Sum of RGB (Red+Green+Blue) = 236+178+186=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 178 (69.92% from 255 or 29.67% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2BA is #134D45. Grayscale: #C4C4C4. Windows color (decimal): -1264966 or 12235500. OLE color: 12235500.
HSL color Cylindrical-coordinate representation of color #ECB2BA: hue angle of 351.72º 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 #ECB2BA is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 186 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.07 |
| HSL | 351.72º | 0.6% | 0.81% | - |
| HSV(B) | 351.72º | 0.25% | 0.93% | - |
| XYZ | 59.38 | 53.22 | 53.6 | - |
| YUV | 196.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 186 | 0 | 0.25 | 0.21 | 0.07 | 351.72 | 0.6 | 0.81 |
| Hex | EC | B2 | BA | 0 | 19 | 15 | 7 | 160 | 3C | 51 |
| Octal | 354 | 262 | 272 | 0 | 31 | 25 | 7 | 540 | 74 | 121 |
| Binary | 11101100 | 10110010 | 10111010 | 0 | 11001 | 10101 | 111 | 101100000 | 111100 | 1010001 |
Color Harmonies of #ECB2BA
Complementary color
Monochromatic Colors of #ECB2BA
Black with #ECB2BA
Text Example
Text Example
White with #ECB2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2BA; }
p { color: rgb(236,178,186); }
H1.HeaderClassName
{
color: #ECB2BA;
}
.AnyTagClassName
{
color: #ECB2BA;
}
</style>
background-color css
<style>
a { background-color: #ECB2BA; }
a { background-color: rgb(236,178,186); }
div.DivClassName
{
background-color: #ECB2BA;
}
.BgClassName
{
background-color: #ECB2BA;
}
</style>
border-color css
<style>
span { border-color: #ECB2BA; }
span { border-color: rgb(236,178,186); }
td.TdClassName
{
border-color: #ECB2BA;
}
.TagClassName
{
border-color: #ECB2BA;
}
</style>