Shades of Azalea #ECC1C2
Tints of Azalea #ECC1C2
RGB
CMYK
RGB Variations
Color information
#ECC1C2 (or 0xECC1C2) is known color: Azalea. HEX triplet: EC, C1 and C2. RGB value is (236,193,194). Sum of RGB (Red+Green+Blue) = 236+193+194=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 193 (75.78% from 255 or 30.98% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1C2 is #133E3D. Grayscale: #CECECE. Windows color (decimal): -1261118 or 12763628. OLE color: 12763628.
HSL color Cylindrical-coordinate representation of color #ECC1C2: hue angle of 358.6º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ECC1C2 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 193 | 194 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.07 |
| HSL | 358.6º | 0.53% | 0.84% | - |
| HSV(B) | 358.6º | 0.18% | 0.93% | - |
| XYZ | 63.4 | 59.87 | 59.25 | - |
| YUV | 205.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 193 | 194 | 0 | 0.18 | 0.18 | 0.07 | 358.6 | 0.53 | 0.84 |
| Hex | EC | C1 | C2 | 0 | 12 | 12 | 7 | 167 | 35 | 54 |
| Octal | 354 | 301 | 302 | 0 | 22 | 22 | 7 | 547 | 65 | 124 |
| Binary | 11101100 | 11000001 | 11000010 | 0 | 10010 | 10010 | 111 | 101100111 | 110101 | 1010100 |
Color Harmonies of #ECC1C2
Complementary color
Monochromatic Colors of #ECC1C2
Black with #ECC1C2
Text Example
Text Example
White with #ECC1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC1C2; }
p { color: rgb(236,193,194); }
H1.HeaderClassName
{
color: #ECC1C2;
}
.AnyTagClassName
{
color: #ECC1C2;
}
</style>
background-color css
<style>
a { background-color: #ECC1C2; }
a { background-color: rgb(236,193,194); }
div.DivClassName
{
background-color: #ECC1C2;
}
.BgClassName
{
background-color: #ECC1C2;
}
</style>
border-color css
<style>
span { border-color: #ECC1C2; }
span { border-color: rgb(236,193,194); }
td.TdClassName
{
border-color: #ECC1C2;
}
.TagClassName
{
border-color: #ECC1C2;
}
</style>