Shades of Azalea #EFBFC0
Tints of Azalea #EFBFC0
RGB
CMYK
RGB Variations
Color information
#EFBFC0 (or 0xEFBFC0) is known color: Azalea. HEX triplet: EF, BF and C0. RGB value is (239,191,192). Sum of RGB (Red+Green+Blue) = 239+191+192=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 192 (75.39% from 255 or 30.87% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFC0 is #10403F. Grayscale: #CDCDCD. Windows color (decimal): -1065024 or 12632047. OLE color: 12632047.
HSL color Cylindrical-coordinate representation of color #EFBFC0: hue angle of 358.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFBFC0 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 192 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.06 |
| HSL | 358.75º | 0.6% | 0.84% | - |
| HSV(B) | 358.75º | 0.2% | 0.94% | - |
| XYZ | 63.74 | 59.42 | 57.98 | - |
| YUV | 205.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 192 | 0 | 0.20 | 0.20 | 0.06 | 358.75 | 0.6 | 0.84 |
| Hex | EF | BF | C0 | 0 | 14 | 14 | 6 | 167 | 3C | 54 |
| Octal | 357 | 277 | 300 | 0 | 24 | 24 | 6 | 547 | 74 | 124 |
| Binary | 11101111 | 10111111 | 11000000 | 0 | 10100 | 10100 | 110 | 101100111 | 111100 | 1010100 |
Color Harmonies of #EFBFC0
Complementary color
Monochromatic Colors of #EFBFC0
Black with #EFBFC0
Text Example
Text Example
White with #EFBFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFC0; }
p { color: rgb(239,191,192); }
H1.HeaderClassName
{
color: #EFBFC0;
}
.AnyTagClassName
{
color: #EFBFC0;
}
</style>
background-color css
<style>
a { background-color: #EFBFC0; }
a { background-color: rgb(239,191,192); }
div.DivClassName
{
background-color: #EFBFC0;
}
.BgClassName
{
background-color: #EFBFC0;
}
</style>
border-color css
<style>
span { border-color: #EFBFC0; }
span { border-color: rgb(239,191,192); }
td.TdClassName
{
border-color: #EFBFC0;
}
.TagClassName
{
border-color: #EFBFC0;
}
</style>