Shades of Blossom #EBA8B1
Tints of Blossom #EBA8B1
RGB
CMYK
RGB Variations
Color information
#EBA8B1 (or 0xEBA8B1) is known color: Blossom. HEX triplet: EB, A8 and B1. RGB value is (235,168,177). Sum of RGB (Red+Green+Blue) = 235+168+177=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA8B1 is #14574E. Grayscale: #BDBDBD. Windows color (decimal): -1333071 or 11643115. OLE color: 11643115.
HSL color Cylindrical-coordinate representation of color #EBA8B1: hue angle of 351.94º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBA8B1 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 177 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.08 |
| HSL | 351.94º | 0.63% | 0.79% | - |
| HSV(B) | 351.94º | 0.29% | 0.92% | - |
| XYZ | 56.2 | 48.84 | 48.06 | - |
| YUV | 189.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 177 | 0 | 0.29 | 0.25 | 0.08 | 351.94 | 0.63 | 0.79 |
| Hex | EB | A8 | B1 | 0 | 1D | 19 | 8 | 160 | 3F | 4F |
| Octal | 353 | 250 | 261 | 0 | 35 | 31 | 10 | 540 | 77 | 117 |
| Binary | 11101011 | 10101000 | 10110001 | 0 | 11101 | 11001 | 1000 | 101100000 | 111111 | 1001111 |
Color Harmonies of #EBA8B1
Complementary color
Monochromatic Colors of #EBA8B1
Black with #EBA8B1
Text Example
Text Example
White with #EBA8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8B1; }
p { color: rgb(235,168,177); }
H1.HeaderClassName
{
color: #EBA8B1;
}
.AnyTagClassName
{
color: #EBA8B1;
}
</style>
background-color css
<style>
a { background-color: #EBA8B1; }
a { background-color: rgb(235,168,177); }
div.DivClassName
{
background-color: #EBA8B1;
}
.BgClassName
{
background-color: #EBA8B1;
}
</style>
border-color css
<style>
span { border-color: #EBA8B1; }
span { border-color: rgb(235,168,177); }
td.TdClassName
{
border-color: #EBA8B1;
}
.TagClassName
{
border-color: #EBA8B1;
}
</style>