Shades of Azalea #EEBBBF
Tints of Azalea #EEBBBF
RGB
CMYK
RGB Variations
Color information
#EEBBBF (or 0xEEBBBF) is known color: Azalea. HEX triplet: EE, BB and BF. RGB value is (238,187,191). Sum of RGB (Red+Green+Blue) = 238+187+191=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 191 (75% from 255 or 31.01% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBBF is #114440. Grayscale: #CACACA. Windows color (decimal): -1131585 or 12565486. OLE color: 12565486.
HSL color Cylindrical-coordinate representation of color #EEBBBF: hue angle of 355.29º 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 #EEBBBF is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 191 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.07 |
| HSL | 355.29º | 0.6% | 0.83% | - |
| HSV(B) | 355.29º | 0.21% | 0.93% | - |
| XYZ | 62.43 | 57.48 | 57.09 | - |
| YUV | 202.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 191 | 0 | 0.21 | 0.20 | 0.07 | 355.29 | 0.6 | 0.83 |
| Hex | EE | BB | BF | 0 | 15 | 14 | 7 | 163 | 3C | 53 |
| Octal | 356 | 273 | 277 | 0 | 25 | 24 | 7 | 543 | 74 | 123 |
| Binary | 11101110 | 10111011 | 10111111 | 0 | 10101 | 10100 | 111 | 101100011 | 111100 | 1010011 |
Color Harmonies of #EEBBBF
Complementary color
Monochromatic Colors of #EEBBBF
Black with #EEBBBF
Text Example
Text Example
White with #EEBBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBBF; }
p { color: rgb(238,187,191); }
H1.HeaderClassName
{
color: #EEBBBF;
}
.AnyTagClassName
{
color: #EEBBBF;
}
</style>
background-color css
<style>
a { background-color: #EEBBBF; }
a { background-color: rgb(238,187,191); }
div.DivClassName
{
background-color: #EEBBBF;
}
.BgClassName
{
background-color: #EEBBBF;
}
</style>
border-color css
<style>
span { border-color: #EEBBBF; }
span { border-color: rgb(238,187,191); }
td.TdClassName
{
border-color: #EEBBBF;
}
.TagClassName
{
border-color: #EEBBBF;
}
</style>