Shades of Azalea #EFBBBF
Tints of Azalea #EFBBBF
RGB
CMYK
RGB Variations
Color information
#EFBBBF (or 0xEFBBBF) is known color: Azalea. HEX triplet: EF, BB and BF. RGB value is (239,187,191). Sum of RGB (Red+Green+Blue) = 239+187+191=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBBBF is #104440. Grayscale: #CBCBCB. Windows color (decimal): -1066049 or 12565487. OLE color: 12565487.
HSL color Cylindrical-coordinate representation of color #EFBBBF: hue angle of 355.38º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBBBF is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 187 | 191 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.06 |
| HSL | 355.38º | 0.62% | 0.84% | - |
| HSV(B) | 355.38º | 0.22% | 0.94% | - |
| XYZ | 62.77 | 57.65 | 57.11 | - |
| YUV | 203 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 187 | 191 | 0 | 0.22 | 0.20 | 0.06 | 355.38 | 0.62 | 0.84 |
| Hex | EF | BB | BF | 0 | 16 | 14 | 6 | 163 | 3E | 54 |
| Octal | 357 | 273 | 277 | 0 | 26 | 24 | 6 | 543 | 76 | 124 |
| Binary | 11101111 | 10111011 | 10111111 | 0 | 10110 | 10100 | 110 | 101100011 | 111110 | 1010100 |
Color Harmonies of #EFBBBF
Complementary color
Monochromatic Colors of #EFBBBF
Black with #EFBBBF
Text Example
Text Example
White with #EFBBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBBBF; }
p { color: rgb(239,187,191); }
H1.HeaderClassName
{
color: #EFBBBF;
}
.AnyTagClassName
{
color: #EFBBBF;
}
</style>
background-color css
<style>
a { background-color: #EFBBBF; }
a { background-color: rgb(239,187,191); }
div.DivClassName
{
background-color: #EFBBBF;
}
.BgClassName
{
background-color: #EFBBBF;
}
</style>
border-color css
<style>
span { border-color: #EFBBBF; }
span { border-color: rgb(239,187,191); }
td.TdClassName
{
border-color: #EFBBBF;
}
.TagClassName
{
border-color: #EFBBBF;
}
</style>