Shades of Azalea #ECBEC4
Tints of Azalea #ECBEC4
RGB
CMYK
RGB Variations
Color information
#ECBEC4 (or 0xECBEC4) is known color: Azalea. HEX triplet: EC, BE and C4. RGB value is (236,190,196). Sum of RGB (Red+Green+Blue) = 236+190+196=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 196 (76.95% from 255 or 31.51% from 622); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBEC4 is #13413B. Grayscale: #CCCCCC. Windows color (decimal): -1261884 or 12893932. OLE color: 12893932.
HSL color Cylindrical-coordinate representation of color #ECBEC4: hue angle of 352.17º 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 #ECBEC4 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 196 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.07 |
| HSL | 352.17º | 0.55% | 0.84% | - |
| HSV(B) | 352.17º | 0.19% | 0.93% | - |
| XYZ | 62.97 | 58.65 | 60.23 | - |
| YUV | 204.44 | 123.24 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 196 | 0 | 0.19 | 0.17 | 0.07 | 352.17 | 0.55 | 0.84 |
| Hex | EC | BE | C4 | 0 | 13 | 11 | 7 | 160 | 37 | 54 |
| Octal | 354 | 276 | 304 | 0 | 23 | 21 | 7 | 540 | 67 | 124 |
| Binary | 11101100 | 10111110 | 11000100 | 0 | 10011 | 10001 | 111 | 101100000 | 110111 | 1010100 |
Color Harmonies of #ECBEC4
Complementary color
Monochromatic Colors of #ECBEC4
Black with #ECBEC4
Text Example
Text Example
White with #ECBEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBEC4; }
p { color: rgb(236,190,196); }
H1.HeaderClassName
{
color: #ECBEC4;
}
.AnyTagClassName
{
color: #ECBEC4;
}
</style>
background-color css
<style>
a { background-color: #ECBEC4; }
a { background-color: rgb(236,190,196); }
div.DivClassName
{
background-color: #ECBEC4;
}
.BgClassName
{
background-color: #ECBEC4;
}
</style>
border-color css
<style>
span { border-color: #ECBEC4; }
span { border-color: rgb(236,190,196); }
td.TdClassName
{
border-color: #ECBEC4;
}
.TagClassName
{
border-color: #ECBEC4;
}
</style>