Shades of Azalea #E8C5C9
Tints of Azalea #E8C5C9
RGB
CMYK
RGB Variations
Color information
#E8C5C9 (or 0xE8C5C9) is known color: Azalea. HEX triplet: E8, C5 and C9. RGB value is (232,197,201). Sum of RGB (Red+Green+Blue) = 232+197+201=630 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.83% from 630); Green value is 197 (77.34% from 255 or 31.27% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C5C9 is #173A36. Grayscale: #CFCFCF. Windows color (decimal): -1522231 or 13223400. OLE color: 13223400.
HSL color Cylindrical-coordinate representation of color #E8C5C9: hue angle of 353.14º degrees, saturation: 0.43, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8C5C9 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 197 | 201 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.09 |
| HSL | 353.14º | 0.43% | 0.84% | - |
| HSV(B) | 353.14º | 0.15% | 0.91% | - |
| XYZ | 63.79 | 61.31 | 63.73 | - |
| YUV | 207.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 197 | 201 | 0 | 0.15 | 0.13 | 0.09 | 353.14 | 0.43 | 0.84 |
| Hex | E8 | C5 | C9 | 0 | F | D | 9 | 161 | 2B | 54 |
| Octal | 350 | 305 | 311 | 0 | 17 | 15 | 11 | 541 | 53 | 124 |
| Binary | 11101000 | 11000101 | 11001001 | 0 | 1111 | 1101 | 1001 | 101100001 | 101011 | 1010100 |
Color Harmonies of #E8C5C9
Complementary color
Monochromatic Colors of #E8C5C9
Black with #E8C5C9
Text Example
Text Example
White with #E8C5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C5C9; }
p { color: rgb(232,197,201); }
H1.HeaderClassName
{
color: #E8C5C9;
}
.AnyTagClassName
{
color: #E8C5C9;
}
</style>
background-color css
<style>
a { background-color: #E8C5C9; }
a { background-color: rgb(232,197,201); }
div.DivClassName
{
background-color: #E8C5C9;
}
.BgClassName
{
background-color: #E8C5C9;
}
</style>
border-color css
<style>
span { border-color: #E8C5C9; }
span { border-color: rgb(232,197,201); }
td.TdClassName
{
border-color: #E8C5C9;
}
.TagClassName
{
border-color: #E8C5C9;
}
</style>