Shades of Blossom #EBA7B7
Tints of Blossom #EBA7B7
RGB
CMYK
RGB Variations
Color information
#EBA7B7 (or 0xEBA7B7) is known color: Blossom. HEX triplet: EB, A7 and B7. RGB value is (235,167,183). Sum of RGB (Red+Green+Blue) = 235+167+183=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 167 (65.62% from 255 or 28.55% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA7B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBA7B7 is #145848. Grayscale: #BDBDBD. Windows color (decimal): -1333321 or 12036075. OLE color: 12036075.
HSL color Cylindrical-coordinate representation of color #EBA7B7: hue angle of 345.88º 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 #EBA7B7 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 183 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.08 |
| HSL | 345.88º | 0.63% | 0.79% | - |
| HSV(B) | 345.88º | 0.29% | 0.92% | - |
| XYZ | 56.63 | 48.72 | 51.22 | - |
| YUV | 189.16 | 124.53 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 183 | 0 | 0.29 | 0.22 | 0.08 | 345.88 | 0.63 | 0.79 |
| Hex | EB | A7 | B7 | 0 | 1D | 16 | 8 | 15A | 3F | 4F |
| Octal | 353 | 247 | 267 | 0 | 35 | 26 | 10 | 532 | 77 | 117 |
| Binary | 11101011 | 10100111 | 10110111 | 0 | 11101 | 10110 | 1000 | 101011010 | 111111 | 1001111 |
Color Harmonies of #EBA7B7
Complementary color
Monochromatic Colors of #EBA7B7
Black with #EBA7B7
Text Example
Text Example
White with #EBA7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA7B7; }
p { color: rgb(235,167,183); }
H1.HeaderClassName
{
color: #EBA7B7;
}
.AnyTagClassName
{
color: #EBA7B7;
}
</style>
background-color css
<style>
a { background-color: #EBA7B7; }
a { background-color: rgb(235,167,183); }
div.DivClassName
{
background-color: #EBA7B7;
}
.BgClassName
{
background-color: #EBA7B7;
}
</style>
border-color css
<style>
span { border-color: #EBA7B7; }
span { border-color: rgb(235,167,183); }
td.TdClassName
{
border-color: #EBA7B7;
}
.TagClassName
{
border-color: #EBA7B7;
}
</style>