Shades of Azalea #EFBEC0
Tints of Azalea #EFBEC0
RGB
CMYK
RGB Variations
Color information
#EFBEC0 (or 0xEFBEC0) is known color: Azalea. HEX triplet: EF, BE and C0. RGB value is (239,190,192). Sum of RGB (Red+Green+Blue) = 239+190+192=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 192 (75.39% from 255 or 30.92% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEC0 is #10413F. Grayscale: #CCCCCC. Windows color (decimal): -1065280 or 12631791. OLE color: 12631791.
HSL color Cylindrical-coordinate representation of color #EFBEC0: hue angle of 357.55º degrees, saturation: 0.6, 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 #EFBEC0 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 192 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.06 |
| HSL | 357.55º | 0.6% | 0.84% | - |
| HSV(B) | 357.55º | 0.21% | 0.94% | - |
| XYZ | 63.52 | 58.98 | 57.91 | - |
| YUV | 204.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 192 | 0 | 0.21 | 0.20 | 0.06 | 357.55 | 0.6 | 0.84 |
| Hex | EF | BE | C0 | 0 | 15 | 14 | 6 | 166 | 3C | 54 |
| Octal | 357 | 276 | 300 | 0 | 25 | 24 | 6 | 546 | 74 | 124 |
| Binary | 11101111 | 10111110 | 11000000 | 0 | 10101 | 10100 | 110 | 101100110 | 111100 | 1010100 |
Color Harmonies of #EFBEC0
Complementary color
Monochromatic Colors of #EFBEC0
Black with #EFBEC0
Text Example
Text Example
White with #EFBEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBEC0; }
p { color: rgb(239,190,192); }
H1.HeaderClassName
{
color: #EFBEC0;
}
.AnyTagClassName
{
color: #EFBEC0;
}
</style>
background-color css
<style>
a { background-color: #EFBEC0; }
a { background-color: rgb(239,190,192); }
div.DivClassName
{
background-color: #EFBEC0;
}
.BgClassName
{
background-color: #EFBEC0;
}
</style>
border-color css
<style>
span { border-color: #EFBEC0; }
span { border-color: rgb(239,190,192); }
td.TdClassName
{
border-color: #EFBEC0;
}
.TagClassName
{
border-color: #EFBEC0;
}
</style>