Shades of Azalea #E9C7C9
Tints of Azalea #E9C7C9
RGB
CMYK
RGB Variations
Color information
#E9C7C9 (or 0xE9C7C9) is known color: Azalea. HEX triplet: E9, C7 and C9. RGB value is (233,199,201). Sum of RGB (Red+Green+Blue) = 233+199+201=633 (83% of max value = 765). Red value is 233 (91.41% from 255 or 36.81% from 633); Green value is 199 (78.12% from 255 or 31.44% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C7C9 is #163836. Grayscale: #D1D1D1. Windows color (decimal): -1456183 or 13223913. OLE color: 13223913.
HSL color Cylindrical-coordinate representation of color #E9C7C9: hue angle of 356.47º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E9C7C9 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 199 | 201 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.09 |
| HSL | 356.47º | 0.44% | 0.85% | - |
| HSV(B) | 356.47º | 0.15% | 0.91% | - |
| XYZ | 64.57 | 62.39 | 63.9 | - |
| YUV | 209.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 199 | 201 | 0 | 0.15 | 0.14 | 0.09 | 356.47 | 0.44 | 0.85 |
| Hex | E9 | C7 | C9 | 0 | F | E | 9 | 164 | 2C | 55 |
| Octal | 351 | 307 | 311 | 0 | 17 | 16 | 11 | 544 | 54 | 125 |
| Binary | 11101001 | 11000111 | 11001001 | 0 | 1111 | 1110 | 1001 | 101100100 | 101100 | 1010101 |
Color Harmonies of #E9C7C9
Complementary color
Monochromatic Colors of #E9C7C9
Black with #E9C7C9
Text Example
Text Example
White with #E9C7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C7C9; }
p { color: rgb(233,199,201); }
H1.HeaderClassName
{
color: #E9C7C9;
}
.AnyTagClassName
{
color: #E9C7C9;
}
</style>
background-color css
<style>
a { background-color: #E9C7C9; }
a { background-color: rgb(233,199,201); }
div.DivClassName
{
background-color: #E9C7C9;
}
.BgClassName
{
background-color: #E9C7C9;
}
</style>
border-color css
<style>
span { border-color: #E9C7C9; }
span { border-color: rgb(233,199,201); }
td.TdClassName
{
border-color: #E9C7C9;
}
.TagClassName
{
border-color: #E9C7C9;
}
</style>