Shades of Blossom #ECB4B9
Tints of Blossom #ECB4B9
RGB
CMYK
RGB Variations
Color information
#ECB4B9 (or 0xECB4B9) is known color: Blossom. HEX triplet: EC, B4 and B9. RGB value is (236,180,185). Sum of RGB (Red+Green+Blue) = 236+180+185=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB4B9 is #134B46. Grayscale: #C5C5C5. Windows color (decimal): -1264455 or 12170476. OLE color: 12170476.
HSL color Cylindrical-coordinate representation of color #ECB4B9: hue angle of 354.64º 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 #ECB4B9 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 180 | 185 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.07 |
| HSL | 354.64º | 0.6% | 0.82% | - |
| HSV(B) | 354.64º | 0.24% | 0.93% | - |
| XYZ | 59.67 | 53.98 | 53.17 | - |
| YUV | 197.31 | 121.05 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 180 | 185 | 0 | 0.24 | 0.22 | 0.07 | 354.64 | 0.6 | 0.82 |
| Hex | EC | B4 | B9 | 0 | 18 | 16 | 7 | 163 | 3C | 52 |
| Octal | 354 | 264 | 271 | 0 | 30 | 26 | 7 | 543 | 74 | 122 |
| Binary | 11101100 | 10110100 | 10111001 | 0 | 11000 | 10110 | 111 | 101100011 | 111100 | 1010010 |
Color Harmonies of #ECB4B9
Complementary color
Monochromatic Colors of #ECB4B9
Black with #ECB4B9
Text Example
Text Example
White with #ECB4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB4B9; }
p { color: rgb(236,180,185); }
H1.HeaderClassName
{
color: #ECB4B9;
}
.AnyTagClassName
{
color: #ECB4B9;
}
</style>
background-color css
<style>
a { background-color: #ECB4B9; }
a { background-color: rgb(236,180,185); }
div.DivClassName
{
background-color: #ECB4B9;
}
.BgClassName
{
background-color: #ECB4B9;
}
</style>
border-color css
<style>
span { border-color: #ECB4B9; }
span { border-color: rgb(236,180,185); }
td.TdClassName
{
border-color: #ECB4B9;
}
.TagClassName
{
border-color: #ECB4B9;
}
</style>