Shades of Blossom #EDA9B7
Tints of Blossom #EDA9B7
RGB
CMYK
RGB Variations
Color information
#EDA9B7 (or 0xEDA9B7) is known color: Blossom. HEX triplet: ED, A9 and B7. RGB value is (237,169,183). Sum of RGB (Red+Green+Blue) = 237+169+183=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 183 (71.88% from 255 or 31.07% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9B7 is #125648. Grayscale: #BEBEBE. Windows color (decimal): -1201737 or 12036589. OLE color: 12036589.
HSL color Cylindrical-coordinate representation of color #EDA9B7: hue angle of 347.65º 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 #EDA9B7 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 183 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.07 |
| HSL | 347.65º | 0.65% | 0.8% | - |
| HSV(B) | 347.65º | 0.29% | 0.93% | - |
| XYZ | 57.66 | 49.8 | 51.37 | - |
| YUV | 190.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 183 | 0 | 0.29 | 0.23 | 0.07 | 347.65 | 0.65 | 0.8 |
| Hex | ED | A9 | B7 | 0 | 1D | 17 | 7 | 15C | 41 | 50 |
| Octal | 355 | 251 | 267 | 0 | 35 | 27 | 7 | 534 | 101 | 120 |
| Binary | 11101101 | 10101001 | 10110111 | 0 | 11101 | 10111 | 111 | 101011100 | 1000001 | 1010000 |
Color Harmonies of #EDA9B7
Complementary color
Monochromatic Colors of #EDA9B7
Black with #EDA9B7
Text Example
Text Example
White with #EDA9B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9B7; }
p { color: rgb(237,169,183); }
H1.HeaderClassName
{
color: #EDA9B7;
}
.AnyTagClassName
{
color: #EDA9B7;
}
</style>
background-color css
<style>
a { background-color: #EDA9B7; }
a { background-color: rgb(237,169,183); }
div.DivClassName
{
background-color: #EDA9B7;
}
.BgClassName
{
background-color: #EDA9B7;
}
</style>
border-color css
<style>
span { border-color: #EDA9B7; }
span { border-color: rgb(237,169,183); }
td.TdClassName
{
border-color: #EDA9B7;
}
.TagClassName
{
border-color: #EDA9B7;
}
</style>