Shades of Blossom #EAACBA
Tints of Blossom #EAACBA
RGB
CMYK
RGB Variations
Color information
#EAACBA (or 0xEAACBA) is known color: Blossom. HEX triplet: EA, AC and BA. RGB value is (234,172,186). Sum of RGB (Red+Green+Blue) = 234+172+186=592 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.53% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 234 - color contains mainly: red. Hex color #EAACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAACBA is #155345. Grayscale: #C0C0C0. Windows color (decimal): -1397574 or 12233962. OLE color: 12233962.
HSL color Cylindrical-coordinate representation of color #EAACBA: hue angle of 346.45º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAACBA is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 172 | 186 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.08 |
| HSL | 346.45º | 0.6% | 0.8% | - |
| HSV(B) | 346.45º | 0.26% | 0.92% | - |
| XYZ | 57.55 | 50.54 | 53.18 | - |
| YUV | 192.13 | 124.54 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 172 | 186 | 0 | 0.26 | 0.21 | 0.08 | 346.45 | 0.6 | 0.8 |
| Hex | EA | AC | BA | 0 | 1A | 15 | 8 | 15A | 3C | 50 |
| Octal | 352 | 254 | 272 | 0 | 32 | 25 | 10 | 532 | 74 | 120 |
| Binary | 11101010 | 10101100 | 10111010 | 0 | 11010 | 10101 | 1000 | 101011010 | 111100 | 1010000 |
Color Harmonies of #EAACBA
Complementary color
Monochromatic Colors of #EAACBA
Black with #EAACBA
Text Example
Text Example
White with #EAACBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAACBA; }
p { color: rgb(234,172,186); }
H1.HeaderClassName
{
color: #EAACBA;
}
.AnyTagClassName
{
color: #EAACBA;
}
</style>
background-color css
<style>
a { background-color: #EAACBA; }
a { background-color: rgb(234,172,186); }
div.DivClassName
{
background-color: #EAACBA;
}
.BgClassName
{
background-color: #EAACBA;
}
</style>
border-color css
<style>
span { border-color: #EAACBA; }
span { border-color: rgb(234,172,186); }
td.TdClassName
{
border-color: #EAACBA;
}
.TagClassName
{
border-color: #EAACBA;
}
</style>