Shades of Blossom #EBA9B5
Tints of Blossom #EBA9B5
RGB
CMYK
RGB Variations
Color information
#EBA9B5 (or 0xEBA9B5) is known color: Blossom. HEX triplet: EB, A9 and B5. RGB value is (235,169,181). Sum of RGB (Red+Green+Blue) = 235+169+181=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 169 (66.41% from 255 or 28.89% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA9B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA9B5 is #14564A. Grayscale: #BEBEBE. Windows color (decimal): -1332811 or 11905515. OLE color: 11905515.
HSL color Cylindrical-coordinate representation of color #EBA9B5: hue angle of 349.09º 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 #EBA9B5 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 181 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.08 |
| HSL | 349.09º | 0.62% | 0.79% | - |
| HSV(B) | 349.09º | 0.28% | 0.92% | - |
| XYZ | 56.79 | 49.37 | 50.25 | - |
| YUV | 190.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 181 | 0 | 0.28 | 0.23 | 0.08 | 349.09 | 0.62 | 0.79 |
| Hex | EB | A9 | B5 | 0 | 1C | 17 | 8 | 15D | 3E | 4F |
| Octal | 353 | 251 | 265 | 0 | 34 | 27 | 10 | 535 | 76 | 117 |
| Binary | 11101011 | 10101001 | 10110101 | 0 | 11100 | 10111 | 1000 | 101011101 | 111110 | 1001111 |
Color Harmonies of #EBA9B5
Complementary color
Monochromatic Colors of #EBA9B5
Black with #EBA9B5
Text Example
Text Example
White with #EBA9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA9B5; }
p { color: rgb(235,169,181); }
H1.HeaderClassName
{
color: #EBA9B5;
}
.AnyTagClassName
{
color: #EBA9B5;
}
</style>
background-color css
<style>
a { background-color: #EBA9B5; }
a { background-color: rgb(235,169,181); }
div.DivClassName
{
background-color: #EBA9B5;
}
.BgClassName
{
background-color: #EBA9B5;
}
</style>
border-color css
<style>
span { border-color: #EBA9B5; }
span { border-color: rgb(235,169,181); }
td.TdClassName
{
border-color: #EBA9B5;
}
.TagClassName
{
border-color: #EBA9B5;
}
</style>