Shades of Azalea #E1C6C7
Tints of Azalea #E1C6C7
RGB
CMYK
RGB Variations
Color information
#E1C6C7 (or 0xE1C6C7) is known color: Azalea. HEX triplet: E1, C6 and C7. RGB value is (225,198,199). Sum of RGB (Red+Green+Blue) = 225+198+199=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 198 (77.73% from 255 or 31.83% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C6C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C6C7 is #1E3938. Grayscale: #CECECE. Windows color (decimal): -1980729 or 13092577. OLE color: 13092577.
HSL color Cylindrical-coordinate representation of color #E1C6C7: hue angle of 357.78º degrees, saturation: 0.31, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1C6C7 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 198 | 199 | - |
| CMYK | 0 | 0.12 | 0.12 | 0.12 |
| HSL | 357.78º | 0.31% | 0.83% | - |
| HSV(B) | 357.78º | 0.12% | 0.88% | - |
| XYZ | 61.55 | 60.52 | 62.47 | - |
| YUV | 206.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 198 | 199 | 0 | 0.12 | 0.12 | 0.12 | 357.78 | 0.31 | 0.83 |
| Hex | E1 | C6 | C7 | 0 | C | C | C | 166 | 1F | 53 |
| Octal | 341 | 306 | 307 | 0 | 14 | 14 | 14 | 546 | 37 | 123 |
| Binary | 11100001 | 11000110 | 11000111 | 0 | 1100 | 1100 | 1100 | 101100110 | 11111 | 1010011 |
Color Harmonies of #E1C6C7
Complementary color
Monochromatic Colors of #E1C6C7
Black with #E1C6C7
Text Example
Text Example
White with #E1C6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1C6C7; }
p { color: rgb(225,198,199); }
H1.HeaderClassName
{
color: #E1C6C7;
}
.AnyTagClassName
{
color: #E1C6C7;
}
</style>
background-color css
<style>
a { background-color: #E1C6C7; }
a { background-color: rgb(225,198,199); }
div.DivClassName
{
background-color: #E1C6C7;
}
.BgClassName
{
background-color: #E1C6C7;
}
</style>
border-color css
<style>
span { border-color: #E1C6C7; }
span { border-color: rgb(225,198,199); }
td.TdClassName
{
border-color: #E1C6C7;
}
.TagClassName
{
border-color: #E1C6C7;
}
</style>