Shades of Azalea #EFBDBE
Tints of Azalea #EFBDBE
RGB
CMYK
RGB Variations
Color information
#EFBDBE (or 0xEFBDBE) is known color: Azalea. HEX triplet: EF, BD and BE. RGB value is (239,189,190). Sum of RGB (Red+Green+Blue) = 239+189+190=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBDBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBDBE is #104241. Grayscale: #CCCCCC. Windows color (decimal): -1065538 or 12500463. OLE color: 12500463.
HSL color Cylindrical-coordinate representation of color #EFBDBE: hue angle of 358.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBDBE is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 189 | 190 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.06 |
| HSL | 358.8º | 0.61% | 0.84% | - |
| HSV(B) | 358.8º | 0.21% | 0.94% | - |
| XYZ | 63.09 | 58.46 | 56.67 | - |
| YUV | 204.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 189 | 190 | 0 | 0.21 | 0.21 | 0.06 | 358.8 | 0.61 | 0.84 |
| Hex | EF | BD | BE | 0 | 15 | 15 | 6 | 167 | 3D | 54 |
| Octal | 357 | 275 | 276 | 0 | 25 | 25 | 6 | 547 | 75 | 124 |
| Binary | 11101111 | 10111101 | 10111110 | 0 | 10101 | 10101 | 110 | 101100111 | 111101 | 1010100 |
Color Harmonies of #EFBDBE
Complementary color
Monochromatic Colors of #EFBDBE
Black with #EFBDBE
Text Example
Text Example
White with #EFBDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBDBE; }
p { color: rgb(239,189,190); }
H1.HeaderClassName
{
color: #EFBDBE;
}
.AnyTagClassName
{
color: #EFBDBE;
}
</style>
background-color css
<style>
a { background-color: #EFBDBE; }
a { background-color: rgb(239,189,190); }
div.DivClassName
{
background-color: #EFBDBE;
}
.BgClassName
{
background-color: #EFBDBE;
}
</style>
border-color css
<style>
span { border-color: #EFBDBE; }
span { border-color: rgb(239,189,190); }
td.TdClassName
{
border-color: #EFBDBE;
}
.TagClassName
{
border-color: #EFBDBE;
}
</style>