Shades of Blossom #EBA9B1
Tints of Blossom #EBA9B1
RGB
CMYK
RGB Variations
Color information
#EBA9B1 (or 0xEBA9B1) is known color: Blossom. HEX triplet: EB, A9 and B1. RGB value is (235,169,177). Sum of RGB (Red+Green+Blue) = 235+169+177=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 169 (66.41% from 255 or 29.09% from 581); Blue value is 177 (69.53% from 255 or 30.46% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA9B1 is #14564E. Grayscale: #BDBDBD. Windows color (decimal): -1332815 or 11643371. OLE color: 11643371.
HSL color Cylindrical-coordinate representation of color #EBA9B1: hue angle of 352.73º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBA9B1 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 177 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.08 |
| HSL | 352.73º | 0.62% | 0.79% | - |
| HSV(B) | 352.73º | 0.28% | 0.92% | - |
| XYZ | 56.38 | 49.21 | 48.12 | - |
| YUV | 189.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 177 | 0 | 0.28 | 0.25 | 0.08 | 352.73 | 0.62 | 0.79 |
| Hex | EB | A9 | B1 | 0 | 1C | 19 | 8 | 161 | 3E | 4F |
| Octal | 353 | 251 | 261 | 0 | 34 | 31 | 10 | 541 | 76 | 117 |
| Binary | 11101011 | 10101001 | 10110001 | 0 | 11100 | 11001 | 1000 | 101100001 | 111110 | 1001111 |
Color Harmonies of #EBA9B1
Complementary color
Monochromatic Colors of #EBA9B1
Black with #EBA9B1
Text Example
Text Example
White with #EBA9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9B1; }
p { color: rgb(235,169,177); }
H1.HeaderClassName
{
color: #EBA9B1;
}
.AnyTagClassName
{
color: #EBA9B1;
}
</style>
background-color css
<style>
a { background-color: #EBA9B1; }
a { background-color: rgb(235,169,177); }
div.DivClassName
{
background-color: #EBA9B1;
}
.BgClassName
{
background-color: #EBA9B1;
}
</style>
border-color css
<style>
span { border-color: #EBA9B1; }
span { border-color: rgb(235,169,177); }
td.TdClassName
{
border-color: #EBA9B1;
}
.TagClassName
{
border-color: #EBA9B1;
}
</style>