Shades of Azalea #EFBABC
Tints of Azalea #EFBABC
RGB
CMYK
RGB Variations
Color information
#EFBABC (or 0xEFBABC) is known color: Azalea. HEX triplet: EF, BA and BC. RGB value is (239,186,188). Sum of RGB (Red+Green+Blue) = 239+186+188=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 188 (73.83% from 255 or 30.67% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBABC is #104543. Grayscale: #CACACA. Windows color (decimal): -1066308 or 12368623. OLE color: 12368623.
HSL color Cylindrical-coordinate representation of color #EFBABC: hue angle of 357.74º 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 #EFBABC is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 186 | 188 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.06 |
| HSL | 357.74º | 0.62% | 0.83% | - |
| HSV(B) | 357.74º | 0.22% | 0.94% | - |
| XYZ | 62.23 | 57.1 | 55.32 | - |
| YUV | 202.08 | 120.06 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 186 | 188 | 0 | 0.22 | 0.21 | 0.06 | 357.74 | 0.62 | 0.83 |
| Hex | EF | BA | BC | 0 | 16 | 15 | 6 | 166 | 3E | 53 |
| Octal | 357 | 272 | 274 | 0 | 26 | 25 | 6 | 546 | 76 | 123 |
| Binary | 11101111 | 10111010 | 10111100 | 0 | 10110 | 10101 | 110 | 101100110 | 111110 | 1010011 |
Color Harmonies of #EFBABC
Complementary color
Monochromatic Colors of #EFBABC
Black with #EFBABC
Text Example
Text Example
White with #EFBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBABC; }
p { color: rgb(239,186,188); }
H1.HeaderClassName
{
color: #EFBABC;
}
.AnyTagClassName
{
color: #EFBABC;
}
</style>
background-color css
<style>
a { background-color: #EFBABC; }
a { background-color: rgb(239,186,188); }
div.DivClassName
{
background-color: #EFBABC;
}
.BgClassName
{
background-color: #EFBABC;
}
</style>
border-color css
<style>
span { border-color: #EFBABC; }
span { border-color: rgb(239,186,188); }
td.TdClassName
{
border-color: #EFBABC;
}
.TagClassName
{
border-color: #EFBABC;
}
</style>