Shades of Blossom #EAA9B9
Tints of Blossom #EAA9B9
RGB
CMYK
RGB Variations
Color information
#EAA9B9 (or 0xEAA9B9) is known color: Blossom. HEX triplet: EA, A9 and B9. RGB value is (234,169,185). Sum of RGB (Red+Green+Blue) = 234+169+185=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 169 (66.41% from 255 or 28.74% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA9B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EAA9B9 is #155646. Grayscale: #BEBEBE. Windows color (decimal): -1398343 or 12167658. OLE color: 12167658.
HSL color Cylindrical-coordinate representation of color #EAA9B9: hue angle of 345.23º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAA9B9 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 169 | 185 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.08 |
| HSL | 345.23º | 0.61% | 0.79% | - |
| HSV(B) | 345.23º | 0.28% | 0.92% | - |
| XYZ | 56.88 | 49.37 | 52.43 | - |
| YUV | 190.26 | 125.03 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 169 | 185 | 0 | 0.28 | 0.21 | 0.08 | 345.23 | 0.61 | 0.79 |
| Hex | EA | A9 | B9 | 0 | 1C | 15 | 8 | 159 | 3D | 4F |
| Octal | 352 | 251 | 271 | 0 | 34 | 25 | 10 | 531 | 75 | 117 |
| Binary | 11101010 | 10101001 | 10111001 | 0 | 11100 | 10101 | 1000 | 101011001 | 111101 | 1001111 |
Color Harmonies of #EAA9B9
Complementary color
Monochromatic Colors of #EAA9B9
Black with #EAA9B9
Text Example
Text Example
White with #EAA9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA9B9; }
p { color: rgb(234,169,185); }
H1.HeaderClassName
{
color: #EAA9B9;
}
.AnyTagClassName
{
color: #EAA9B9;
}
</style>
background-color css
<style>
a { background-color: #EAA9B9; }
a { background-color: rgb(234,169,185); }
div.DivClassName
{
background-color: #EAA9B9;
}
.BgClassName
{
background-color: #EAA9B9;
}
</style>
border-color css
<style>
span { border-color: #EAA9B9; }
span { border-color: rgb(234,169,185); }
td.TdClassName
{
border-color: #EAA9B9;
}
.TagClassName
{
border-color: #EAA9B9;
}
</style>