Shades of Azalea #EFBFC4
Tints of Azalea #EFBFC4
RGB
CMYK
RGB Variations
Color information
#EFBFC4 (or 0xEFBFC4) is known color: Azalea. HEX triplet: EF, BF and C4. RGB value is (239,191,196). Sum of RGB (Red+Green+Blue) = 239+191+196=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBFC4 is #10403B. Grayscale: #CDCDCD. Windows color (decimal): -1065020 or 12894191. OLE color: 12894191.
HSL color Cylindrical-coordinate representation of color #EFBFC4: hue angle of 353.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 #EFBFC4 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 191 | 196 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.06 |
| HSL | 353.75º | 0.6% | 0.84% | - |
| HSV(B) | 353.75º | 0.2% | 0.94% | - |
| XYZ | 64.19 | 59.6 | 60.34 | - |
| YUV | 205.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 191 | 196 | 0 | 0.20 | 0.18 | 0.06 | 353.75 | 0.6 | 0.84 |
| Hex | EF | BF | C4 | 0 | 14 | 12 | 6 | 162 | 3C | 54 |
| Octal | 357 | 277 | 304 | 0 | 24 | 22 | 6 | 542 | 74 | 124 |
| Binary | 11101111 | 10111111 | 11000100 | 0 | 10100 | 10010 | 110 | 101100010 | 111100 | 1010100 |
Color Harmonies of #EFBFC4
Complementary color
Monochromatic Colors of #EFBFC4
Black with #EFBFC4
Text Example
Text Example
White with #EFBFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBFC4; }
p { color: rgb(239,191,196); }
H1.HeaderClassName
{
color: #EFBFC4;
}
.AnyTagClassName
{
color: #EFBFC4;
}
</style>
background-color css
<style>
a { background-color: #EFBFC4; }
a { background-color: rgb(239,191,196); }
div.DivClassName
{
background-color: #EFBFC4;
}
.BgClassName
{
background-color: #EFBFC4;
}
</style>
border-color css
<style>
span { border-color: #EFBFC4; }
span { border-color: rgb(239,191,196); }
td.TdClassName
{
border-color: #EFBFC4;
}
.TagClassName
{
border-color: #EFBFC4;
}
</style>