Shades of Blossom #EBAAB6
Tints of Blossom #EBAAB6
RGB
CMYK
RGB Variations
Color information
#EBAAB6 (or 0xEBAAB6) is known color: Blossom. HEX triplet: EB, AA and B6. RGB value is (235,170,182). Sum of RGB (Red+Green+Blue) = 235+170+182=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 182 (71.48% from 255 or 31.01% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAB6 is #145549. Grayscale: #BEBEBE. Windows color (decimal): -1332554 or 11971307. OLE color: 11971307.
HSL color Cylindrical-coordinate representation of color #EBAAB6: hue angle of 348.92º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EBAAB6 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 182 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.08 |
| HSL | 348.92º | 0.62% | 0.79% | - |
| HSV(B) | 348.92º | 0.28% | 0.92% | - |
| XYZ | 57.08 | 49.79 | 50.86 | - |
| YUV | 190.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 182 | 0 | 0.28 | 0.23 | 0.08 | 348.92 | 0.62 | 0.79 |
| Hex | EB | AA | B6 | 0 | 1C | 17 | 8 | 15D | 3E | 4F |
| Octal | 353 | 252 | 266 | 0 | 34 | 27 | 10 | 535 | 76 | 117 |
| Binary | 11101011 | 10101010 | 10110110 | 0 | 11100 | 10111 | 1000 | 101011101 | 111110 | 1001111 |
Color Harmonies of #EBAAB6
Complementary color
Monochromatic Colors of #EBAAB6
Black with #EBAAB6
Text Example
Text Example
White with #EBAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAAB6; }
p { color: rgb(235,170,182); }
H1.HeaderClassName
{
color: #EBAAB6;
}
.AnyTagClassName
{
color: #EBAAB6;
}
</style>
background-color css
<style>
a { background-color: #EBAAB6; }
a { background-color: rgb(235,170,182); }
div.DivClassName
{
background-color: #EBAAB6;
}
.BgClassName
{
background-color: #EBAAB6;
}
</style>
border-color css
<style>
span { border-color: #EBAAB6; }
span { border-color: rgb(235,170,182); }
td.TdClassName
{
border-color: #EBAAB6;
}
.TagClassName
{
border-color: #EBAAB6;
}
</style>