Shades of Azalea #E9BCC0
Tints of Azalea #E9BCC0
RGB
CMYK
RGB Variations
Color information
#E9BCC0 (or 0xE9BCC0) is known color: Azalea. HEX triplet: E9, BC and C0. RGB value is (233,188,192). Sum of RGB (Red+Green+Blue) = 233+188+192=613 (81% of max value = 765). Red value is 233 (91.41% from 255 or 38.01% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 192 (75.39% from 255 or 31.32% from 613); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BCC0 is #16433F. Grayscale: #C9C9C9. Windows color (decimal): -1459008 or 12631273. OLE color: 12631273.
HSL color Cylindrical-coordinate representation of color #E9BCC0: hue angle of 354.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9BCC0 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 192 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.09 |
| HSL | 354.67º | 0.51% | 0.83% | - |
| HSV(B) | 354.67º | 0.19% | 0.91% | - |
| XYZ | 61.1 | 57.1 | 57.67 | - |
| YUV | 201.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 192 | 0 | 0.19 | 0.18 | 0.09 | 354.67 | 0.51 | 0.83 |
| Hex | E9 | BC | C0 | 0 | 13 | 12 | 9 | 163 | 33 | 53 |
| Octal | 351 | 274 | 300 | 0 | 23 | 22 | 11 | 543 | 63 | 123 |
| Binary | 11101001 | 10111100 | 11000000 | 0 | 10011 | 10010 | 1001 | 101100011 | 110011 | 1010011 |
Color Harmonies of #E9BCC0
Complementary color
Monochromatic Colors of #E9BCC0
Black with #E9BCC0
Text Example
Text Example
White with #E9BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BCC0; }
p { color: rgb(233,188,192); }
H1.HeaderClassName
{
color: #E9BCC0;
}
.AnyTagClassName
{
color: #E9BCC0;
}
</style>
background-color css
<style>
a { background-color: #E9BCC0; }
a { background-color: rgb(233,188,192); }
div.DivClassName
{
background-color: #E9BCC0;
}
.BgClassName
{
background-color: #E9BCC0;
}
</style>
border-color css
<style>
span { border-color: #E9BCC0; }
span { border-color: rgb(233,188,192); }
td.TdClassName
{
border-color: #E9BCC0;
}
.TagClassName
{
border-color: #E9BCC0;
}
</style>