Shades of Azalea #EEB9BC
Tints of Azalea #EEB9BC
RGB
CMYK
RGB Variations
Color information
#EEB9BC (or 0xEEB9BC) is known color: Azalea. HEX triplet: EE, B9 and BC. RGB value is (238,185,188). Sum of RGB (Red+Green+Blue) = 238+185+188=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9BC is #114643. Grayscale: #C9C9C9. Windows color (decimal): -1132100 or 12368366. OLE color: 12368366.
HSL color Cylindrical-coordinate representation of color #EEB9BC: hue angle of 356.6º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEB9BC is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 188 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.07 |
| HSL | 356.6º | 0.61% | 0.83% | - |
| HSV(B) | 356.6º | 0.22% | 0.93% | - |
| XYZ | 61.69 | 56.51 | 55.23 | - |
| YUV | 201.19 | 120.56 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 188 | 0 | 0.22 | 0.21 | 0.07 | 356.6 | 0.61 | 0.83 |
| Hex | EE | B9 | BC | 0 | 16 | 15 | 7 | 165 | 3D | 53 |
| Octal | 356 | 271 | 274 | 0 | 26 | 25 | 7 | 545 | 75 | 123 |
| Binary | 11101110 | 10111001 | 10111100 | 0 | 10110 | 10101 | 111 | 101100101 | 111101 | 1010011 |
Color Harmonies of #EEB9BC
Complementary color
Monochromatic Colors of #EEB9BC
Black with #EEB9BC
Text Example
Text Example
White with #EEB9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB9BC; }
p { color: rgb(238,185,188); }
H1.HeaderClassName
{
color: #EEB9BC;
}
.AnyTagClassName
{
color: #EEB9BC;
}
</style>
background-color css
<style>
a { background-color: #EEB9BC; }
a { background-color: rgb(238,185,188); }
div.DivClassName
{
background-color: #EEB9BC;
}
.BgClassName
{
background-color: #EEB9BC;
}
</style>
border-color css
<style>
span { border-color: #EEB9BC; }
span { border-color: rgb(238,185,188); }
td.TdClassName
{
border-color: #EEB9BC;
}
.TagClassName
{
border-color: #EEB9BC;
}
</style>