Shades of Azalea #E8C6C9
Tints of Azalea #E8C6C9
RGB
CMYK
RGB Variations
Color information
#E8C6C9 (or 0xE8C6C9) is known color: Azalea. HEX triplet: E8, C6 and C9. RGB value is (232,198,201). Sum of RGB (Red+Green+Blue) = 232+198+201=631 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.77% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C6C9 is #173936. Grayscale: #D0D0D0. Windows color (decimal): -1521975 or 13223656. OLE color: 13223656.
HSL color Cylindrical-coordinate representation of color #E8C6C9: hue angle of 354.71º 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 #E8C6C9 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 198 | 201 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.09 |
| HSL | 354.71º | 0.43% | 0.84% | - |
| HSV(B) | 354.71º | 0.15% | 0.91% | - |
| XYZ | 64.02 | 61.76 | 63.81 | - |
| YUV | 208.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 198 | 201 | 0 | 0.15 | 0.13 | 0.09 | 354.71 | 0.43 | 0.84 |
| Hex | E8 | C6 | C9 | 0 | F | D | 9 | 163 | 2A | 54 |
| Octal | 350 | 306 | 311 | 0 | 17 | 15 | 11 | 543 | 52 | 124 |
| Binary | 11101000 | 11000110 | 11001001 | 0 | 1111 | 1101 | 1001 | 101100011 | 101010 | 1010100 |
Color Harmonies of #E8C6C9
Complementary color
Monochromatic Colors of #E8C6C9
Black with #E8C6C9
Text Example
Text Example
White with #E8C6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C6C9; }
p { color: rgb(232,198,201); }
H1.HeaderClassName
{
color: #E8C6C9;
}
.AnyTagClassName
{
color: #E8C6C9;
}
</style>
background-color css
<style>
a { background-color: #E8C6C9; }
a { background-color: rgb(232,198,201); }
div.DivClassName
{
background-color: #E8C6C9;
}
.BgClassName
{
background-color: #E8C6C9;
}
</style>
border-color css
<style>
span { border-color: #E8C6C9; }
span { border-color: rgb(232,198,201); }
td.TdClassName
{
border-color: #E8C6C9;
}
.TagClassName
{
border-color: #E8C6C9;
}
</style>