Shades of Azalea #EDB9BA
Tints of Azalea #EDB9BA
RGB
CMYK
RGB Variations
Color information
#EDB9BA (or 0xEDB9BA) is known color: Azalea. HEX triplet: ED, B9 and BA. RGB value is (237,185,186). Sum of RGB (Red+Green+Blue) = 237+185+186=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDB9BA is #124645. Grayscale: #C8C8C8. Windows color (decimal): -1197638 or 12237293. OLE color: 12237293.
HSL color Cylindrical-coordinate representation of color #EDB9BA: hue angle of 358.85º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EDB9BA is Cyan = 0, Magento = 0.22, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 185 | 186 | - |
| CMYK | 0 | 0.22 | 0.22 | 0.07 |
| HSL | 358.85º | 0.59% | 0.83% | - |
| HSV(B) | 358.85º | 0.22% | 0.93% | - |
| XYZ | 61.14 | 56.25 | 54.09 | - |
| YUV | 200.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 185 | 186 | 0 | 0.22 | 0.22 | 0.07 | 358.85 | 0.59 | 0.83 |
| Hex | ED | B9 | BA | 0 | 16 | 16 | 7 | 167 | 3B | 53 |
| Octal | 355 | 271 | 272 | 0 | 26 | 26 | 7 | 547 | 73 | 123 |
| Binary | 11101101 | 10111001 | 10111010 | 0 | 10110 | 10110 | 111 | 101100111 | 111011 | 1010011 |
Color Harmonies of #EDB9BA
Complementary color
Monochromatic Colors of #EDB9BA
Black with #EDB9BA
Text Example
Text Example
White with #EDB9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB9BA; }
p { color: rgb(237,185,186); }
H1.HeaderClassName
{
color: #EDB9BA;
}
.AnyTagClassName
{
color: #EDB9BA;
}
</style>
background-color css
<style>
a { background-color: #EDB9BA; }
a { background-color: rgb(237,185,186); }
div.DivClassName
{
background-color: #EDB9BA;
}
.BgClassName
{
background-color: #EDB9BA;
}
</style>
border-color css
<style>
span { border-color: #EDB9BA; }
span { border-color: rgb(237,185,186); }
td.TdClassName
{
border-color: #EDB9BA;
}
.TagClassName
{
border-color: #EDB9BA;
}
</style>