Shades of Blossom #ECB4BA
Tints of Blossom #ECB4BA
RGB
CMYK
RGB Variations
Color information
#ECB4BA (or 0xECB4BA) is known color: Blossom. HEX triplet: EC, B4 and BA. RGB value is (236,180,186). Sum of RGB (Red+Green+Blue) = 236+180+186=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4BA is #134B45. Grayscale: #C5C5C5. Windows color (decimal): -1264454 or 12236012. OLE color: 12236012.
HSL color Cylindrical-coordinate representation of color #ECB4BA: hue angle of 353.57º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB4BA is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 186 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.07 |
| HSL | 353.57º | 0.6% | 0.82% | - |
| HSV(B) | 353.57º | 0.24% | 0.93% | - |
| XYZ | 59.78 | 54.02 | 53.73 | - |
| YUV | 197.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 186 | 0 | 0.24 | 0.21 | 0.07 | 353.57 | 0.6 | 0.82 |
| Hex | EC | B4 | BA | 0 | 18 | 15 | 7 | 162 | 3C | 52 |
| Octal | 354 | 264 | 272 | 0 | 30 | 25 | 7 | 542 | 74 | 122 |
| Binary | 11101100 | 10110100 | 10111010 | 0 | 11000 | 10101 | 111 | 101100010 | 111100 | 1010010 |
Color Harmonies of #ECB4BA
Complementary color
Monochromatic Colors of #ECB4BA
Black with #ECB4BA
Text Example
Text Example
White with #ECB4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4BA; }
p { color: rgb(236,180,186); }
H1.HeaderClassName
{
color: #ECB4BA;
}
.AnyTagClassName
{
color: #ECB4BA;
}
</style>
background-color css
<style>
a { background-color: #ECB4BA; }
a { background-color: rgb(236,180,186); }
div.DivClassName
{
background-color: #ECB4BA;
}
.BgClassName
{
background-color: #ECB4BA;
}
</style>
border-color css
<style>
span { border-color: #ECB4BA; }
span { border-color: rgb(236,180,186); }
td.TdClassName
{
border-color: #ECB4BA;
}
.TagClassName
{
border-color: #ECB4BA;
}
</style>