Shades of Azalea #EFB9BC
Tints of Azalea #EFB9BC
RGB
CMYK
RGB Variations
Color information
#EFB9BC (or 0xEFB9BC) is known color: Azalea. HEX triplet: EF, B9 and BC. RGB value is (239,185,188). Sum of RGB (Red+Green+Blue) = 239+185+188=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9BC is #104643. Grayscale: #C9C9C9. Windows color (decimal): -1066564 or 12368367. OLE color: 12368367.
HSL color Cylindrical-coordinate representation of color #EFB9BC: hue angle of 356.67º 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 #EFB9BC is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 188 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.06 |
| HSL | 356.67º | 0.63% | 0.83% | - |
| HSV(B) | 356.67º | 0.23% | 0.94% | - |
| XYZ | 62.02 | 56.68 | 55.25 | - |
| YUV | 201.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 188 | 0 | 0.23 | 0.21 | 0.06 | 356.67 | 0.63 | 0.83 |
| Hex | EF | B9 | BC | 0 | 17 | 15 | 6 | 165 | 3F | 53 |
| Octal | 357 | 271 | 274 | 0 | 27 | 25 | 6 | 545 | 77 | 123 |
| Binary | 11101111 | 10111001 | 10111100 | 0 | 10111 | 10101 | 110 | 101100101 | 111111 | 1010011 |
Color Harmonies of #EFB9BC
Complementary color
Monochromatic Colors of #EFB9BC
Black with #EFB9BC
Text Example
Text Example
White with #EFB9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB9BC; }
p { color: rgb(239,185,188); }
H1.HeaderClassName
{
color: #EFB9BC;
}
.AnyTagClassName
{
color: #EFB9BC;
}
</style>
background-color css
<style>
a { background-color: #EFB9BC; }
a { background-color: rgb(239,185,188); }
div.DivClassName
{
background-color: #EFB9BC;
}
.BgClassName
{
background-color: #EFB9BC;
}
</style>
border-color css
<style>
span { border-color: #EFB9BC; }
span { border-color: rgb(239,185,188); }
td.TdClassName
{
border-color: #EFB9BC;
}
.TagClassName
{
border-color: #EFB9BC;
}
</style>