Shades of Azalea #EEBBBD
Tints of Azalea #EEBBBD
RGB
CMYK
RGB Variations
Color information
#EEBBBD (or 0xEEBBBD) is known color: Azalea. HEX triplet: EE, BB and BD. RGB value is (238,187,189). Sum of RGB (Red+Green+Blue) = 238+187+189=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBBD is #114442. Grayscale: #CACACA. Windows color (decimal): -1131587 or 12434414. OLE color: 12434414.
HSL color Cylindrical-coordinate representation of color #EEBBBD: hue angle of 357.65º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBBBD is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 189 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.07 |
| HSL | 357.65º | 0.6% | 0.83% | - |
| HSV(B) | 357.65º | 0.21% | 0.93% | - |
| XYZ | 62.22 | 57.39 | 55.94 | - |
| YUV | 202.48 | 120.4 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 189 | 0 | 0.21 | 0.21 | 0.07 | 357.65 | 0.6 | 0.83 |
| Hex | EE | BB | BD | 0 | 15 | 15 | 7 | 166 | 3C | 53 |
| Octal | 356 | 273 | 275 | 0 | 25 | 25 | 7 | 546 | 74 | 123 |
| Binary | 11101110 | 10111011 | 10111101 | 0 | 10101 | 10101 | 111 | 101100110 | 111100 | 1010011 |
Color Harmonies of #EEBBBD
Complementary color
Monochromatic Colors of #EEBBBD
Black with #EEBBBD
Text Example
Text Example
White with #EEBBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBBD; }
p { color: rgb(238,187,189); }
H1.HeaderClassName
{
color: #EEBBBD;
}
.AnyTagClassName
{
color: #EEBBBD;
}
</style>
background-color css
<style>
a { background-color: #EEBBBD; }
a { background-color: rgb(238,187,189); }
div.DivClassName
{
background-color: #EEBBBD;
}
.BgClassName
{
background-color: #EEBBBD;
}
</style>
border-color css
<style>
span { border-color: #EEBBBD; }
span { border-color: rgb(238,187,189); }
td.TdClassName
{
border-color: #EEBBBD;
}
.TagClassName
{
border-color: #EEBBBD;
}
</style>