Shades of Blossom #EAB9BA
Tints of Blossom #EAB9BA
RGB
CMYK
RGB Variations
Color information
#EAB9BA (or 0xEAB9BA) is known color: Blossom. HEX triplet: EA, B9 and BA. RGB value is (234,185,186). Sum of RGB (Red+Green+Blue) = 234+185+186=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 186 (73.05% from 255 or 30.74% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAB9BA is #154645. Grayscale: #C7C7C7. Windows color (decimal): -1394246 or 12237290. OLE color: 12237290.
HSL color Cylindrical-coordinate representation of color #EAB9BA: hue angle of 358.78º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAB9BA is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 185 | 186 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.08 |
| HSL | 358.78º | 0.54% | 0.82% | - |
| HSV(B) | 358.78º | 0.21% | 0.92% | - |
| XYZ | 60.14 | 55.74 | 54.04 | - |
| YUV | 199.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 185 | 186 | 0 | 0.21 | 0.21 | 0.08 | 358.78 | 0.54 | 0.82 |
| Hex | EA | B9 | BA | 0 | 15 | 15 | 8 | 167 | 36 | 52 |
| Octal | 352 | 271 | 272 | 0 | 25 | 25 | 10 | 547 | 66 | 122 |
| Binary | 11101010 | 10111001 | 10111010 | 0 | 10101 | 10101 | 1000 | 101100111 | 110110 | 1010010 |
Color Harmonies of #EAB9BA
Complementary color
Monochromatic Colors of #EAB9BA
Black with #EAB9BA
Text Example
Text Example
White with #EAB9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB9BA; }
p { color: rgb(234,185,186); }
H1.HeaderClassName
{
color: #EAB9BA;
}
.AnyTagClassName
{
color: #EAB9BA;
}
</style>
background-color css
<style>
a { background-color: #EAB9BA; }
a { background-color: rgb(234,185,186); }
div.DivClassName
{
background-color: #EAB9BA;
}
.BgClassName
{
background-color: #EAB9BA;
}
</style>
border-color css
<style>
span { border-color: #EAB9BA; }
span { border-color: rgb(234,185,186); }
td.TdClassName
{
border-color: #EAB9BA;
}
.TagClassName
{
border-color: #EAB9BA;
}
</style>