Shades of Blossom #EBADB2
Tints of Blossom #EBADB2
RGB
CMYK
RGB Variations
Color information
#EBADB2 (or 0xEBADB2) is known color: Blossom. HEX triplet: EB, AD and B2. RGB value is (235,173,178). Sum of RGB (Red+Green+Blue) = 235+173+178=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBADB2 is #14524D. Grayscale: #C0C0C0. Windows color (decimal): -1331790 or 11709931. OLE color: 11709931.
HSL color Cylindrical-coordinate representation of color #EBADB2: hue angle of 355.16º 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 #EBADB2 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 178 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.08 |
| HSL | 355.16º | 0.61% | 0.8% | - |
| HSV(B) | 355.16º | 0.26% | 0.92% | - |
| XYZ | 57.24 | 50.76 | 48.9 | - |
| YUV | 192.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 178 | 0 | 0.26 | 0.24 | 0.08 | 355.16 | 0.61 | 0.8 |
| Hex | EB | AD | B2 | 0 | 1A | 18 | 8 | 163 | 3D | 50 |
| Octal | 353 | 255 | 262 | 0 | 32 | 30 | 10 | 543 | 75 | 120 |
| Binary | 11101011 | 10101101 | 10110010 | 0 | 11010 | 11000 | 1000 | 101100011 | 111101 | 1010000 |
Color Harmonies of #EBADB2
Complementary color
Monochromatic Colors of #EBADB2
Black with #EBADB2
Text Example
Text Example
White with #EBADB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADB2; }
p { color: rgb(235,173,178); }
H1.HeaderClassName
{
color: #EBADB2;
}
.AnyTagClassName
{
color: #EBADB2;
}
</style>
background-color css
<style>
a { background-color: #EBADB2; }
a { background-color: rgb(235,173,178); }
div.DivClassName
{
background-color: #EBADB2;
}
.BgClassName
{
background-color: #EBADB2;
}
</style>
border-color css
<style>
span { border-color: #EBADB2; }
span { border-color: rgb(235,173,178); }
td.TdClassName
{
border-color: #EBADB2;
}
.TagClassName
{
border-color: #EBADB2;
}
</style>