Shades of Blossom #ECB0B5
Tints of Blossom #ECB0B5
RGB
CMYK
RGB Variations
Color information
#ECB0B5 (or 0xECB0B5) is known color: Blossom. HEX triplet: EC, B0 and B5. RGB value is (236,176,181). Sum of RGB (Red+Green+Blue) = 236+176+181=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 176 (69.14% from 255 or 29.68% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB0B5 is #134F4A. Grayscale: #C2C2C2. Windows color (decimal): -1265483 or 11907308. OLE color: 11907308.
HSL color Cylindrical-coordinate representation of color #ECB0B5: hue angle of 355º 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 #ECB0B5 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 176 | 181 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.07 |
| HSL | 355º | 0.61% | 0.81% | - |
| HSV(B) | 355º | 0.25% | 0.93% | - |
| XYZ | 58.46 | 52.22 | 50.71 | - |
| YUV | 194.51 | 120.38 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 176 | 181 | 0 | 0.25 | 0.23 | 0.07 | 355 | 0.61 | 0.81 |
| Hex | EC | B0 | B5 | 0 | 19 | 17 | 7 | 163 | 3D | 51 |
| Octal | 354 | 260 | 265 | 0 | 31 | 27 | 7 | 543 | 75 | 121 |
| Binary | 11101100 | 10110000 | 10110101 | 0 | 11001 | 10111 | 111 | 101100011 | 111101 | 1010001 |
Color Harmonies of #ECB0B5
Complementary color
Monochromatic Colors of #ECB0B5
Black with #ECB0B5
Text Example
Text Example
White with #ECB0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB0B5; }
p { color: rgb(236,176,181); }
H1.HeaderClassName
{
color: #ECB0B5;
}
.AnyTagClassName
{
color: #ECB0B5;
}
</style>
background-color css
<style>
a { background-color: #ECB0B5; }
a { background-color: rgb(236,176,181); }
div.DivClassName
{
background-color: #ECB0B5;
}
.BgClassName
{
background-color: #ECB0B5;
}
</style>
border-color css
<style>
span { border-color: #ECB0B5; }
span { border-color: rgb(236,176,181); }
td.TdClassName
{
border-color: #ECB0B5;
}
.TagClassName
{
border-color: #ECB0B5;
}
</style>