Shades of Azalea #ECBEC1
Tints of Azalea #ECBEC1
RGB
CMYK
RGB Variations
Color information
#ECBEC1 (or 0xECBEC1) is known color: Azalea. HEX triplet: EC, BE and C1. RGB value is (236,190,193). Sum of RGB (Red+Green+Blue) = 236+190+193=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBEC1 is #13413E. Grayscale: #CCCCCC. Windows color (decimal): -1261887 or 12697324. OLE color: 12697324.
HSL color Cylindrical-coordinate representation of color #ECBEC1: hue angle of 356.09º 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 #ECBEC1 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 190 | 193 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.07 |
| HSL | 356.09º | 0.55% | 0.84% | - |
| HSV(B) | 356.09º | 0.19% | 0.93% | - |
| XYZ | 62.63 | 58.51 | 58.44 | - |
| YUV | 204.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 190 | 193 | 0 | 0.19 | 0.18 | 0.07 | 356.09 | 0.55 | 0.84 |
| Hex | EC | BE | C1 | 0 | 13 | 12 | 7 | 164 | 37 | 54 |
| Octal | 354 | 276 | 301 | 0 | 23 | 22 | 7 | 544 | 67 | 124 |
| Binary | 11101100 | 10111110 | 11000001 | 0 | 10011 | 10010 | 111 | 101100100 | 110111 | 1010100 |
Color Harmonies of #ECBEC1
Complementary color
Monochromatic Colors of #ECBEC1
Black with #ECBEC1
Text Example
Text Example
White with #ECBEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBEC1; }
p { color: rgb(236,190,193); }
H1.HeaderClassName
{
color: #ECBEC1;
}
.AnyTagClassName
{
color: #ECBEC1;
}
</style>
background-color css
<style>
a { background-color: #ECBEC1; }
a { background-color: rgb(236,190,193); }
div.DivClassName
{
background-color: #ECBEC1;
}
.BgClassName
{
background-color: #ECBEC1;
}
</style>
border-color css
<style>
span { border-color: #ECBEC1; }
span { border-color: rgb(236,190,193); }
td.TdClassName
{
border-color: #ECBEC1;
}
.TagClassName
{
border-color: #ECBEC1;
}
</style>