Shades of Blossom #EBA8B0
Tints of Blossom #EBA8B0
RGB
CMYK
RGB Variations
Color information
#EBA8B0 (or 0xEBA8B0) is known color: Blossom. HEX triplet: EB, A8 and B0. RGB value is (235,168,176). Sum of RGB (Red+Green+Blue) = 235+168+176=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA8B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA8B0 is #14574F. Grayscale: #BCBCBC. Windows color (decimal): -1333072 or 11577579. OLE color: 11577579.
HSL color Cylindrical-coordinate representation of color #EBA8B0: hue angle of 352.84º 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 #EBA8B0 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 176 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.08 |
| HSL | 352.84º | 0.63% | 0.79% | - |
| HSV(B) | 352.84º | 0.29% | 0.92% | - |
| XYZ | 56.1 | 48.8 | 47.54 | - |
| YUV | 188.95 | 120.7 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 176 | 0 | 0.29 | 0.25 | 0.08 | 352.84 | 0.63 | 0.79 |
| Hex | EB | A8 | B0 | 0 | 1D | 19 | 8 | 161 | 3F | 4F |
| Octal | 353 | 250 | 260 | 0 | 35 | 31 | 10 | 541 | 77 | 117 |
| Binary | 11101011 | 10101000 | 10110000 | 0 | 11101 | 11001 | 1000 | 101100001 | 111111 | 1001111 |
Color Harmonies of #EBA8B0
Complementary color
Monochromatic Colors of #EBA8B0
Black with #EBA8B0
Text Example
Text Example
White with #EBA8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA8B0; }
p { color: rgb(235,168,176); }
H1.HeaderClassName
{
color: #EBA8B0;
}
.AnyTagClassName
{
color: #EBA8B0;
}
</style>
background-color css
<style>
a { background-color: #EBA8B0; }
a { background-color: rgb(235,168,176); }
div.DivClassName
{
background-color: #EBA8B0;
}
.BgClassName
{
background-color: #EBA8B0;
}
</style>
border-color css
<style>
span { border-color: #EBA8B0; }
span { border-color: rgb(235,168,176); }
td.TdClassName
{
border-color: #EBA8B0;
}
.TagClassName
{
border-color: #EBA8B0;
}
</style>