Shades of Blossom #EBA6B0
Tints of Blossom #EBA6B0
RGB
CMYK
RGB Variations
Color information
#EBA6B0 (or 0xEBA6B0) is known color: Blossom. HEX triplet: EB, A6 and B0. RGB value is (235,166,176). Sum of RGB (Red+Green+Blue) = 235+166+176=577 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.73% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 176 (69.14% from 255 or 30.50% from 577); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA6B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA6B0 is #14594F. Grayscale: #BBBBBB. Windows color (decimal): -1333584 or 11577067. OLE color: 11577067.
HSL color Cylindrical-coordinate representation of color #EBA6B0: hue angle of 351.3º 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 #EBA6B0 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 176 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.08 |
| HSL | 351.3º | 0.63% | 0.79% | - |
| HSV(B) | 351.3º | 0.29% | 0.92% | - |
| XYZ | 55.73 | 48.07 | 47.42 | - |
| YUV | 187.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 176 | 0 | 0.29 | 0.25 | 0.08 | 351.3 | 0.63 | 0.79 |
| Hex | EB | A6 | B0 | 0 | 1D | 19 | 8 | 15F | 3F | 4F |
| Octal | 353 | 246 | 260 | 0 | 35 | 31 | 10 | 537 | 77 | 117 |
| Binary | 11101011 | 10100110 | 10110000 | 0 | 11101 | 11001 | 1000 | 101011111 | 111111 | 1001111 |
Color Harmonies of #EBA6B0
Complementary color
Monochromatic Colors of #EBA6B0
Black with #EBA6B0
Text Example
Text Example
White with #EBA6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA6B0; }
p { color: rgb(235,166,176); }
H1.HeaderClassName
{
color: #EBA6B0;
}
.AnyTagClassName
{
color: #EBA6B0;
}
</style>
background-color css
<style>
a { background-color: #EBA6B0; }
a { background-color: rgb(235,166,176); }
div.DivClassName
{
background-color: #EBA6B0;
}
.BgClassName
{
background-color: #EBA6B0;
}
</style>
border-color css
<style>
span { border-color: #EBA6B0; }
span { border-color: rgb(235,166,176); }
td.TdClassName
{
border-color: #EBA6B0;
}
.TagClassName
{
border-color: #EBA6B0;
}
</style>