Shades of Blossom #EBAEB6
Tints of Blossom #EBAEB6
RGB
CMYK
RGB Variations
Color information
#EBAEB6 (or 0xEBAEB6) is known color: Blossom. HEX triplet: EB, AE and B6. RGB value is (235,174,182). Sum of RGB (Red+Green+Blue) = 235+174+182=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAEB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAEB6 is #145149. Grayscale: #C1C1C1. Windows color (decimal): -1331530 or 11972331. OLE color: 11972331.
HSL color Cylindrical-coordinate representation of color #EBAEB6: hue angle of 352.13º 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 #EBAEB6 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 182 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.08 |
| HSL | 352.13º | 0.6% | 0.8% | - |
| HSV(B) | 352.13º | 0.26% | 0.92% | - |
| XYZ | 57.84 | 51.31 | 51.11 | - |
| YUV | 193.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 182 | 0 | 0.26 | 0.23 | 0.08 | 352.13 | 0.6 | 0.8 |
| Hex | EB | AE | B6 | 0 | 1A | 17 | 8 | 160 | 3C | 50 |
| Octal | 353 | 256 | 266 | 0 | 32 | 27 | 10 | 540 | 74 | 120 |
| Binary | 11101011 | 10101110 | 10110110 | 0 | 11010 | 10111 | 1000 | 101100000 | 111100 | 1010000 |
Color Harmonies of #EBAEB6
Complementary color
Monochromatic Colors of #EBAEB6
Black with #EBAEB6
Text Example
Text Example
White with #EBAEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAEB6; }
p { color: rgb(235,174,182); }
H1.HeaderClassName
{
color: #EBAEB6;
}
.AnyTagClassName
{
color: #EBAEB6;
}
</style>
background-color css
<style>
a { background-color: #EBAEB6; }
a { background-color: rgb(235,174,182); }
div.DivClassName
{
background-color: #EBAEB6;
}
.BgClassName
{
background-color: #EBAEB6;
}
</style>
border-color css
<style>
span { border-color: #EBAEB6; }
span { border-color: rgb(235,174,182); }
td.TdClassName
{
border-color: #EBAEB6;
}
.TagClassName
{
border-color: #EBAEB6;
}
</style>