Shades of Azalea #EEB8BD
Tints of Azalea #EEB8BD
RGB
CMYK
RGB Variations
Color information
#EEB8BD (or 0xEEB8BD) is known color: Azalea. HEX triplet: EE, B8 and BD. RGB value is (238,184,189). Sum of RGB (Red+Green+Blue) = 238+184+189=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 189 (74.22% from 255 or 30.93% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB8BD is #114742. Grayscale: #C8C8C8. Windows color (decimal): -1132355 or 12433646. OLE color: 12433646.
HSL color Cylindrical-coordinate representation of color #EEB8BD: hue angle of 354.44º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEB8BD is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 189 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.07 |
| HSL | 354.44º | 0.61% | 0.83% | - |
| HSV(B) | 354.44º | 0.23% | 0.93% | - |
| XYZ | 61.59 | 56.13 | 55.73 | - |
| YUV | 200.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 189 | 0 | 0.23 | 0.21 | 0.07 | 354.44 | 0.61 | 0.83 |
| Hex | EE | B8 | BD | 0 | 17 | 15 | 7 | 162 | 3D | 53 |
| Octal | 356 | 270 | 275 | 0 | 27 | 25 | 7 | 542 | 75 | 123 |
| Binary | 11101110 | 10111000 | 10111101 | 0 | 10111 | 10101 | 111 | 101100010 | 111101 | 1010011 |
Color Harmonies of #EEB8BD
Complementary color
Monochromatic Colors of #EEB8BD
Black with #EEB8BD
Text Example
Text Example
White with #EEB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB8BD; }
p { color: rgb(238,184,189); }
H1.HeaderClassName
{
color: #EEB8BD;
}
.AnyTagClassName
{
color: #EEB8BD;
}
</style>
background-color css
<style>
a { background-color: #EEB8BD; }
a { background-color: rgb(238,184,189); }
div.DivClassName
{
background-color: #EEB8BD;
}
.BgClassName
{
background-color: #EEB8BD;
}
</style>
border-color css
<style>
span { border-color: #EEB8BD; }
span { border-color: rgb(238,184,189); }
td.TdClassName
{
border-color: #EEB8BD;
}
.TagClassName
{
border-color: #EEB8BD;
}
</style>