Shades of Azalea #EFBAC1
Tints of Azalea #EFBAC1
RGB
CMYK
RGB Variations
Color information
#EFBAC1 (or 0xEFBAC1) is known color: Azalea. HEX triplet: EF, BA and C1. RGB value is (239,186,193). Sum of RGB (Red+Green+Blue) = 239+186+193=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 186 (73.05% from 255 or 30.10% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBAC1 is #10453E. Grayscale: #CACACA. Windows color (decimal): -1066303 or 12696303. OLE color: 12696303.
HSL color Cylindrical-coordinate representation of color #EFBAC1: hue angle of 352.08º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EFBAC1 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 193 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.06 |
| HSL | 352.08º | 0.62% | 0.83% | - |
| HSV(B) | 352.08º | 0.22% | 0.94% | - |
| XYZ | 62.78 | 57.32 | 58.21 | - |
| YUV | 202.65 | 122.56 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 193 | 0 | 0.22 | 0.19 | 0.06 | 352.08 | 0.62 | 0.83 |
| Hex | EF | BA | C1 | 0 | 16 | 13 | 6 | 160 | 3E | 53 |
| Octal | 357 | 272 | 301 | 0 | 26 | 23 | 6 | 540 | 76 | 123 |
| Binary | 11101111 | 10111010 | 11000001 | 0 | 10110 | 10011 | 110 | 101100000 | 111110 | 1010011 |
Color Harmonies of #EFBAC1
Complementary color
Monochromatic Colors of #EFBAC1
Black with #EFBAC1
Text Example
Text Example
White with #EFBAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBAC1; }
p { color: rgb(239,186,193); }
H1.HeaderClassName
{
color: #EFBAC1;
}
.AnyTagClassName
{
color: #EFBAC1;
}
</style>
background-color css
<style>
a { background-color: #EFBAC1; }
a { background-color: rgb(239,186,193); }
div.DivClassName
{
background-color: #EFBAC1;
}
.BgClassName
{
background-color: #EFBAC1;
}
</style>
border-color css
<style>
span { border-color: #EFBAC1; }
span { border-color: rgb(239,186,193); }
td.TdClassName
{
border-color: #EFBAC1;
}
.TagClassName
{
border-color: #EFBAC1;
}
</style>