Shades of Blossom #EBADB5
Tints of Blossom #EBADB5
RGB
CMYK
RGB Variations
Color information
#EBADB5 (or 0xEBADB5) is known color: Blossom. HEX triplet: EB, AD and B5. RGB value is (235,173,181). Sum of RGB (Red+Green+Blue) = 235+173+181=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADB5 is #14524A. Grayscale: #C0C0C0. Windows color (decimal): -1331787 or 11906539. OLE color: 11906539.
HSL color Cylindrical-coordinate representation of color #EBADB5: hue angle of 352.26º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBADB5 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 181 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.08 |
| HSL | 352.26º | 0.61% | 0.8% | - |
| HSV(B) | 352.26º | 0.26% | 0.92% | - |
| XYZ | 57.55 | 50.89 | 50.51 | - |
| YUV | 192.45 | 121.54 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 181 | 0 | 0.26 | 0.23 | 0.08 | 352.26 | 0.61 | 0.8 |
| Hex | EB | AD | B5 | 0 | 1A | 17 | 8 | 160 | 3D | 50 |
| Octal | 353 | 255 | 265 | 0 | 32 | 27 | 10 | 540 | 75 | 120 |
| Binary | 11101011 | 10101101 | 10110101 | 0 | 11010 | 10111 | 1000 | 101100000 | 111101 | 1010000 |
Color Harmonies of #EBADB5
Complementary color
Monochromatic Colors of #EBADB5
Black with #EBADB5
Text Example
Text Example
White with #EBADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADB5; }
p { color: rgb(235,173,181); }
H1.HeaderClassName
{
color: #EBADB5;
}
.AnyTagClassName
{
color: #EBADB5;
}
</style>
background-color css
<style>
a { background-color: #EBADB5; }
a { background-color: rgb(235,173,181); }
div.DivClassName
{
background-color: #EBADB5;
}
.BgClassName
{
background-color: #EBADB5;
}
</style>
border-color css
<style>
span { border-color: #EBADB5; }
span { border-color: rgb(235,173,181); }
td.TdClassName
{
border-color: #EBADB5;
}
.TagClassName
{
border-color: #EBADB5;
}
</style>