Shades of Blossom #EDA6B0
Tints of Blossom #EDA6B0
RGB
CMYK
RGB Variations
Color information
#EDA6B0 (or 0xEDA6B0) is known color: Blossom. HEX triplet: ED, A6 and B0. RGB value is (237,166,176). Sum of RGB (Red+Green+Blue) = 237+166+176=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 176 (69.14% from 255 or 30.40% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA6B0 is #12594F. Grayscale: #BCBCBC. Windows color (decimal): -1202512 or 11577069. OLE color: 11577069.
HSL color Cylindrical-coordinate representation of color #EDA6B0: hue angle of 351.55º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA6B0 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 166 | 176 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.07 |
| HSL | 351.55º | 0.66% | 0.79% | - |
| HSV(B) | 351.55º | 0.3% | 0.93% | - |
| XYZ | 56.4 | 48.41 | 47.45 | - |
| YUV | 188.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 166 | 176 | 0 | 0.30 | 0.26 | 0.07 | 351.55 | 0.66 | 0.79 |
| Hex | ED | A6 | B0 | 0 | 1E | 1A | 7 | 160 | 42 | 4F |
| Octal | 355 | 246 | 260 | 0 | 36 | 32 | 7 | 540 | 102 | 117 |
| Binary | 11101101 | 10100110 | 10110000 | 0 | 11110 | 11010 | 111 | 101100000 | 1000010 | 1001111 |
Color Harmonies of #EDA6B0
Complementary color
Monochromatic Colors of #EDA6B0
Black with #EDA6B0
Text Example
Text Example
White with #EDA6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA6B0; }
p { color: rgb(237,166,176); }
H1.HeaderClassName
{
color: #EDA6B0;
}
.AnyTagClassName
{
color: #EDA6B0;
}
</style>
background-color css
<style>
a { background-color: #EDA6B0; }
a { background-color: rgb(237,166,176); }
div.DivClassName
{
background-color: #EDA6B0;
}
.BgClassName
{
background-color: #EDA6B0;
}
</style>
border-color css
<style>
span { border-color: #EDA6B0; }
span { border-color: rgb(237,166,176); }
td.TdClassName
{
border-color: #EDA6B0;
}
.TagClassName
{
border-color: #EDA6B0;
}
</style>