Shades of Blossom #EAB1B9
Tints of Blossom #EAB1B9
RGB
CMYK
RGB Variations
Color information
#EAB1B9 (or 0xEAB1B9) is known color: Blossom. HEX triplet: EA, B1 and B9. RGB value is (234,177,185). Sum of RGB (Red+Green+Blue) = 234+177+185=596 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.26% from 596); Green value is 177 (69.53% from 255 or 29.70% from 596); Blue value is 185 (72.66% from 255 or 31.04% from 596); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB1B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB1B9 is #154E46. Grayscale: #C2C2C2. Windows color (decimal): -1396295 or 12169706. OLE color: 12169706.
HSL color Cylindrical-coordinate representation of color #EAB1B9: hue angle of 351.58º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAB1B9 is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 185 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.08 |
| HSL | 351.58º | 0.58% | 0.81% | - |
| HSV(B) | 351.58º | 0.24% | 0.92% | - |
| XYZ | 58.41 | 52.44 | 52.94 | - |
| YUV | 194.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 185 | 0 | 0.24 | 0.21 | 0.08 | 351.58 | 0.58 | 0.81 |
| Hex | EA | B1 | B9 | 0 | 18 | 15 | 8 | 160 | 3A | 51 |
| Octal | 352 | 261 | 271 | 0 | 30 | 25 | 10 | 540 | 72 | 121 |
| Binary | 11101010 | 10110001 | 10111001 | 0 | 11000 | 10101 | 1000 | 101100000 | 111010 | 1010001 |
Color Harmonies of #EAB1B9
Complementary color
Monochromatic Colors of #EAB1B9
Black with #EAB1B9
Text Example
Text Example
White with #EAB1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB1B9; }
p { color: rgb(234,177,185); }
H1.HeaderClassName
{
color: #EAB1B9;
}
.AnyTagClassName
{
color: #EAB1B9;
}
</style>
background-color css
<style>
a { background-color: #EAB1B9; }
a { background-color: rgb(234,177,185); }
div.DivClassName
{
background-color: #EAB1B9;
}
.BgClassName
{
background-color: #EAB1B9;
}
</style>
border-color css
<style>
span { border-color: #EAB1B9; }
span { border-color: rgb(234,177,185); }
td.TdClassName
{
border-color: #EAB1B9;
}
.TagClassName
{
border-color: #EAB1B9;
}
</style>