Shades of Azalea #E7C0C4
Tints of Azalea #E7C0C4
RGB
CMYK
RGB Variations
Color information
#E7C0C4 (or 0xE7C0C4) is known color: Azalea. HEX triplet: E7, C0 and C4. RGB value is (231,192,196). Sum of RGB (Red+Green+Blue) = 231+192+196=619 (81% of max value = 765). Red value is 231 (90.62% from 255 or 37.32% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C0C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C0C4 is #183F3B. Grayscale: #CCCCCC. Windows color (decimal): -1589052 or 12894439. OLE color: 12894439.
HSL color Cylindrical-coordinate representation of color #E7C0C4: hue angle of 353.85º 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 #E7C0C4 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 192 | 196 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.09 |
| HSL | 353.85º | 0.45% | 0.83% | - |
| HSV(B) | 353.85º | 0.17% | 0.91% | - |
| XYZ | 61.77 | 58.67 | 60.29 | - |
| YUV | 204.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 192 | 196 | 0 | 0.17 | 0.15 | 0.09 | 353.85 | 0.45 | 0.83 |
| Hex | E7 | C0 | C4 | 0 | 11 | F | 9 | 162 | 2D | 53 |
| Octal | 347 | 300 | 304 | 0 | 21 | 17 | 11 | 542 | 55 | 123 |
| Binary | 11100111 | 11000000 | 11000100 | 0 | 10001 | 1111 | 1001 | 101100010 | 101101 | 1010011 |
Color Harmonies of #E7C0C4
Complementary color
Monochromatic Colors of #E7C0C4
Black with #E7C0C4
Text Example
Text Example
White with #E7C0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C0C4; }
p { color: rgb(231,192,196); }
H1.HeaderClassName
{
color: #E7C0C4;
}
.AnyTagClassName
{
color: #E7C0C4;
}
</style>
background-color css
<style>
a { background-color: #E7C0C4; }
a { background-color: rgb(231,192,196); }
div.DivClassName
{
background-color: #E7C0C4;
}
.BgClassName
{
background-color: #E7C0C4;
}
</style>
border-color css
<style>
span { border-color: #E7C0C4; }
span { border-color: rgb(231,192,196); }
td.TdClassName
{
border-color: #E7C0C4;
}
.TagClassName
{
border-color: #E7C0C4;
}
</style>