Shades of Blossom #EAB0B9
Tints of Blossom #EAB0B9
RGB
CMYK
RGB Variations
Color information
#EAB0B9 (or 0xEAB0B9) is known color: Blossom. HEX triplet: EA, B0 and B9. RGB value is (234,176,185). Sum of RGB (Red+Green+Blue) = 234+176+185=595 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.33% from 595); Green value is 176 (69.14% from 255 or 29.58% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB0B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAB0B9 is #154F46. Grayscale: #C2C2C2. Windows color (decimal): -1396551 or 12169450. OLE color: 12169450.
HSL color Cylindrical-coordinate representation of color #EAB0B9: hue angle of 350.69º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EAB0B9 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 185 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.08 |
| HSL | 350.69º | 0.58% | 0.8% | - |
| HSV(B) | 350.69º | 0.25% | 0.92% | - |
| XYZ | 58.21 | 52.05 | 52.88 | - |
| YUV | 194.37 | 122.72 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 185 | 0 | 0.25 | 0.21 | 0.08 | 350.69 | 0.58 | 0.8 |
| Hex | EA | B0 | B9 | 0 | 19 | 15 | 8 | 15F | 3A | 50 |
| Octal | 352 | 260 | 271 | 0 | 31 | 25 | 10 | 537 | 72 | 120 |
| Binary | 11101010 | 10110000 | 10111001 | 0 | 11001 | 10101 | 1000 | 101011111 | 111010 | 1010000 |
Color Harmonies of #EAB0B9
Complementary color
Monochromatic Colors of #EAB0B9
Black with #EAB0B9
Text Example
Text Example
White with #EAB0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB0B9; }
p { color: rgb(234,176,185); }
H1.HeaderClassName
{
color: #EAB0B9;
}
.AnyTagClassName
{
color: #EAB0B9;
}
</style>
background-color css
<style>
a { background-color: #EAB0B9; }
a { background-color: rgb(234,176,185); }
div.DivClassName
{
background-color: #EAB0B9;
}
.BgClassName
{
background-color: #EAB0B9;
}
</style>
border-color css
<style>
span { border-color: #EAB0B9; }
span { border-color: rgb(234,176,185); }
td.TdClassName
{
border-color: #EAB0B9;
}
.TagClassName
{
border-color: #EAB0B9;
}
</style>