Shades of Azalea #EFB7B9
Tints of Azalea #EFB7B9
RGB
CMYK
RGB Variations
Color information
#EFB7B9 (or 0xEFB7B9) is known color: Azalea. HEX triplet: EF, B7 and B9. RGB value is (239,183,185). Sum of RGB (Red+Green+Blue) = 239+183+185=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 185 (72.66% from 255 or 30.48% from 607); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7B9 is #104846. Grayscale: #C8C8C8. Windows color (decimal): -1067079 or 12171247. OLE color: 12171247.
HSL color Cylindrical-coordinate representation of color #EFB7B9: hue angle of 357.86º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB7B9 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 185 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.06 |
| HSL | 357.86º | 0.64% | 0.83% | - |
| HSV(B) | 357.86º | 0.23% | 0.94% | - |
| XYZ | 61.29 | 55.72 | 53.42 | - |
| YUV | 199.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 185 | 0 | 0.23 | 0.23 | 0.06 | 357.86 | 0.64 | 0.83 |
| Hex | EF | B7 | B9 | 0 | 17 | 17 | 6 | 166 | 40 | 53 |
| Octal | 357 | 267 | 271 | 0 | 27 | 27 | 6 | 546 | 100 | 123 |
| Binary | 11101111 | 10110111 | 10111001 | 0 | 10111 | 10111 | 110 | 101100110 | 1000000 | 1010011 |
Color Harmonies of #EFB7B9
Complementary color
Monochromatic Colors of #EFB7B9
Black with #EFB7B9
Text Example
Text Example
White with #EFB7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7B9; }
p { color: rgb(239,183,185); }
H1.HeaderClassName
{
color: #EFB7B9;
}
.AnyTagClassName
{
color: #EFB7B9;
}
</style>
background-color css
<style>
a { background-color: #EFB7B9; }
a { background-color: rgb(239,183,185); }
div.DivClassName
{
background-color: #EFB7B9;
}
.BgClassName
{
background-color: #EFB7B9;
}
</style>
border-color css
<style>
span { border-color: #EFB7B9; }
span { border-color: rgb(239,183,185); }
td.TdClassName
{
border-color: #EFB7B9;
}
.TagClassName
{
border-color: #EFB7B9;
}
</style>