Shades of Azalea #E7C0C2
Tints of Azalea #E7C0C2
RGB
CMYK
RGB Variations
Color information
#E7C0C2 (or 0xE7C0C2) is known color: Azalea. HEX triplet: E7, C0 and C2. RGB value is (231,192,194). Sum of RGB (Red+Green+Blue) = 231+192+194=617 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.44% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C0C2 is #183F3D. Grayscale: #CBCBCB. Windows color (decimal): -1589054 or 12763367. OLE color: 12763367.
HSL color Cylindrical-coordinate representation of color #E7C0C2: hue angle of 356.92º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E7C0C2 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 194 | - |
| CMYK | 0 | 0.17 | 0.16 | 0.09 |
| HSL | 356.92º | 0.45% | 0.83% | - |
| HSV(B) | 356.92º | 0.17% | 0.91% | - |
| XYZ | 61.54 | 58.58 | 59.1 | - |
| YUV | 203.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 194 | 0 | 0.17 | 0.16 | 0.09 | 356.92 | 0.45 | 0.83 |
| Hex | E7 | C0 | C2 | 0 | 11 | 10 | 9 | 165 | 2D | 53 |
| Octal | 347 | 300 | 302 | 0 | 21 | 20 | 11 | 545 | 55 | 123 |
| Binary | 11100111 | 11000000 | 11000010 | 0 | 10001 | 10000 | 1001 | 101100101 | 101101 | 1010011 |
Color Harmonies of #E7C0C2
Complementary color
Monochromatic Colors of #E7C0C2
Black with #E7C0C2
Text Example
Text Example
White with #E7C0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C0C2; }
p { color: rgb(231,192,194); }
H1.HeaderClassName
{
color: #E7C0C2;
}
.AnyTagClassName
{
color: #E7C0C2;
}
</style>
background-color css
<style>
a { background-color: #E7C0C2; }
a { background-color: rgb(231,192,194); }
div.DivClassName
{
background-color: #E7C0C2;
}
.BgClassName
{
background-color: #E7C0C2;
}
</style>
border-color css
<style>
span { border-color: #E7C0C2; }
span { border-color: rgb(231,192,194); }
td.TdClassName
{
border-color: #E7C0C2;
}
.TagClassName
{
border-color: #E7C0C2;
}
</style>