Shades of Azalea #E5C8CB
Tints of Azalea #E5C8CB
RGB
CMYK
RGB Variations
Color information
#E5C8CB (or 0xE5C8CB) is known color: Azalea. HEX triplet: E5, C8 and CB. RGB value is (229,200,203). Sum of RGB (Red+Green+Blue) = 229+200+203=632 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.23% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C8CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C8CB is #1A3734. Grayscale: #D1D1D1. Windows color (decimal): -1718069 or 13355237. OLE color: 13355237.
HSL color Cylindrical-coordinate representation of color #E5C8CB: hue angle of 353.79º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5C8CB is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 200 | 203 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.10 |
| HSL | 353.79º | 0.36% | 0.84% | - |
| HSV(B) | 353.79º | 0.13% | 0.9% | - |
| XYZ | 63.75 | 62.28 | 65.16 | - |
| YUV | 209.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 200 | 203 | 0 | 0.13 | 0.11 | 0.10 | 353.79 | 0.36 | 0.84 |
| Hex | E5 | C8 | CB | 0 | D | B | A | 162 | 24 | 54 |
| Octal | 345 | 310 | 313 | 0 | 15 | 13 | 12 | 542 | 44 | 124 |
| Binary | 11100101 | 11001000 | 11001011 | 0 | 1101 | 1011 | 1010 | 101100010 | 100100 | 1010100 |
Color Harmonies of #E5C8CB
Complementary color
Monochromatic Colors of #E5C8CB
Black with #E5C8CB
Text Example
Text Example
White with #E5C8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C8CB; }
p { color: rgb(229,200,203); }
H1.HeaderClassName
{
color: #E5C8CB;
}
.AnyTagClassName
{
color: #E5C8CB;
}
</style>
background-color css
<style>
a { background-color: #E5C8CB; }
a { background-color: rgb(229,200,203); }
div.DivClassName
{
background-color: #E5C8CB;
}
.BgClassName
{
background-color: #E5C8CB;
}
</style>
border-color css
<style>
span { border-color: #E5C8CB; }
span { border-color: rgb(229,200,203); }
td.TdClassName
{
border-color: #E5C8CB;
}
.TagClassName
{
border-color: #E5C8CB;
}
</style>