Shades of Blossom #EBADB1
Tints of Blossom #EBADB1
RGB
CMYK
RGB Variations
Color information
#EBADB1 (or 0xEBADB1) is known color: Blossom. HEX triplet: EB, AD and B1. RGB value is (235,173,177). Sum of RGB (Red+Green+Blue) = 235+173+177=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 177 (69.53% from 255 or 30.26% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBADB1 is #14524E. Grayscale: #C0C0C0. Windows color (decimal): -1331791 or 11644395. OLE color: 11644395.
HSL color Cylindrical-coordinate representation of color #EBADB1: hue angle of 356.13º 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 #EBADB1 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 177 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.08 |
| HSL | 356.13º | 0.61% | 0.8% | - |
| HSV(B) | 356.13º | 0.26% | 0.92% | - |
| XYZ | 57.14 | 50.72 | 48.37 | - |
| YUV | 191.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 177 | 0 | 0.26 | 0.25 | 0.08 | 356.13 | 0.61 | 0.8 |
| Hex | EB | AD | B1 | 0 | 1A | 19 | 8 | 164 | 3D | 50 |
| Octal | 353 | 255 | 261 | 0 | 32 | 31 | 10 | 544 | 75 | 120 |
| Binary | 11101011 | 10101101 | 10110001 | 0 | 11010 | 11001 | 1000 | 101100100 | 111101 | 1010000 |
Color Harmonies of #EBADB1
Complementary color
Monochromatic Colors of #EBADB1
Black with #EBADB1
Text Example
Text Example
White with #EBADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADB1; }
p { color: rgb(235,173,177); }
H1.HeaderClassName
{
color: #EBADB1;
}
.AnyTagClassName
{
color: #EBADB1;
}
</style>
background-color css
<style>
a { background-color: #EBADB1; }
a { background-color: rgb(235,173,177); }
div.DivClassName
{
background-color: #EBADB1;
}
.BgClassName
{
background-color: #EBADB1;
}
</style>
border-color css
<style>
span { border-color: #EBADB1; }
span { border-color: rgb(235,173,177); }
td.TdClassName
{
border-color: #EBADB1;
}
.TagClassName
{
border-color: #EBADB1;
}
</style>