Shades of Azalea #EEB9BD
Tints of Azalea #EEB9BD
RGB
CMYK
RGB Variations
Color information
#EEB9BD (or 0xEEB9BD) is known color: Azalea. HEX triplet: EE, B9 and BD. RGB value is (238,185,189). Sum of RGB (Red+Green+Blue) = 238+185+189=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB9BD is #114642. Grayscale: #C9C9C9. Windows color (decimal): -1132099 or 12433902. OLE color: 12433902.
HSL color Cylindrical-coordinate representation of color #EEB9BD: hue angle of 355.47º 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 #EEB9BD is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 185 | 189 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.07 |
| HSL | 355.47º | 0.61% | 0.83% | - |
| HSV(B) | 355.47º | 0.22% | 0.93% | - |
| XYZ | 61.79 | 56.55 | 55.8 | - |
| YUV | 201.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 185 | 189 | 0 | 0.22 | 0.21 | 0.07 | 355.47 | 0.61 | 0.83 |
| Hex | EE | B9 | BD | 0 | 16 | 15 | 7 | 163 | 3D | 53 |
| Octal | 356 | 271 | 275 | 0 | 26 | 25 | 7 | 543 | 75 | 123 |
| Binary | 11101110 | 10111001 | 10111101 | 0 | 10110 | 10101 | 111 | 101100011 | 111101 | 1010011 |
Color Harmonies of #EEB9BD
Complementary color
Monochromatic Colors of #EEB9BD
Black with #EEB9BD
Text Example
Text Example
White with #EEB9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB9BD; }
p { color: rgb(238,185,189); }
H1.HeaderClassName
{
color: #EEB9BD;
}
.AnyTagClassName
{
color: #EEB9BD;
}
</style>
background-color css
<style>
a { background-color: #EEB9BD; }
a { background-color: rgb(238,185,189); }
div.DivClassName
{
background-color: #EEB9BD;
}
.BgClassName
{
background-color: #EEB9BD;
}
</style>
border-color css
<style>
span { border-color: #EEB9BD; }
span { border-color: rgb(238,185,189); }
td.TdClassName
{
border-color: #EEB9BD;
}
.TagClassName
{
border-color: #EEB9BD;
}
</style>