Shades of Azalea #EFB8BB
Tints of Azalea #EFB8BB
RGB
CMYK
RGB Variations
Color information
#EFB8BB (or 0xEFB8BB) is known color: Azalea. HEX triplet: EF, B8 and BB. RGB value is (239,184,187). Sum of RGB (Red+Green+Blue) = 239+184+187=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8BB is #104744. Grayscale: #C8C8C8. Windows color (decimal): -1066821 or 12302575. OLE color: 12302575.
HSL color Cylindrical-coordinate representation of color #EFB8BB: hue angle of 356.73º 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 #EFB8BB is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 187 | - |
| CMYK | 0 | 0.23 | 0.22 | 0.06 |
| HSL | 356.73º | 0.63% | 0.83% | - |
| HSV(B) | 356.73º | 0.23% | 0.94% | - |
| XYZ | 61.71 | 56.22 | 54.61 | - |
| YUV | 200.79 | 120.22 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 187 | 0 | 0.23 | 0.22 | 0.06 | 356.73 | 0.63 | 0.83 |
| Hex | EF | B8 | BB | 0 | 17 | 16 | 6 | 165 | 3F | 53 |
| Octal | 357 | 270 | 273 | 0 | 27 | 26 | 6 | 545 | 77 | 123 |
| Binary | 11101111 | 10111000 | 10111011 | 0 | 10111 | 10110 | 110 | 101100101 | 111111 | 1010011 |
Color Harmonies of #EFB8BB
Complementary color
Monochromatic Colors of #EFB8BB
Black with #EFB8BB
Text Example
Text Example
White with #EFB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8BB; }
p { color: rgb(239,184,187); }
H1.HeaderClassName
{
color: #EFB8BB;
}
.AnyTagClassName
{
color: #EFB8BB;
}
</style>
background-color css
<style>
a { background-color: #EFB8BB; }
a { background-color: rgb(239,184,187); }
div.DivClassName
{
background-color: #EFB8BB;
}
.BgClassName
{
background-color: #EFB8BB;
}
</style>
border-color css
<style>
span { border-color: #EFB8BB; }
span { border-color: rgb(239,184,187); }
td.TdClassName
{
border-color: #EFB8BB;
}
.TagClassName
{
border-color: #EFB8BB;
}
</style>