Shades of Blossom #ECB1B7
Tints of Blossom #ECB1B7
RGB
CMYK
RGB Variations
Color information
#ECB1B7 (or 0xECB1B7) is known color: Blossom. HEX triplet: EC, B1 and B7. RGB value is (236,177,183). Sum of RGB (Red+Green+Blue) = 236+177+183=596 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.60% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB1B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB1B7 is #134E48. Grayscale: #C3C3C3. Windows color (decimal): -1265225 or 12038636. OLE color: 12038636.
HSL color Cylindrical-coordinate representation of color #ECB1B7: hue angle of 353.9º 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 #ECB1B7 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 177 | 183 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.07 |
| HSL | 353.9º | 0.61% | 0.81% | - |
| HSV(B) | 353.9º | 0.25% | 0.93% | - |
| XYZ | 58.86 | 52.7 | 51.87 | - |
| YUV | 195.33 | 121.05 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 177 | 183 | 0 | 0.25 | 0.22 | 0.07 | 353.9 | 0.61 | 0.81 |
| Hex | EC | B1 | B7 | 0 | 19 | 16 | 7 | 162 | 3D | 51 |
| Octal | 354 | 261 | 267 | 0 | 31 | 26 | 7 | 542 | 75 | 121 |
| Binary | 11101100 | 10110001 | 10110111 | 0 | 11001 | 10110 | 111 | 101100010 | 111101 | 1010001 |
Color Harmonies of #ECB1B7
Complementary color
Monochromatic Colors of #ECB1B7
Black with #ECB1B7
Text Example
Text Example
White with #ECB1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB1B7; }
p { color: rgb(236,177,183); }
H1.HeaderClassName
{
color: #ECB1B7;
}
.AnyTagClassName
{
color: #ECB1B7;
}
</style>
background-color css
<style>
a { background-color: #ECB1B7; }
a { background-color: rgb(236,177,183); }
div.DivClassName
{
background-color: #ECB1B7;
}
.BgClassName
{
background-color: #ECB1B7;
}
</style>
border-color css
<style>
span { border-color: #ECB1B7; }
span { border-color: rgb(236,177,183); }
td.TdClassName
{
border-color: #ECB1B7;
}
.TagClassName
{
border-color: #ECB1B7;
}
</style>