Shades of Azalea #EFB7BD
Tints of Azalea #EFB7BD
RGB
CMYK
RGB Variations
Color information
#EFB7BD (or 0xEFB7BD) is known color: Azalea. HEX triplet: EF, B7 and BD. RGB value is (239,183,189). Sum of RGB (Red+Green+Blue) = 239+183+189=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB7BD is #104842. Grayscale: #C8C8C8. Windows color (decimal): -1067075 or 12433391. OLE color: 12433391.
HSL color Cylindrical-coordinate representation of color #EFB7BD: hue angle of 353.57º 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 #EFB7BD is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 183 | 189 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.06 |
| HSL | 353.57º | 0.64% | 0.83% | - |
| HSV(B) | 353.57º | 0.23% | 0.94% | - |
| XYZ | 61.72 | 55.89 | 55.68 | - |
| YUV | 200.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 183 | 189 | 0 | 0.23 | 0.21 | 0.06 | 353.57 | 0.64 | 0.83 |
| Hex | EF | B7 | BD | 0 | 17 | 15 | 6 | 162 | 40 | 53 |
| Octal | 357 | 267 | 275 | 0 | 27 | 25 | 6 | 542 | 100 | 123 |
| Binary | 11101111 | 10110111 | 10111101 | 0 | 10111 | 10101 | 110 | 101100010 | 1000000 | 1010011 |
Color Harmonies of #EFB7BD
Complementary color
Monochromatic Colors of #EFB7BD
Black with #EFB7BD
Text Example
Text Example
White with #EFB7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB7BD; }
p { color: rgb(239,183,189); }
H1.HeaderClassName
{
color: #EFB7BD;
}
.AnyTagClassName
{
color: #EFB7BD;
}
</style>
background-color css
<style>
a { background-color: #EFB7BD; }
a { background-color: rgb(239,183,189); }
div.DivClassName
{
background-color: #EFB7BD;
}
.BgClassName
{
background-color: #EFB7BD;
}
</style>
border-color css
<style>
span { border-color: #EFB7BD; }
span { border-color: rgb(239,183,189); }
td.TdClassName
{
border-color: #EFB7BD;
}
.TagClassName
{
border-color: #EFB7BD;
}
</style>