Shades of Blossom #EBA9B3
Tints of Blossom #EBA9B3
RGB
CMYK
RGB Variations
Color information
#EBA9B3 (or 0xEBA9B3) is known color: Blossom. HEX triplet: EB, A9 and B3. RGB value is (235,169,179). Sum of RGB (Red+Green+Blue) = 235+169+179=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 179 (70.31% from 255 or 30.70% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9B3 is #14564C. Grayscale: #BDBDBD. Windows color (decimal): -1332813 or 11774443. OLE color: 11774443.
HSL color Cylindrical-coordinate representation of color #EBA9B3: hue angle of 350.91º 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 #EBA9B3 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 179 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.08 |
| HSL | 350.91º | 0.62% | 0.79% | - |
| HSV(B) | 350.91º | 0.28% | 0.92% | - |
| XYZ | 56.59 | 49.29 | 49.18 | - |
| YUV | 189.87 | 121.87 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 179 | 0 | 0.28 | 0.24 | 0.08 | 350.91 | 0.62 | 0.79 |
| Hex | EB | A9 | B3 | 0 | 1C | 18 | 8 | 15F | 3E | 4F |
| Octal | 353 | 251 | 263 | 0 | 34 | 30 | 10 | 537 | 76 | 117 |
| Binary | 11101011 | 10101001 | 10110011 | 0 | 11100 | 11000 | 1000 | 101011111 | 111110 | 1001111 |
Color Harmonies of #EBA9B3
Complementary color
Monochromatic Colors of #EBA9B3
Black with #EBA9B3
Text Example
Text Example
White with #EBA9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9B3; }
p { color: rgb(235,169,179); }
H1.HeaderClassName
{
color: #EBA9B3;
}
.AnyTagClassName
{
color: #EBA9B3;
}
</style>
background-color css
<style>
a { background-color: #EBA9B3; }
a { background-color: rgb(235,169,179); }
div.DivClassName
{
background-color: #EBA9B3;
}
.BgClassName
{
background-color: #EBA9B3;
}
</style>
border-color css
<style>
span { border-color: #EBA9B3; }
span { border-color: rgb(235,169,179); }
td.TdClassName
{
border-color: #EBA9B3;
}
.TagClassName
{
border-color: #EBA9B3;
}
</style>