Shades of Blossom #EBAAB4
Tints of Blossom #EBAAB4
RGB
CMYK
RGB Variations
Color information
#EBAAB4 (or 0xEBAAB4) is known color: Blossom. HEX triplet: EB, AA and B4. RGB value is (235,170,180). Sum of RGB (Red+Green+Blue) = 235+170+180=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 180 (70.70% from 255 or 30.77% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAB4 is #14554B. Grayscale: #BEBEBE. Windows color (decimal): -1332556 or 11840235. OLE color: 11840235.
HSL color Cylindrical-coordinate representation of color #EBAAB4: hue angle of 350.77º 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 #EBAAB4 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 180 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.08 |
| HSL | 350.77º | 0.62% | 0.79% | - |
| HSV(B) | 350.77º | 0.28% | 0.92% | - |
| XYZ | 56.87 | 49.71 | 49.78 | - |
| YUV | 190.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 180 | 0 | 0.28 | 0.23 | 0.08 | 350.77 | 0.62 | 0.79 |
| Hex | EB | AA | B4 | 0 | 1C | 17 | 8 | 15F | 3E | 4F |
| Octal | 353 | 252 | 264 | 0 | 34 | 27 | 10 | 537 | 76 | 117 |
| Binary | 11101011 | 10101010 | 10110100 | 0 | 11100 | 10111 | 1000 | 101011111 | 111110 | 1001111 |
Color Harmonies of #EBAAB4
Complementary color
Monochromatic Colors of #EBAAB4
Black with #EBAAB4
Text Example
Text Example
White with #EBAAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAAB4; }
p { color: rgb(235,170,180); }
H1.HeaderClassName
{
color: #EBAAB4;
}
.AnyTagClassName
{
color: #EBAAB4;
}
</style>
background-color css
<style>
a { background-color: #EBAAB4; }
a { background-color: rgb(235,170,180); }
div.DivClassName
{
background-color: #EBAAB4;
}
.BgClassName
{
background-color: #EBAAB4;
}
</style>
border-color css
<style>
span { border-color: #EBAAB4; }
span { border-color: rgb(235,170,180); }
td.TdClassName
{
border-color: #EBAAB4;
}
.TagClassName
{
border-color: #EBAAB4;
}
</style>