Shades of Azalea #E5C8CA
Tints of Azalea #E5C8CA
RGB
CMYK
RGB Variations
Color information
#E5C8CA (or 0xE5C8CA) is known color: Azalea. HEX triplet: E5, C8 and CA. RGB value is (229,200,202). Sum of RGB (Red+Green+Blue) = 229+200+202=631 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.29% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C8CA is #1A3735. Grayscale: #D0D0D0. Windows color (decimal): -1718070 or 13289701. OLE color: 13289701.
HSL color Cylindrical-coordinate representation of color #E5C8CA: hue angle of 355.86º 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 #E5C8CA is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 200 | 202 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.10 |
| HSL | 355.86º | 0.36% | 0.84% | - |
| HSV(B) | 355.86º | 0.13% | 0.9% | - |
| XYZ | 63.63 | 62.23 | 64.54 | - |
| YUV | 208.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 200 | 202 | 0 | 0.13 | 0.12 | 0.10 | 355.86 | 0.36 | 0.84 |
| Hex | E5 | C8 | CA | 0 | D | C | A | 164 | 24 | 54 |
| Octal | 345 | 310 | 312 | 0 | 15 | 14 | 12 | 544 | 44 | 124 |
| Binary | 11100101 | 11001000 | 11001010 | 0 | 1101 | 1100 | 1010 | 101100100 | 100100 | 1010100 |
Color Harmonies of #E5C8CA
Complementary color
Monochromatic Colors of #E5C8CA
Black with #E5C8CA
Text Example
Text Example
White with #E5C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C8CA; }
p { color: rgb(229,200,202); }
H1.HeaderClassName
{
color: #E5C8CA;
}
.AnyTagClassName
{
color: #E5C8CA;
}
</style>
background-color css
<style>
a { background-color: #E5C8CA; }
a { background-color: rgb(229,200,202); }
div.DivClassName
{
background-color: #E5C8CA;
}
.BgClassName
{
background-color: #E5C8CA;
}
</style>
border-color css
<style>
span { border-color: #E5C8CA; }
span { border-color: rgb(229,200,202); }
td.TdClassName
{
border-color: #E5C8CA;
}
.TagClassName
{
border-color: #E5C8CA;
}
</style>