Shades of Blossom #EBACB1
Tints of Blossom #EBACB1
RGB
CMYK
RGB Variations
Color information
#EBACB1 (or 0xEBACB1) is known color: Blossom. HEX triplet: EB, AC and B1. RGB value is (235,172,177). Sum of RGB (Red+Green+Blue) = 235+172+177=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 172 (67.58% from 255 or 29.45% from 584); Blue value is 177 (69.53% from 255 or 30.31% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBACB1 is #14534E. Grayscale: #BFBFBF. Windows color (decimal): -1332047 or 11644139. OLE color: 11644139.
HSL color Cylindrical-coordinate representation of color #EBACB1: hue angle of 355.24º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBACB1 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 177 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.08 |
| HSL | 355.24º | 0.61% | 0.8% | - |
| HSV(B) | 355.24º | 0.27% | 0.92% | - |
| XYZ | 56.95 | 50.34 | 48.31 | - |
| YUV | 191.41 | 119.87 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 177 | 0 | 0.27 | 0.25 | 0.08 | 355.24 | 0.61 | 0.8 |
| Hex | EB | AC | B1 | 0 | 1B | 19 | 8 | 163 | 3D | 50 |
| Octal | 353 | 254 | 261 | 0 | 33 | 31 | 10 | 543 | 75 | 120 |
| Binary | 11101011 | 10101100 | 10110001 | 0 | 11011 | 11001 | 1000 | 101100011 | 111101 | 1010000 |
Color Harmonies of #EBACB1
Complementary color
Monochromatic Colors of #EBACB1
Black with #EBACB1
Text Example
Text Example
White with #EBACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACB1; }
p { color: rgb(235,172,177); }
H1.HeaderClassName
{
color: #EBACB1;
}
.AnyTagClassName
{
color: #EBACB1;
}
</style>
background-color css
<style>
a { background-color: #EBACB1; }
a { background-color: rgb(235,172,177); }
div.DivClassName
{
background-color: #EBACB1;
}
.BgClassName
{
background-color: #EBACB1;
}
</style>
border-color css
<style>
span { border-color: #EBACB1; }
span { border-color: rgb(235,172,177); }
td.TdClassName
{
border-color: #EBACB1;
}
.TagClassName
{
border-color: #EBACB1;
}
</style>