Shades of Azalea #EEBCBD
Tints of Azalea #EEBCBD
RGB
CMYK
RGB Variations
Color information
#EEBCBD (or 0xEEBCBD) is known color: Azalea. HEX triplet: EE, BC and BD. RGB value is (238,188,189). Sum of RGB (Red+Green+Blue) = 238+188+189=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCBD is #114342. Grayscale: #CBCBCB. Windows color (decimal): -1131331 or 12434670. OLE color: 12434670.
HSL color Cylindrical-coordinate representation of color #EEBCBD: hue angle of 358.8º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBCBD is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 189 | - |
| CMYK | 0 | 0.21 | 0.21 | 0.07 |
| HSL | 358.8º | 0.6% | 0.84% | - |
| HSV(B) | 358.8º | 0.21% | 0.93% | - |
| XYZ | 62.43 | 57.82 | 56.01 | - |
| YUV | 203.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 189 | 0 | 0.21 | 0.21 | 0.07 | 358.8 | 0.6 | 0.84 |
| Hex | EE | BC | BD | 0 | 15 | 15 | 7 | 167 | 3C | 54 |
| Octal | 356 | 274 | 275 | 0 | 25 | 25 | 7 | 547 | 74 | 124 |
| Binary | 11101110 | 10111100 | 10111101 | 0 | 10101 | 10101 | 111 | 101100111 | 111100 | 1010100 |
Color Harmonies of #EEBCBD
Complementary color
Monochromatic Colors of #EEBCBD
Black with #EEBCBD
Text Example
Text Example
White with #EEBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCBD; }
p { color: rgb(238,188,189); }
H1.HeaderClassName
{
color: #EEBCBD;
}
.AnyTagClassName
{
color: #EEBCBD;
}
</style>
background-color css
<style>
a { background-color: #EEBCBD; }
a { background-color: rgb(238,188,189); }
div.DivClassName
{
background-color: #EEBCBD;
}
.BgClassName
{
background-color: #EEBCBD;
}
</style>
border-color css
<style>
span { border-color: #EEBCBD; }
span { border-color: rgb(238,188,189); }
td.TdClassName
{
border-color: #EEBCBD;
}
.TagClassName
{
border-color: #EEBCBD;
}
</style>