Shades of Azalea #EFB8BE
Tints of Azalea #EFB8BE
RGB
CMYK
RGB Variations
Color information
#EFB8BE (or 0xEFB8BE) is known color: Azalea. HEX triplet: EF, B8 and BE. RGB value is (239,184,190). Sum of RGB (Red+Green+Blue) = 239+184+190=613 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.99% from 613); Green value is 184 (72.27% from 255 or 30.02% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFB8BE is #104741. Grayscale: #C9C9C9. Windows color (decimal): -1066818 or 12499183. OLE color: 12499183.
HSL color Cylindrical-coordinate representation of color #EFB8BE: hue angle of 353.45º 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 #EFB8BE is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 184 | 190 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.06 |
| HSL | 353.45º | 0.63% | 0.83% | - |
| HSV(B) | 353.45º | 0.23% | 0.94% | - |
| XYZ | 62.03 | 56.35 | 56.32 | - |
| YUV | 201.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 184 | 190 | 0 | 0.23 | 0.21 | 0.06 | 353.45 | 0.63 | 0.83 |
| Hex | EF | B8 | BE | 0 | 17 | 15 | 6 | 161 | 3F | 53 |
| Octal | 357 | 270 | 276 | 0 | 27 | 25 | 6 | 541 | 77 | 123 |
| Binary | 11101111 | 10111000 | 10111110 | 0 | 10111 | 10101 | 110 | 101100001 | 111111 | 1010011 |
Color Harmonies of #EFB8BE
Complementary color
Monochromatic Colors of #EFB8BE
Black with #EFB8BE
Text Example
Text Example
White with #EFB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFB8BE; }
p { color: rgb(239,184,190); }
H1.HeaderClassName
{
color: #EFB8BE;
}
.AnyTagClassName
{
color: #EFB8BE;
}
</style>
background-color css
<style>
a { background-color: #EFB8BE; }
a { background-color: rgb(239,184,190); }
div.DivClassName
{
background-color: #EFB8BE;
}
.BgClassName
{
background-color: #EFB8BE;
}
</style>
border-color css
<style>
span { border-color: #EFB8BE; }
span { border-color: rgb(239,184,190); }
td.TdClassName
{
border-color: #EFB8BE;
}
.TagClassName
{
border-color: #EFB8BE;
}
</style>