Shades of Blossom #EDA9B0
Tints of Blossom #EDA9B0
RGB
CMYK
RGB Variations
Color information
#EDA9B0 (or 0xEDA9B0) is known color: Blossom. HEX triplet: ED, A9 and B0. RGB value is (237,169,176). Sum of RGB (Red+Green+Blue) = 237+169+176=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 176 (69.14% from 255 or 30.24% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA9B0 is #12564F. Grayscale: #BEBEBE. Windows color (decimal): -1201744 or 11577837. OLE color: 11577837.
HSL color Cylindrical-coordinate representation of color #EDA9B0: hue angle of 353.82º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EDA9B0 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 176 | - |
| CMYK | 0 | 0.29 | 0.26 | 0.07 |
| HSL | 353.82º | 0.65% | 0.8% | - |
| HSV(B) | 353.82º | 0.29% | 0.93% | - |
| XYZ | 56.95 | 49.52 | 47.63 | - |
| YUV | 190.13 | 120.03 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 176 | 0 | 0.29 | 0.26 | 0.07 | 353.82 | 0.65 | 0.8 |
| Hex | ED | A9 | B0 | 0 | 1D | 1A | 7 | 162 | 41 | 50 |
| Octal | 355 | 251 | 260 | 0 | 35 | 32 | 7 | 542 | 101 | 120 |
| Binary | 11101101 | 10101001 | 10110000 | 0 | 11101 | 11010 | 111 | 101100010 | 1000001 | 1010000 |
Color Harmonies of #EDA9B0
Complementary color
Monochromatic Colors of #EDA9B0
Black with #EDA9B0
Text Example
Text Example
White with #EDA9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9B0; }
p { color: rgb(237,169,176); }
H1.HeaderClassName
{
color: #EDA9B0;
}
.AnyTagClassName
{
color: #EDA9B0;
}
</style>
background-color css
<style>
a { background-color: #EDA9B0; }
a { background-color: rgb(237,169,176); }
div.DivClassName
{
background-color: #EDA9B0;
}
.BgClassName
{
background-color: #EDA9B0;
}
</style>
border-color css
<style>
span { border-color: #EDA9B0; }
span { border-color: rgb(237,169,176); }
td.TdClassName
{
border-color: #EDA9B0;
}
.TagClassName
{
border-color: #EDA9B0;
}
</style>