Shades of Azalea #EEB8BC
Tints of Azalea #EEB8BC
RGB
CMYK
RGB Variations
Color information
#EEB8BC (or 0xEEB8BC) is known color: Azalea. HEX triplet: EE, B8 and BC. RGB value is (238,184,188). Sum of RGB (Red+Green+Blue) = 238+184+188=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEB8BC is #114743. Grayscale: #C8C8C8. Windows color (decimal): -1132356 or 12368110. OLE color: 12368110.
HSL color Cylindrical-coordinate representation of color #EEB8BC: hue angle of 355.56º 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 #EEB8BC is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 184 | 188 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.07 |
| HSL | 355.56º | 0.61% | 0.83% | - |
| HSV(B) | 355.56º | 0.23% | 0.93% | - |
| XYZ | 61.48 | 56.09 | 55.16 | - |
| YUV | 200.6 | 120.89 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 184 | 188 | 0 | 0.23 | 0.21 | 0.07 | 355.56 | 0.61 | 0.83 |
| Hex | EE | B8 | BC | 0 | 17 | 15 | 7 | 164 | 3D | 53 |
| Octal | 356 | 270 | 274 | 0 | 27 | 25 | 7 | 544 | 75 | 123 |
| Binary | 11101110 | 10111000 | 10111100 | 0 | 10111 | 10101 | 111 | 101100100 | 111101 | 1010011 |
Color Harmonies of #EEB8BC
Complementary color
Monochromatic Colors of #EEB8BC
Black with #EEB8BC
Text Example
Text Example
White with #EEB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB8BC; }
p { color: rgb(238,184,188); }
H1.HeaderClassName
{
color: #EEB8BC;
}
.AnyTagClassName
{
color: #EEB8BC;
}
</style>
background-color css
<style>
a { background-color: #EEB8BC; }
a { background-color: rgb(238,184,188); }
div.DivClassName
{
background-color: #EEB8BC;
}
.BgClassName
{
background-color: #EEB8BC;
}
</style>
border-color css
<style>
span { border-color: #EEB8BC; }
span { border-color: rgb(238,184,188); }
td.TdClassName
{
border-color: #EEB8BC;
}
.TagClassName
{
border-color: #EEB8BC;
}
</style>