Shades of Blossom #EBA5B0
Tints of Blossom #EBA5B0
RGB
CMYK
RGB Variations
Color information
#EBA5B0 (or 0xEBA5B0) is known color: Blossom. HEX triplet: EB, A5 and B0. RGB value is (235,165,176). Sum of RGB (Red+Green+Blue) = 235+165+176=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA5B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA5B0 is #145A4F. Grayscale: #BBBBBB. Windows color (decimal): -1333840 or 11576811. OLE color: 11576811.
HSL color Cylindrical-coordinate representation of color #EBA5B0: hue angle of 350.57º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBA5B0 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 176 | - |
| CMYK | 0 | 0.30 | 0.25 | 0.08 |
| HSL | 350.57º | 0.64% | 0.78% | - |
| HSV(B) | 350.57º | 0.3% | 0.92% | - |
| XYZ | 55.55 | 47.71 | 47.35 | - |
| YUV | 187.18 | 121.69 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 176 | 0 | 0.30 | 0.25 | 0.08 | 350.57 | 0.64 | 0.78 |
| Hex | EB | A5 | B0 | 0 | 1E | 19 | 8 | 15F | 40 | 4E |
| Octal | 353 | 245 | 260 | 0 | 36 | 31 | 10 | 537 | 100 | 116 |
| Binary | 11101011 | 10100101 | 10110000 | 0 | 11110 | 11001 | 1000 | 101011111 | 1000000 | 1001110 |
Color Harmonies of #EBA5B0
Complementary color
Monochromatic Colors of #EBA5B0
Black with #EBA5B0
Text Example
Text Example
White with #EBA5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA5B0; }
p { color: rgb(235,165,176); }
H1.HeaderClassName
{
color: #EBA5B0;
}
.AnyTagClassName
{
color: #EBA5B0;
}
</style>
background-color css
<style>
a { background-color: #EBA5B0; }
a { background-color: rgb(235,165,176); }
div.DivClassName
{
background-color: #EBA5B0;
}
.BgClassName
{
background-color: #EBA5B0;
}
</style>
border-color css
<style>
span { border-color: #EBA5B0; }
span { border-color: rgb(235,165,176); }
td.TdClassName
{
border-color: #EBA5B0;
}
.TagClassName
{
border-color: #EBA5B0;
}
</style>