Shades of Azalea #EBC7CB
Tints of Azalea #EBC7CB
RGB
CMYK
RGB Variations
Color information
#EBC7CB (or 0xEBC7CB) is known color: Azalea. HEX triplet: EB, C7 and CB. RGB value is (235,199,203). Sum of RGB (Red+Green+Blue) = 235+199+203=637 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.89% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC7CB is #143834. Grayscale: #D2D2D2. Windows color (decimal): -1325109 or 13354987. OLE color: 13354987.
HSL color Cylindrical-coordinate representation of color #EBC7CB: hue angle of 353.33º 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 #EBC7CB is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 199 | 203 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.08 |
| HSL | 353.33º | 0.47% | 0.85% | - |
| HSV(B) | 353.33º | 0.15% | 0.92% | - |
| XYZ | 65.46 | 62.82 | 65.18 | - |
| YUV | 210.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 199 | 203 | 0 | 0.15 | 0.14 | 0.08 | 353.33 | 0.47 | 0.85 |
| Hex | EB | C7 | CB | 0 | F | E | 8 | 161 | 2F | 55 |
| Octal | 353 | 307 | 313 | 0 | 17 | 16 | 10 | 541 | 57 | 125 |
| Binary | 11101011 | 11000111 | 11001011 | 0 | 1111 | 1110 | 1000 | 101100001 | 101111 | 1010101 |
Color Harmonies of #EBC7CB
Complementary color
Monochromatic Colors of #EBC7CB
Black with #EBC7CB
Text Example
Text Example
White with #EBC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC7CB; }
p { color: rgb(235,199,203); }
H1.HeaderClassName
{
color: #EBC7CB;
}
.AnyTagClassName
{
color: #EBC7CB;
}
</style>
background-color css
<style>
a { background-color: #EBC7CB; }
a { background-color: rgb(235,199,203); }
div.DivClassName
{
background-color: #EBC7CB;
}
.BgClassName
{
background-color: #EBC7CB;
}
</style>
border-color css
<style>
span { border-color: #EBC7CB; }
span { border-color: rgb(235,199,203); }
td.TdClassName
{
border-color: #EBC7CB;
}
.TagClassName
{
border-color: #EBC7CB;
}
</style>