Shades of Azalea #EBC3C4
Tints of Azalea #EBC3C4
RGB
CMYK
RGB Variations
Color information
#EBC3C4 (or 0xEBC3C4) is known color: Azalea. HEX triplet: EB, C3 and C4. RGB value is (235,195,196). Sum of RGB (Red+Green+Blue) = 235+195+196=626 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.54% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC3C4 is #143C3B. Grayscale: #CFCFCF. Windows color (decimal): -1326140 or 12895211. OLE color: 12895211.
HSL color Cylindrical-coordinate representation of color #EBC3C4: hue angle of 358.5º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC3C4 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 195 | 196 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.08 |
| HSL | 358.5º | 0.5% | 0.84% | - |
| HSV(B) | 358.5º | 0.17% | 0.92% | - |
| XYZ | 63.74 | 60.68 | 60.58 | - |
| YUV | 207.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 195 | 196 | 0 | 0.17 | 0.17 | 0.08 | 358.5 | 0.5 | 0.84 |
| Hex | EB | C3 | C4 | 0 | 11 | 11 | 8 | 166 | 32 | 54 |
| Octal | 353 | 303 | 304 | 0 | 21 | 21 | 10 | 546 | 62 | 124 |
| Binary | 11101011 | 11000011 | 11000100 | 0 | 10001 | 10001 | 1000 | 101100110 | 110010 | 1010100 |
Color Harmonies of #EBC3C4
Complementary color
Monochromatic Colors of #EBC3C4
Black with #EBC3C4
Text Example
Text Example
White with #EBC3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC3C4; }
p { color: rgb(235,195,196); }
H1.HeaderClassName
{
color: #EBC3C4;
}
.AnyTagClassName
{
color: #EBC3C4;
}
</style>
background-color css
<style>
a { background-color: #EBC3C4; }
a { background-color: rgb(235,195,196); }
div.DivClassName
{
background-color: #EBC3C4;
}
.BgClassName
{
background-color: #EBC3C4;
}
</style>
border-color css
<style>
span { border-color: #EBC3C4; }
span { border-color: rgb(235,195,196); }
td.TdClassName
{
border-color: #EBC3C4;
}
.TagClassName
{
border-color: #EBC3C4;
}
</style>