Shades of Azalea #ECBEC2
Tints of Azalea #ECBEC2
RGB
CMYK
RGB Variations
Color information
#ECBEC2 (or 0xECBEC2) is known color: Azalea. HEX triplet: EC, BE and C2. RGB value is (236,190,194). Sum of RGB (Red+Green+Blue) = 236+190+194=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBEC2 is #13413D. Grayscale: #CCCCCC. Windows color (decimal): -1261886 or 12762860. OLE color: 12762860.
HSL color Cylindrical-coordinate representation of color #ECBEC2: hue angle of 354.78º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECBEC2 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 194 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.07 |
| HSL | 354.78º | 0.55% | 0.84% | - |
| HSV(B) | 354.78º | 0.19% | 0.93% | - |
| XYZ | 62.74 | 58.55 | 59.03 | - |
| YUV | 204.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 194 | 0 | 0.19 | 0.18 | 0.07 | 354.78 | 0.55 | 0.84 |
| Hex | EC | BE | C2 | 0 | 13 | 12 | 7 | 163 | 37 | 54 |
| Octal | 354 | 276 | 302 | 0 | 23 | 22 | 7 | 543 | 67 | 124 |
| Binary | 11101100 | 10111110 | 11000010 | 0 | 10011 | 10010 | 111 | 101100011 | 110111 | 1010100 |
Color Harmonies of #ECBEC2
Complementary color
Monochromatic Colors of #ECBEC2
Black with #ECBEC2
Text Example
Text Example
White with #ECBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBEC2; }
p { color: rgb(236,190,194); }
H1.HeaderClassName
{
color: #ECBEC2;
}
.AnyTagClassName
{
color: #ECBEC2;
}
</style>
background-color css
<style>
a { background-color: #ECBEC2; }
a { background-color: rgb(236,190,194); }
div.DivClassName
{
background-color: #ECBEC2;
}
.BgClassName
{
background-color: #ECBEC2;
}
</style>
border-color css
<style>
span { border-color: #ECBEC2; }
span { border-color: rgb(236,190,194); }
td.TdClassName
{
border-color: #ECBEC2;
}
.TagClassName
{
border-color: #ECBEC2;
}
</style>