Shades of Blossom #EBADB4
Tints of Blossom #EBADB4
RGB
CMYK
RGB Variations
Color information
#EBADB4 (or 0xEBADB4) is known color: Blossom. HEX triplet: EB, AD and B4. RGB value is (235,173,180). Sum of RGB (Red+Green+Blue) = 235+173+180=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 180 (70.70% from 255 or 30.61% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADB4 is #14524B. Grayscale: #C0C0C0. Windows color (decimal): -1331788 or 11841003. OLE color: 11841003.
HSL color Cylindrical-coordinate representation of color #EBADB4: hue angle of 353.23º 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 #EBADB4 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 180 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.08 |
| HSL | 353.23º | 0.61% | 0.8% | - |
| HSV(B) | 353.23º | 0.26% | 0.92% | - |
| XYZ | 57.44 | 50.84 | 49.97 | - |
| YUV | 192.34 | 121.04 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 180 | 0 | 0.26 | 0.23 | 0.08 | 353.23 | 0.61 | 0.8 |
| Hex | EB | AD | B4 | 0 | 1A | 17 | 8 | 161 | 3D | 50 |
| Octal | 353 | 255 | 264 | 0 | 32 | 27 | 10 | 541 | 75 | 120 |
| Binary | 11101011 | 10101101 | 10110100 | 0 | 11010 | 10111 | 1000 | 101100001 | 111101 | 1010000 |
Color Harmonies of #EBADB4
Complementary color
Monochromatic Colors of #EBADB4
Black with #EBADB4
Text Example
Text Example
White with #EBADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADB4; }
p { color: rgb(235,173,180); }
H1.HeaderClassName
{
color: #EBADB4;
}
.AnyTagClassName
{
color: #EBADB4;
}
</style>
background-color css
<style>
a { background-color: #EBADB4; }
a { background-color: rgb(235,173,180); }
div.DivClassName
{
background-color: #EBADB4;
}
.BgClassName
{
background-color: #EBADB4;
}
</style>
border-color css
<style>
span { border-color: #EBADB4; }
span { border-color: rgb(235,173,180); }
td.TdClassName
{
border-color: #EBADB4;
}
.TagClassName
{
border-color: #EBADB4;
}
</style>