Shades of Blossom #EBAAB8
Tints of Blossom #EBAAB8
RGB
CMYK
RGB Variations
Color information
#EBAAB8 (or 0xEBAAB8) is known color: Blossom. HEX triplet: EB, AA and B8. RGB value is (235,170,184). Sum of RGB (Red+Green+Blue) = 235+170+184=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAB8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAB8 is #145547. Grayscale: #BFBFBF. Windows color (decimal): -1332552 or 12102379. OLE color: 12102379.
HSL color Cylindrical-coordinate representation of color #EBAAB8: hue angle of 347.08º 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 #EBAAB8 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 184 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.08 |
| HSL | 347.08º | 0.62% | 0.79% | - |
| HSV(B) | 347.08º | 0.28% | 0.92% | - |
| XYZ | 57.29 | 49.87 | 51.95 | - |
| YUV | 191.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 184 | 0 | 0.28 | 0.22 | 0.08 | 347.08 | 0.62 | 0.79 |
| Hex | EB | AA | B8 | 0 | 1C | 16 | 8 | 15B | 3E | 4F |
| Octal | 353 | 252 | 270 | 0 | 34 | 26 | 10 | 533 | 76 | 117 |
| Binary | 11101011 | 10101010 | 10111000 | 0 | 11100 | 10110 | 1000 | 101011011 | 111110 | 1001111 |
Color Harmonies of #EBAAB8
Complementary color
Monochromatic Colors of #EBAAB8
Black with #EBAAB8
Text Example
Text Example
White with #EBAAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAAB8; }
p { color: rgb(235,170,184); }
H1.HeaderClassName
{
color: #EBAAB8;
}
.AnyTagClassName
{
color: #EBAAB8;
}
</style>
background-color css
<style>
a { background-color: #EBAAB8; }
a { background-color: rgb(235,170,184); }
div.DivClassName
{
background-color: #EBAAB8;
}
.BgClassName
{
background-color: #EBAAB8;
}
</style>
border-color css
<style>
span { border-color: #EBAAB8; }
span { border-color: rgb(235,170,184); }
td.TdClassName
{
border-color: #EBAAB8;
}
.TagClassName
{
border-color: #EBAAB8;
}
</style>