Shades of Blossom #EEB1BA
Tints of Blossom #EEB1BA
RGB
CMYK
RGB Variations
Color information
#EEB1BA (or 0xEEB1BA) is known color: Blossom. HEX triplet: EE, B1 and BA. RGB value is (238,177,186). Sum of RGB (Red+Green+Blue) = 238+177+186=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB1BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEB1BA is #114E45. Grayscale: #C4C4C4. Windows color (decimal): -1134150 or 12235246. OLE color: 12235246.
HSL color Cylindrical-coordinate representation of color #EEB1BA: hue angle of 351.15º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEB1BA is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 177 | 186 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.07 |
| HSL | 351.15º | 0.64% | 0.81% | - |
| HSV(B) | 351.15º | 0.26% | 0.93% | - |
| XYZ | 59.84 | 53.17 | 53.56 | - |
| YUV | 196.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 177 | 186 | 0 | 0.26 | 0.22 | 0.07 | 351.15 | 0.64 | 0.81 |
| Hex | EE | B1 | BA | 0 | 1A | 16 | 7 | 15F | 40 | 51 |
| Octal | 356 | 261 | 272 | 0 | 32 | 26 | 7 | 537 | 100 | 121 |
| Binary | 11101110 | 10110001 | 10111010 | 0 | 11010 | 10110 | 111 | 101011111 | 1000000 | 1010001 |
Color Harmonies of #EEB1BA
Complementary color
Monochromatic Colors of #EEB1BA
Black with #EEB1BA
Text Example
Text Example
White with #EEB1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB1BA; }
p { color: rgb(238,177,186); }
H1.HeaderClassName
{
color: #EEB1BA;
}
.AnyTagClassName
{
color: #EEB1BA;
}
</style>
background-color css
<style>
a { background-color: #EEB1BA; }
a { background-color: rgb(238,177,186); }
div.DivClassName
{
background-color: #EEB1BA;
}
.BgClassName
{
background-color: #EEB1BA;
}
</style>
border-color css
<style>
span { border-color: #EEB1BA; }
span { border-color: rgb(238,177,186); }
td.TdClassName
{
border-color: #EEB1BA;
}
.TagClassName
{
border-color: #EEB1BA;
}
</style>