Shades of Azalea #EFB7BE
Tints of Azalea #EFB7BE
RGB
CMYK
RGB Variations
Color information
#EFB7BE (or 0xEFB7BE) is known color: Azalea. HEX triplet: EF, B7 and BE. RGB value is (239,183,190). Sum of RGB (Red+Green+Blue) = 239+183+190=612 (81% of max value = 765). Red value is 239 (93.75% from 255 or 39.05% from 612); Green value is 183 (71.88% from 255 or 29.90% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7BE is #104841. Grayscale: #C8C8C8. Windows color (decimal): -1067074 or 12498927. OLE color: 12498927.
HSL color Cylindrical-coordinate representation of color #EFB7BE: hue angle of 352.5º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EFB7BE is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 190 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.06 |
| HSL | 352.5º | 0.64% | 0.83% | - |
| HSV(B) | 352.5º | 0.23% | 0.94% | - |
| XYZ | 61.82 | 55.94 | 56.25 | - |
| YUV | 200.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 190 | 0 | 0.23 | 0.21 | 0.06 | 352.5 | 0.64 | 0.83 |
| Hex | EF | B7 | BE | 0 | 17 | 15 | 6 | 160 | 40 | 53 |
| Octal | 357 | 267 | 276 | 0 | 27 | 25 | 6 | 540 | 100 | 123 |
| Binary | 11101111 | 10110111 | 10111110 | 0 | 10111 | 10101 | 110 | 101100000 | 1000000 | 1010011 |
Color Harmonies of #EFB7BE
Complementary color
Monochromatic Colors of #EFB7BE
Black with #EFB7BE
Text Example
Text Example
White with #EFB7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7BE; }
p { color: rgb(239,183,190); }
H1.HeaderClassName
{
color: #EFB7BE;
}
.AnyTagClassName
{
color: #EFB7BE;
}
</style>
background-color css
<style>
a { background-color: #EFB7BE; }
a { background-color: rgb(239,183,190); }
div.DivClassName
{
background-color: #EFB7BE;
}
.BgClassName
{
background-color: #EFB7BE;
}
</style>
border-color css
<style>
span { border-color: #EFB7BE; }
span { border-color: rgb(239,183,190); }
td.TdClassName
{
border-color: #EFB7BE;
}
.TagClassName
{
border-color: #EFB7BE;
}
</style>