Shades of Azalea #EBC0C1
Tints of Azalea #EBC0C1
RGB
CMYK
RGB Variations
Color information
#EBC0C1 (or 0xEBC0C1) is known color: Azalea. HEX triplet: EB, C0 and C1. RGB value is (235,192,193). Sum of RGB (Red+Green+Blue) = 235+192+193=620 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.90% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0C1 is #143F3E. Grayscale: #CDCDCD. Windows color (decimal): -1326911 or 12697835. OLE color: 12697835.
HSL color Cylindrical-coordinate representation of color #EBC0C1: hue angle of 358.6º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EBC0C1 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 192 | 193 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.08 |
| HSL | 358.6º | 0.52% | 0.84% | - |
| HSV(B) | 358.6º | 0.18% | 0.92% | - |
| XYZ | 62.74 | 59.21 | 58.57 | - |
| YUV | 204.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 192 | 193 | 0 | 0.18 | 0.18 | 0.08 | 358.6 | 0.52 | 0.84 |
| Hex | EB | C0 | C1 | 0 | 12 | 12 | 8 | 167 | 34 | 54 |
| Octal | 353 | 300 | 301 | 0 | 22 | 22 | 10 | 547 | 64 | 124 |
| Binary | 11101011 | 11000000 | 11000001 | 0 | 10010 | 10010 | 1000 | 101100111 | 110100 | 1010100 |
Color Harmonies of #EBC0C1
Complementary color
Monochromatic Colors of #EBC0C1
Black with #EBC0C1
Text Example
Text Example
White with #EBC0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC0C1; }
p { color: rgb(235,192,193); }
H1.HeaderClassName
{
color: #EBC0C1;
}
.AnyTagClassName
{
color: #EBC0C1;
}
</style>
background-color css
<style>
a { background-color: #EBC0C1; }
a { background-color: rgb(235,192,193); }
div.DivClassName
{
background-color: #EBC0C1;
}
.BgClassName
{
background-color: #EBC0C1;
}
</style>
border-color css
<style>
span { border-color: #EBC0C1; }
span { border-color: rgb(235,192,193); }
td.TdClassName
{
border-color: #EBC0C1;
}
.TagClassName
{
border-color: #EBC0C1;
}
</style>