Shades of Azalea #EBC7CA
Tints of Azalea #EBC7CA
RGB
CMYK
RGB Variations
Color information
#EBC7CA (or 0xEBC7CA) is known color: Azalea. HEX triplet: EB, C7 and CA. RGB value is (235,199,202). Sum of RGB (Red+Green+Blue) = 235+199+202=636 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.95% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7CA is #143835. Grayscale: #D2D2D2. Windows color (decimal): -1325110 or 13289451. OLE color: 13289451.
HSL color Cylindrical-coordinate representation of color #EBC7CA: hue angle of 355º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EBC7CA is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 202 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.08 |
| HSL | 355º | 0.47% | 0.85% | - |
| HSV(B) | 355º | 0.15% | 0.92% | - |
| XYZ | 65.35 | 62.77 | 64.55 | - |
| YUV | 210.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 202 | 0 | 0.15 | 0.14 | 0.08 | 355 | 0.47 | 0.85 |
| Hex | EB | C7 | CA | 0 | F | E | 8 | 163 | 2F | 55 |
| Octal | 353 | 307 | 312 | 0 | 17 | 16 | 10 | 543 | 57 | 125 |
| Binary | 11101011 | 11000111 | 11001010 | 0 | 1111 | 1110 | 1000 | 101100011 | 101111 | 1010101 |
Color Harmonies of #EBC7CA
Complementary color
Monochromatic Colors of #EBC7CA
Black with #EBC7CA
Text Example
Text Example
White with #EBC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7CA; }
p { color: rgb(235,199,202); }
H1.HeaderClassName
{
color: #EBC7CA;
}
.AnyTagClassName
{
color: #EBC7CA;
}
</style>
background-color css
<style>
a { background-color: #EBC7CA; }
a { background-color: rgb(235,199,202); }
div.DivClassName
{
background-color: #EBC7CA;
}
.BgClassName
{
background-color: #EBC7CA;
}
</style>
border-color css
<style>
span { border-color: #EBC7CA; }
span { border-color: rgb(235,199,202); }
td.TdClassName
{
border-color: #EBC7CA;
}
.TagClassName
{
border-color: #EBC7CA;
}
</style>