Shades of Blossom #EBB5B9
Tints of Blossom #EBB5B9
RGB
CMYK
RGB Variations
Color information
#EBB5B9 (or 0xEBB5B9) is known color: Blossom. HEX triplet: EB, B5 and B9. RGB value is (235,181,185). Sum of RGB (Red+Green+Blue) = 235+181+185=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB5B9 is #144A46. Grayscale: #C5C5C5. Windows color (decimal): -1329735 or 12170731. OLE color: 12170731.
HSL color Cylindrical-coordinate representation of color #EBB5B9: hue angle of 355.56º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBB5B9 is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 185 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.08 |
| HSL | 355.56º | 0.57% | 0.82% | - |
| HSV(B) | 355.56º | 0.23% | 0.92% | - |
| XYZ | 59.54 | 54.21 | 53.22 | - |
| YUV | 197.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 185 | 0 | 0.23 | 0.21 | 0.08 | 355.56 | 0.57 | 0.82 |
| Hex | EB | B5 | B9 | 0 | 17 | 15 | 8 | 164 | 39 | 52 |
| Octal | 353 | 265 | 271 | 0 | 27 | 25 | 10 | 544 | 71 | 122 |
| Binary | 11101011 | 10110101 | 10111001 | 0 | 10111 | 10101 | 1000 | 101100100 | 111001 | 1010010 |
Color Harmonies of #EBB5B9
Complementary color
Monochromatic Colors of #EBB5B9
Black with #EBB5B9
Text Example
Text Example
White with #EBB5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB5B9; }
p { color: rgb(235,181,185); }
H1.HeaderClassName
{
color: #EBB5B9;
}
.AnyTagClassName
{
color: #EBB5B9;
}
</style>
background-color css
<style>
a { background-color: #EBB5B9; }
a { background-color: rgb(235,181,185); }
div.DivClassName
{
background-color: #EBB5B9;
}
.BgClassName
{
background-color: #EBB5B9;
}
</style>
border-color css
<style>
span { border-color: #EBB5B9; }
span { border-color: rgb(235,181,185); }
td.TdClassName
{
border-color: #EBB5B9;
}
.TagClassName
{
border-color: #EBB5B9;
}
</style>