Shades of Azalea #EBC4C9
Tints of Azalea #EBC4C9
RGB
CMYK
RGB Variations
Color information
#EBC4C9 (or 0xEBC4C9) is known color: Azalea. HEX triplet: EB, C4 and C9. RGB value is (235,196,201). Sum of RGB (Red+Green+Blue) = 235+196+201=632 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.18% from 632); Green value is 196 (76.95% from 255 or 31.01% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC4C9 is #143B36. Grayscale: #D0D0D0. Windows color (decimal): -1325879 or 13223147. OLE color: 13223147.
HSL color Cylindrical-coordinate representation of color #EBC4C9: hue angle of 352.31º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBC4C9 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 201 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.08 |
| HSL | 352.31º | 0.49% | 0.85% | - |
| HSV(B) | 352.31º | 0.17% | 0.92% | - |
| XYZ | 64.54 | 61.36 | 63.7 | - |
| YUV | 208.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 201 | 0 | 0.17 | 0.14 | 0.08 | 352.31 | 0.49 | 0.85 |
| Hex | EB | C4 | C9 | 0 | 11 | E | 8 | 160 | 31 | 55 |
| Octal | 353 | 304 | 311 | 0 | 21 | 16 | 10 | 540 | 61 | 125 |
| Binary | 11101011 | 11000100 | 11001001 | 0 | 10001 | 1110 | 1000 | 101100000 | 110001 | 1010101 |
Color Harmonies of #EBC4C9
Complementary color
Monochromatic Colors of #EBC4C9
Black with #EBC4C9
Text Example
Text Example
White with #EBC4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC4C9; }
p { color: rgb(235,196,201); }
H1.HeaderClassName
{
color: #EBC4C9;
}
.AnyTagClassName
{
color: #EBC4C9;
}
</style>
background-color css
<style>
a { background-color: #EBC4C9; }
a { background-color: rgb(235,196,201); }
div.DivClassName
{
background-color: #EBC4C9;
}
.BgClassName
{
background-color: #EBC4C9;
}
</style>
border-color css
<style>
span { border-color: #EBC4C9; }
span { border-color: rgb(235,196,201); }
td.TdClassName
{
border-color: #EBC4C9;
}
.TagClassName
{
border-color: #EBC4C9;
}
</style>