Shades of Azalea #E7C7C9
Tints of Azalea #E7C7C9
RGB
CMYK
RGB Variations
Color information
#E7C7C9 (or 0xE7C7C9) is known color: Azalea. HEX triplet: E7, C7 and C9. RGB value is (231,199,201). Sum of RGB (Red+Green+Blue) = 231+199+201=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C7C9 is #183836. Grayscale: #D0D0D0. Windows color (decimal): -1587255 or 13223911. OLE color: 13223911.
HSL color Cylindrical-coordinate representation of color #E7C7C9: hue angle of 356.25º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E7C7C9 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 199 | 201 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.09 |
| HSL | 356.25º | 0.4% | 0.84% | - |
| HSV(B) | 356.25º | 0.14% | 0.91% | - |
| XYZ | 63.92 | 62.05 | 63.87 | - |
| YUV | 208.8 | 123.6 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 199 | 201 | 0 | 0.14 | 0.13 | 0.09 | 356.25 | 0.4 | 0.84 |
| Hex | E7 | C7 | C9 | 0 | E | D | 9 | 164 | 28 | 54 |
| Octal | 347 | 307 | 311 | 0 | 16 | 15 | 11 | 544 | 50 | 124 |
| Binary | 11100111 | 11000111 | 11001001 | 0 | 1110 | 1101 | 1001 | 101100100 | 101000 | 1010100 |
Color Harmonies of #E7C7C9
Complementary color
Monochromatic Colors of #E7C7C9
Black with #E7C7C9
Text Example
Text Example
White with #E7C7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C7C9; }
p { color: rgb(231,199,201); }
H1.HeaderClassName
{
color: #E7C7C9;
}
.AnyTagClassName
{
color: #E7C7C9;
}
</style>
background-color css
<style>
a { background-color: #E7C7C9; }
a { background-color: rgb(231,199,201); }
div.DivClassName
{
background-color: #E7C7C9;
}
.BgClassName
{
background-color: #E7C7C9;
}
</style>
border-color css
<style>
span { border-color: #E7C7C9; }
span { border-color: rgb(231,199,201); }
td.TdClassName
{
border-color: #E7C7C9;
}
.TagClassName
{
border-color: #E7C7C9;
}
</style>