Shades of Azalea #EFBCC0
Tints of Azalea #EFBCC0
RGB
CMYK
RGB Variations
Color information
#EFBCC0 (or 0xEFBCC0) is known color: Azalea. HEX triplet: EF, BC and C0. RGB value is (239,188,192). Sum of RGB (Red+Green+Blue) = 239+188+192=619 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.61% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCC0 is #10433F. Grayscale: #CBCBCB. Windows color (decimal): -1065792 or 12631279. OLE color: 12631279.
HSL color Cylindrical-coordinate representation of color #EFBCC0: hue angle of 355.29º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBCC0 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 188 | 192 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.06 |
| HSL | 355.29º | 0.61% | 0.84% | - |
| HSV(B) | 355.29º | 0.21% | 0.94% | - |
| XYZ | 63.09 | 58.12 | 57.76 | - |
| YUV | 203.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 188 | 192 | 0 | 0.21 | 0.20 | 0.06 | 355.29 | 0.61 | 0.84 |
| Hex | EF | BC | C0 | 0 | 15 | 14 | 6 | 163 | 3D | 54 |
| Octal | 357 | 274 | 300 | 0 | 25 | 24 | 6 | 543 | 75 | 124 |
| Binary | 11101111 | 10111100 | 11000000 | 0 | 10101 | 10100 | 110 | 101100011 | 111101 | 1010100 |
Color Harmonies of #EFBCC0
Complementary color
Monochromatic Colors of #EFBCC0
Black with #EFBCC0
Text Example
Text Example
White with #EFBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBCC0; }
p { color: rgb(239,188,192); }
H1.HeaderClassName
{
color: #EFBCC0;
}
.AnyTagClassName
{
color: #EFBCC0;
}
</style>
background-color css
<style>
a { background-color: #EFBCC0; }
a { background-color: rgb(239,188,192); }
div.DivClassName
{
background-color: #EFBCC0;
}
.BgClassName
{
background-color: #EFBCC0;
}
</style>
border-color css
<style>
span { border-color: #EFBCC0; }
span { border-color: rgb(239,188,192); }
td.TdClassName
{
border-color: #EFBCC0;
}
.TagClassName
{
border-color: #EFBCC0;
}
</style>