Shades of Blossom #EBB0B7
Tints of Blossom #EBB0B7
RGB
CMYK
RGB Variations
Color information
#EBB0B7 (or 0xEBB0B7) is known color: Blossom. HEX triplet: EB, B0 and B7. RGB value is (235,176,183). Sum of RGB (Red+Green+Blue) = 235+176+183=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 176 (69.14% from 255 or 29.63% from 594); Blue value is 183 (71.88% from 255 or 30.81% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBB0B7 is #144F48. Grayscale: #C2C2C2. Windows color (decimal): -1331017 or 12038379. OLE color: 12038379.
HSL color Cylindrical-coordinate representation of color #EBB0B7: hue angle of 352.88º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBB0B7 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 176 | 183 | - |
| CMYK | 0 | 0.25 | 0.22 | 0.08 |
| HSL | 352.88º | 0.6% | 0.81% | - |
| HSV(B) | 352.88º | 0.25% | 0.92% | - |
| XYZ | 58.33 | 52.13 | 51.79 | - |
| YUV | 194.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 176 | 183 | 0 | 0.25 | 0.22 | 0.08 | 352.88 | 0.6 | 0.81 |
| Hex | EB | B0 | B7 | 0 | 19 | 16 | 8 | 161 | 3C | 51 |
| Octal | 353 | 260 | 267 | 0 | 31 | 26 | 10 | 541 | 74 | 121 |
| Binary | 11101011 | 10110000 | 10110111 | 0 | 11001 | 10110 | 1000 | 101100001 | 111100 | 1010001 |
Color Harmonies of #EBB0B7
Complementary color
Monochromatic Colors of #EBB0B7
Black with #EBB0B7
Text Example
Text Example
White with #EBB0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB0B7; }
p { color: rgb(235,176,183); }
H1.HeaderClassName
{
color: #EBB0B7;
}
.AnyTagClassName
{
color: #EBB0B7;
}
</style>
background-color css
<style>
a { background-color: #EBB0B7; }
a { background-color: rgb(235,176,183); }
div.DivClassName
{
background-color: #EBB0B7;
}
.BgClassName
{
background-color: #EBB0B7;
}
</style>
border-color css
<style>
span { border-color: #EBB0B7; }
span { border-color: rgb(235,176,183); }
td.TdClassName
{
border-color: #EBB0B7;
}
.TagClassName
{
border-color: #EBB0B7;
}
</style>