Shades of Azalea #EFB9BF
Tints of Azalea #EFB9BF
RGB
CMYK
RGB Variations
Color information
#EFB9BF (or 0xEFB9BF) is known color: Azalea. HEX triplet: EF, B9 and BF. RGB value is (239,185,191). Sum of RGB (Red+Green+Blue) = 239+185+191=615 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.86% from 615); Green value is 185 (72.66% from 255 or 30.08% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9BF is #104640. Grayscale: #C9C9C9. Windows color (decimal): -1066561 or 12564975. OLE color: 12564975.
HSL color Cylindrical-coordinate representation of color #EFB9BF: hue angle of 353.33º degrees, saturation: 0.63, 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 #EFB9BF is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 191 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.06 |
| HSL | 353.33º | 0.63% | 0.83% | - |
| HSV(B) | 353.33º | 0.23% | 0.94% | - |
| XYZ | 62.35 | 56.81 | 56.97 | - |
| YUV | 201.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 191 | 0 | 0.23 | 0.20 | 0.06 | 353.33 | 0.63 | 0.83 |
| Hex | EF | B9 | BF | 0 | 17 | 14 | 6 | 161 | 3F | 53 |
| Octal | 357 | 271 | 277 | 0 | 27 | 24 | 6 | 541 | 77 | 123 |
| Binary | 11101111 | 10111001 | 10111111 | 0 | 10111 | 10100 | 110 | 101100001 | 111111 | 1010011 |
Color Harmonies of #EFB9BF
Complementary color
Monochromatic Colors of #EFB9BF
Black with #EFB9BF
Text Example
Text Example
White with #EFB9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB9BF; }
p { color: rgb(239,185,191); }
H1.HeaderClassName
{
color: #EFB9BF;
}
.AnyTagClassName
{
color: #EFB9BF;
}
</style>
background-color css
<style>
a { background-color: #EFB9BF; }
a { background-color: rgb(239,185,191); }
div.DivClassName
{
background-color: #EFB9BF;
}
.BgClassName
{
background-color: #EFB9BF;
}
</style>
border-color css
<style>
span { border-color: #EFB9BF; }
span { border-color: rgb(239,185,191); }
td.TdClassName
{
border-color: #EFB9BF;
}
.TagClassName
{
border-color: #EFB9BF;
}
</style>