Shades of Blossom #EBB3BB
Tints of Blossom #EBB3BB
RGB
CMYK
RGB Variations
Color information
#EBB3BB (or 0xEBB3BB) is known color: Blossom. HEX triplet: EB, B3 and BB. RGB value is (235,179,187). Sum of RGB (Red+Green+Blue) = 235+179+187=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB3BB is #144C44. Grayscale: #C4C4C4. Windows color (decimal): -1330245 or 12301291. OLE color: 12301291.
HSL color Cylindrical-coordinate representation of color #EBB3BB: hue angle of 351.43º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB3BB is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 187 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.08 |
| HSL | 351.43º | 0.58% | 0.81% | - |
| HSV(B) | 351.43º | 0.24% | 0.92% | - |
| XYZ | 59.35 | 53.49 | 54.21 | - |
| YUV | 196.66 | 122.55 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 187 | 0 | 0.24 | 0.20 | 0.08 | 351.43 | 0.58 | 0.81 |
| Hex | EB | B3 | BB | 0 | 18 | 14 | 8 | 15F | 3A | 51 |
| Octal | 353 | 263 | 273 | 0 | 30 | 24 | 10 | 537 | 72 | 121 |
| Binary | 11101011 | 10110011 | 10111011 | 0 | 11000 | 10100 | 1000 | 101011111 | 111010 | 1010001 |
Color Harmonies of #EBB3BB
Complementary color
Monochromatic Colors of #EBB3BB
Black with #EBB3BB
Text Example
Text Example
White with #EBB3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB3BB; }
p { color: rgb(235,179,187); }
H1.HeaderClassName
{
color: #EBB3BB;
}
.AnyTagClassName
{
color: #EBB3BB;
}
</style>
background-color css
<style>
a { background-color: #EBB3BB; }
a { background-color: rgb(235,179,187); }
div.DivClassName
{
background-color: #EBB3BB;
}
.BgClassName
{
background-color: #EBB3BB;
}
</style>
border-color css
<style>
span { border-color: #EBB3BB; }
span { border-color: rgb(235,179,187); }
td.TdClassName
{
border-color: #EBB3BB;
}
.TagClassName
{
border-color: #EBB3BB;
}
</style>