Shades of Blossom #ECB0B7
Tints of Blossom #ECB0B7
RGB
CMYK
RGB Variations
Color information
#ECB0B7 (or 0xECB0B7) is known color: Blossom. HEX triplet: EC, B0 and B7. RGB value is (236,176,183). Sum of RGB (Red+Green+Blue) = 236+176+183=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 183 (71.88% from 255 or 30.76% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0B7 is #134F48. Grayscale: #C2C2C2. Windows color (decimal): -1265481 or 12038380. OLE color: 12038380.
HSL color Cylindrical-coordinate representation of color #ECB0B7: hue angle of 353º 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 #ECB0B7 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 183 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.07 |
| HSL | 353º | 0.61% | 0.81% | - |
| HSV(B) | 353º | 0.25% | 0.93% | - |
| XYZ | 58.66 | 52.3 | 51.8 | - |
| YUV | 194.74 | 121.38 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 183 | 0 | 0.25 | 0.22 | 0.07 | 353 | 0.61 | 0.81 |
| Hex | EC | B0 | B7 | 0 | 19 | 16 | 7 | 161 | 3D | 51 |
| Octal | 354 | 260 | 267 | 0 | 31 | 26 | 7 | 541 | 75 | 121 |
| Binary | 11101100 | 10110000 | 10110111 | 0 | 11001 | 10110 | 111 | 101100001 | 111101 | 1010001 |
Color Harmonies of #ECB0B7
Complementary color
Monochromatic Colors of #ECB0B7
Black with #ECB0B7
Text Example
Text Example
White with #ECB0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0B7; }
p { color: rgb(236,176,183); }
H1.HeaderClassName
{
color: #ECB0B7;
}
.AnyTagClassName
{
color: #ECB0B7;
}
</style>
background-color css
<style>
a { background-color: #ECB0B7; }
a { background-color: rgb(236,176,183); }
div.DivClassName
{
background-color: #ECB0B7;
}
.BgClassName
{
background-color: #ECB0B7;
}
</style>
border-color css
<style>
span { border-color: #ECB0B7; }
span { border-color: rgb(236,176,183); }
td.TdClassName
{
border-color: #ECB0B7;
}
.TagClassName
{
border-color: #ECB0B7;
}
</style>