Shades of Azalea #E8C7C9
Tints of Azalea #E8C7C9
RGB
CMYK
RGB Variations
Color information
#E8C7C9 (or 0xE8C7C9) is known color: Azalea. HEX triplet: E8, C7 and C9. RGB value is (232,199,201). Sum of RGB (Red+Green+Blue) = 232+199+201=632 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.71% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C7C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C7C9 is #173836. Grayscale: #D1D1D1. Windows color (decimal): -1521719 or 13223912. OLE color: 13223912.
HSL color Cylindrical-coordinate representation of color #E8C7C9: hue angle of 356.36º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8C7C9 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 199 | 201 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.09 |
| HSL | 356.36º | 0.42% | 0.85% | - |
| HSV(B) | 356.36º | 0.14% | 0.91% | - |
| XYZ | 64.24 | 62.22 | 63.88 | - |
| YUV | 209.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 199 | 201 | 0 | 0.14 | 0.13 | 0.09 | 356.36 | 0.42 | 0.85 |
| Hex | E8 | C7 | C9 | 0 | E | D | 9 | 164 | 2A | 55 |
| Octal | 350 | 307 | 311 | 0 | 16 | 15 | 11 | 544 | 52 | 125 |
| Binary | 11101000 | 11000111 | 11001001 | 0 | 1110 | 1101 | 1001 | 101100100 | 101010 | 1010101 |
Color Harmonies of #E8C7C9
Complementary color
Monochromatic Colors of #E8C7C9
Black with #E8C7C9
Text Example
Text Example
White with #E8C7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C7C9; }
p { color: rgb(232,199,201); }
H1.HeaderClassName
{
color: #E8C7C9;
}
.AnyTagClassName
{
color: #E8C7C9;
}
</style>
background-color css
<style>
a { background-color: #E8C7C9; }
a { background-color: rgb(232,199,201); }
div.DivClassName
{
background-color: #E8C7C9;
}
.BgClassName
{
background-color: #E8C7C9;
}
</style>
border-color css
<style>
span { border-color: #E8C7C9; }
span { border-color: rgb(232,199,201); }
td.TdClassName
{
border-color: #E8C7C9;
}
.TagClassName
{
border-color: #E8C7C9;
}
</style>