Shades of Blossom #EBAEBA
Tints of Blossom #EBAEBA
RGB
CMYK
RGB Variations
Color information
#EBAEBA (or 0xEBAEBA) is known color: Blossom. HEX triplet: EB, AE and BA. RGB value is (235,174,186). Sum of RGB (Red+Green+Blue) = 235+174+186=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEBA is #145145. Grayscale: #C1C1C1. Windows color (decimal): -1331526 or 12234475. OLE color: 12234475.
HSL color Cylindrical-coordinate representation of color #EBAEBA: hue angle of 348.2º degrees, saturation: 0.6, 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 #EBAEBA is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 186 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.08 |
| HSL | 348.2º | 0.6% | 0.8% | - |
| HSV(B) | 348.2º | 0.26% | 0.92% | - |
| XYZ | 58.26 | 51.48 | 53.32 | - |
| YUV | 193.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 186 | 0 | 0.26 | 0.21 | 0.08 | 348.2 | 0.6 | 0.8 |
| Hex | EB | AE | BA | 0 | 1A | 15 | 8 | 15C | 3C | 50 |
| Octal | 353 | 256 | 272 | 0 | 32 | 25 | 10 | 534 | 74 | 120 |
| Binary | 11101011 | 10101110 | 10111010 | 0 | 11010 | 10101 | 1000 | 101011100 | 111100 | 1010000 |
Color Harmonies of #EBAEBA
Complementary color
Monochromatic Colors of #EBAEBA
Black with #EBAEBA
Text Example
Text Example
White with #EBAEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEBA; }
p { color: rgb(235,174,186); }
H1.HeaderClassName
{
color: #EBAEBA;
}
.AnyTagClassName
{
color: #EBAEBA;
}
</style>
background-color css
<style>
a { background-color: #EBAEBA; }
a { background-color: rgb(235,174,186); }
div.DivClassName
{
background-color: #EBAEBA;
}
.BgClassName
{
background-color: #EBAEBA;
}
</style>
border-color css
<style>
span { border-color: #EBAEBA; }
span { border-color: rgb(235,174,186); }
td.TdClassName
{
border-color: #EBAEBA;
}
.TagClassName
{
border-color: #EBAEBA;
}
</style>