Shades of Azalea #EFB6BC
Tints of Azalea #EFB6BC
RGB
CMYK
RGB Variations
Color information
#EFB6BC (or 0xEFB6BC) is known color: Azalea. HEX triplet: EF, B6 and BC. RGB value is (239,182,188). Sum of RGB (Red+Green+Blue) = 239+182+188=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 182 (71.48% from 255 or 29.89% from 609); Blue value is 188 (73.83% from 255 or 30.87% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB6BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB6BC is #104943. Grayscale: #C7C7C7. Windows color (decimal): -1067332 or 12367599. OLE color: 12367599.
HSL color Cylindrical-coordinate representation of color #EFB6BC: hue angle of 353.68º 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 #EFB6BC is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 182 | 188 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.06 |
| HSL | 353.68º | 0.64% | 0.83% | - |
| HSV(B) | 353.68º | 0.24% | 0.94% | - |
| XYZ | 61.4 | 55.44 | 55.04 | - |
| YUV | 199.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 182 | 188 | 0 | 0.24 | 0.21 | 0.06 | 353.68 | 0.64 | 0.83 |
| Hex | EF | B6 | BC | 0 | 18 | 15 | 6 | 162 | 40 | 53 |
| Octal | 357 | 266 | 274 | 0 | 30 | 25 | 6 | 542 | 100 | 123 |
| Binary | 11101111 | 10110110 | 10111100 | 0 | 11000 | 10101 | 110 | 101100010 | 1000000 | 1010011 |
Color Harmonies of #EFB6BC
Complementary color
Monochromatic Colors of #EFB6BC
Black with #EFB6BC
Text Example
Text Example
White with #EFB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB6BC; }
p { color: rgb(239,182,188); }
H1.HeaderClassName
{
color: #EFB6BC;
}
.AnyTagClassName
{
color: #EFB6BC;
}
</style>
background-color css
<style>
a { background-color: #EFB6BC; }
a { background-color: rgb(239,182,188); }
div.DivClassName
{
background-color: #EFB6BC;
}
.BgClassName
{
background-color: #EFB6BC;
}
</style>
border-color css
<style>
span { border-color: #EFB6BC; }
span { border-color: rgb(239,182,188); }
td.TdClassName
{
border-color: #EFB6BC;
}
.TagClassName
{
border-color: #EFB6BC;
}
</style>