Shades of Blossom #EBAAB5
Tints of Blossom #EBAAB5
RGB
CMYK
RGB Variations
Color information
#EBAAB5 (or 0xEBAAB5) is known color: Blossom. HEX triplet: EB, AA and B5. RGB value is (235,170,181). Sum of RGB (Red+Green+Blue) = 235+170+181=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 181 (71.09% from 255 or 30.89% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAAB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBAAB5 is #14554A. Grayscale: #BEBEBE. Windows color (decimal): -1332555 or 11905771. OLE color: 11905771.
HSL color Cylindrical-coordinate representation of color #EBAAB5: hue angle of 349.85º 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 #EBAAB5 is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 170 | 181 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.08 |
| HSL | 349.85º | 0.62% | 0.79% | - |
| HSV(B) | 349.85º | 0.28% | 0.92% | - |
| XYZ | 56.98 | 49.75 | 50.32 | - |
| YUV | 190.69 | 122.53 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 170 | 181 | 0 | 0.28 | 0.23 | 0.08 | 349.85 | 0.62 | 0.79 |
| Hex | EB | AA | B5 | 0 | 1C | 17 | 8 | 15E | 3E | 4F |
| Octal | 353 | 252 | 265 | 0 | 34 | 27 | 10 | 536 | 76 | 117 |
| Binary | 11101011 | 10101010 | 10110101 | 0 | 11100 | 10111 | 1000 | 101011110 | 111110 | 1001111 |
Color Harmonies of #EBAAB5
Complementary color
Monochromatic Colors of #EBAAB5
Black with #EBAAB5
Text Example
Text Example
White with #EBAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAAB5; }
p { color: rgb(235,170,181); }
H1.HeaderClassName
{
color: #EBAAB5;
}
.AnyTagClassName
{
color: #EBAAB5;
}
</style>
background-color css
<style>
a { background-color: #EBAAB5; }
a { background-color: rgb(235,170,181); }
div.DivClassName
{
background-color: #EBAAB5;
}
.BgClassName
{
background-color: #EBAAB5;
}
</style>
border-color css
<style>
span { border-color: #EBAAB5; }
span { border-color: rgb(235,170,181); }
td.TdClassName
{
border-color: #EBAAB5;
}
.TagClassName
{
border-color: #EBAAB5;
}
</style>