Shades of Azalea #EFB9BD
Tints of Azalea #EFB9BD
RGB
CMYK
RGB Variations
Color information
#EFB9BD (or 0xEFB9BD) is known color: Azalea. HEX triplet: EF, B9 and BD. RGB value is (239,185,189). Sum of RGB (Red+Green+Blue) = 239+185+189=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB9BD is #104642. Grayscale: #C9C9C9. Windows color (decimal): -1066563 or 12433903. OLE color: 12433903.
HSL color Cylindrical-coordinate representation of color #EFB9BD: hue angle of 355.56º degrees, saturation: 0.63, 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 #EFB9BD is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 185 | 189 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.06 |
| HSL | 355.56º | 0.63% | 0.83% | - |
| HSV(B) | 355.56º | 0.23% | 0.94% | - |
| XYZ | 62.13 | 56.72 | 55.82 | - |
| YUV | 201.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 185 | 189 | 0 | 0.23 | 0.21 | 0.06 | 355.56 | 0.63 | 0.83 |
| Hex | EF | B9 | BD | 0 | 17 | 15 | 6 | 164 | 3F | 53 |
| Octal | 357 | 271 | 275 | 0 | 27 | 25 | 6 | 544 | 77 | 123 |
| Binary | 11101111 | 10111001 | 10111101 | 0 | 10111 | 10101 | 110 | 101100100 | 111111 | 1010011 |
Color Harmonies of #EFB9BD
Complementary color
Monochromatic Colors of #EFB9BD
Black with #EFB9BD
Text Example
Text Example
White with #EFB9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB9BD; }
p { color: rgb(239,185,189); }
H1.HeaderClassName
{
color: #EFB9BD;
}
.AnyTagClassName
{
color: #EFB9BD;
}
</style>
background-color css
<style>
a { background-color: #EFB9BD; }
a { background-color: rgb(239,185,189); }
div.DivClassName
{
background-color: #EFB9BD;
}
.BgClassName
{
background-color: #EFB9BD;
}
</style>
border-color css
<style>
span { border-color: #EFB9BD; }
span { border-color: rgb(239,185,189); }
td.TdClassName
{
border-color: #EFB9BD;
}
.TagClassName
{
border-color: #EFB9BD;
}
</style>