Shades of Azalea #EFB6BB
Tints of Azalea #EFB6BB
RGB
CMYK
RGB Variations
Color information
#EFB6BB (or 0xEFB6BB) is known color: Azalea. HEX triplet: EF, B6 and BB. RGB value is (239,182,187). Sum of RGB (Red+Green+Blue) = 239+182+187=608 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.31% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 187 (73.44% from 255 or 30.76% from 608); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6BB is #104944. Grayscale: #C7C7C7. Windows color (decimal): -1067333 or 12302063. OLE color: 12302063.
HSL color Cylindrical-coordinate representation of color #EFB6BB: hue angle of 354.74º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EFB6BB is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 187 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.06 |
| HSL | 354.74º | 0.64% | 0.83% | - |
| HSV(B) | 354.74º | 0.24% | 0.94% | - |
| XYZ | 61.29 | 55.39 | 54.48 | - |
| YUV | 199.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 187 | 0 | 0.24 | 0.22 | 0.06 | 354.74 | 0.64 | 0.83 |
| Hex | EF | B6 | BB | 0 | 18 | 16 | 6 | 163 | 40 | 53 |
| Octal | 357 | 266 | 273 | 0 | 30 | 26 | 6 | 543 | 100 | 123 |
| Binary | 11101111 | 10110110 | 10111011 | 0 | 11000 | 10110 | 110 | 101100011 | 1000000 | 1010011 |
Color Harmonies of #EFB6BB
Complementary color
Monochromatic Colors of #EFB6BB
Black with #EFB6BB
Text Example
Text Example
White with #EFB6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6BB; }
p { color: rgb(239,182,187); }
H1.HeaderClassName
{
color: #EFB6BB;
}
.AnyTagClassName
{
color: #EFB6BB;
}
</style>
background-color css
<style>
a { background-color: #EFB6BB; }
a { background-color: rgb(239,182,187); }
div.DivClassName
{
background-color: #EFB6BB;
}
.BgClassName
{
background-color: #EFB6BB;
}
</style>
border-color css
<style>
span { border-color: #EFB6BB; }
span { border-color: rgb(239,182,187); }
td.TdClassName
{
border-color: #EFB6BB;
}
.TagClassName
{
border-color: #EFB6BB;
}
</style>