Shades of Azalea #EBC5C7
Tints of Azalea #EBC5C7
RGB
CMYK
RGB Variations
Color information
#EBC5C7 (or 0xEBC5C7) is known color: Azalea. HEX triplet: EB, C5 and C7. RGB value is (235,197,199). Sum of RGB (Red+Green+Blue) = 235+197+199=631 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.24% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC5C7 is #143A38. Grayscale: #D0D0D0. Windows color (decimal): -1325625 or 13092331. OLE color: 13092331.
HSL color Cylindrical-coordinate representation of color #EBC5C7: hue angle of 356.84º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBC5C7 is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 199 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.08 |
| HSL | 356.84º | 0.49% | 0.85% | - |
| HSV(B) | 356.84º | 0.16% | 0.92% | - |
| XYZ | 64.54 | 61.72 | 62.54 | - |
| YUV | 208.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 199 | 0 | 0.16 | 0.15 | 0.08 | 356.84 | 0.49 | 0.85 |
| Hex | EB | C5 | C7 | 0 | 10 | F | 8 | 165 | 31 | 55 |
| Octal | 353 | 305 | 307 | 0 | 20 | 17 | 10 | 545 | 61 | 125 |
| Binary | 11101011 | 11000101 | 11000111 | 0 | 10000 | 1111 | 1000 | 101100101 | 110001 | 1010101 |
Color Harmonies of #EBC5C7
Complementary color
Monochromatic Colors of #EBC5C7
Black with #EBC5C7
Text Example
Text Example
White with #EBC5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC5C7; }
p { color: rgb(235,197,199); }
H1.HeaderClassName
{
color: #EBC5C7;
}
.AnyTagClassName
{
color: #EBC5C7;
}
</style>
background-color css
<style>
a { background-color: #EBC5C7; }
a { background-color: rgb(235,197,199); }
div.DivClassName
{
background-color: #EBC5C7;
}
.BgClassName
{
background-color: #EBC5C7;
}
</style>
border-color css
<style>
span { border-color: #EBC5C7; }
span { border-color: rgb(235,197,199); }
td.TdClassName
{
border-color: #EBC5C7;
}
.TagClassName
{
border-color: #EBC5C7;
}
</style>