Shades of Azalea #E9C9CA
Tints of Azalea #E9C9CA
RGB
CMYK
RGB Variations
Color information
#E9C9CA (or 0xE9C9CA) is known color: Azalea. HEX triplet: E9, C9 and CA. RGB value is (233,201,202). Sum of RGB (Red+Green+Blue) = 233+201+202=636 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.64% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C9CA is #163635. Grayscale: #D2D2D2. Windows color (decimal): -1455670 or 13289961. OLE color: 13289961.
HSL color Cylindrical-coordinate representation of color #E9C9CA: hue angle of 358.12º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E9C9CA is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 202 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.09 |
| HSL | 358.13º | 0.42% | 0.85% | - |
| HSV(B) | 358.13º | 0.14% | 0.91% | - |
| XYZ | 65.15 | 63.36 | 64.67 | - |
| YUV | 210.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 202 | 0 | 0.14 | 0.13 | 0.09 | 358.13 | 0.42 | 0.85 |
| Hex | E9 | C9 | CA | 0 | E | D | 9 | 166 | 2A | 55 |
| Octal | 351 | 311 | 312 | 0 | 16 | 15 | 11 | 546 | 52 | 125 |
| Binary | 11101001 | 11001001 | 11001010 | 0 | 1110 | 1101 | 1001 | 101100110 | 101010 | 1010101 |
Color Harmonies of #E9C9CA
Complementary color
Monochromatic Colors of #E9C9CA
Black with #E9C9CA
Text Example
Text Example
White with #E9C9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C9CA; }
p { color: rgb(233,201,202); }
H1.HeaderClassName
{
color: #E9C9CA;
}
.AnyTagClassName
{
color: #E9C9CA;
}
</style>
background-color css
<style>
a { background-color: #E9C9CA; }
a { background-color: rgb(233,201,202); }
div.DivClassName
{
background-color: #E9C9CA;
}
.BgClassName
{
background-color: #E9C9CA;
}
</style>
border-color css
<style>
span { border-color: #E9C9CA; }
span { border-color: rgb(233,201,202); }
td.TdClassName
{
border-color: #E9C9CA;
}
.TagClassName
{
border-color: #E9C9CA;
}
</style>