Shades of Blossom #EDA9B3
Tints of Blossom #EDA9B3
RGB
CMYK
RGB Variations
Color information
#EDA9B3 (or 0xEDA9B3) is known color: Blossom. HEX triplet: ED, A9 and B3. RGB value is (237,169,179). Sum of RGB (Red+Green+Blue) = 237+169+179=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 169 (66.41% from 255 or 28.89% from 585); Blue value is 179 (70.31% from 255 or 30.60% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA9B3 is #12564C. Grayscale: #BEBEBE. Windows color (decimal): -1201741 or 11774445. OLE color: 11774445.
HSL color Cylindrical-coordinate representation of color #EDA9B3: hue angle of 351.18º 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 #EDA9B3 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 179 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.07 |
| HSL | 351.18º | 0.65% | 0.8% | - |
| HSV(B) | 351.18º | 0.29% | 0.93% | - |
| XYZ | 57.25 | 49.64 | 49.21 | - |
| YUV | 190.47 | 121.53 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 179 | 0 | 0.29 | 0.24 | 0.07 | 351.18 | 0.65 | 0.8 |
| Hex | ED | A9 | B3 | 0 | 1D | 18 | 7 | 15F | 41 | 50 |
| Octal | 355 | 251 | 263 | 0 | 35 | 30 | 7 | 537 | 101 | 120 |
| Binary | 11101101 | 10101001 | 10110011 | 0 | 11101 | 11000 | 111 | 101011111 | 1000001 | 1010000 |
Color Harmonies of #EDA9B3
Complementary color
Monochromatic Colors of #EDA9B3
Black with #EDA9B3
Text Example
Text Example
White with #EDA9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA9B3; }
p { color: rgb(237,169,179); }
H1.HeaderClassName
{
color: #EDA9B3;
}
.AnyTagClassName
{
color: #EDA9B3;
}
</style>
background-color css
<style>
a { background-color: #EDA9B3; }
a { background-color: rgb(237,169,179); }
div.DivClassName
{
background-color: #EDA9B3;
}
.BgClassName
{
background-color: #EDA9B3;
}
</style>
border-color css
<style>
span { border-color: #EDA9B3; }
span { border-color: rgb(237,169,179); }
td.TdClassName
{
border-color: #EDA9B3;
}
.TagClassName
{
border-color: #EDA9B3;
}
</style>