Shades of Azalea #E9C9CC
Tints of Azalea #E9C9CC
RGB
CMYK
RGB Variations
Color information
#E9C9CC (or 0xE9C9CC) is known color: Azalea. HEX triplet: E9, C9 and CC. RGB value is (233,201,204). Sum of RGB (Red+Green+Blue) = 233+201+204=638 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.52% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C9CC is #163633. Grayscale: #D2D2D2. Windows color (decimal): -1455668 or 13421033. OLE color: 13421033.
HSL color Cylindrical-coordinate representation of color #E9C9CC: hue angle of 354.38º 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 #E9C9CC is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 201 | 204 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.09 |
| HSL | 354.38º | 0.42% | 0.85% | - |
| HSV(B) | 354.38º | 0.14% | 0.91% | - |
| XYZ | 65.39 | 63.46 | 65.93 | - |
| YUV | 210.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 201 | 204 | 0 | 0.14 | 0.12 | 0.09 | 354.38 | 0.42 | 0.85 |
| Hex | E9 | C9 | CC | 0 | E | C | 9 | 162 | 2A | 55 |
| Octal | 351 | 311 | 314 | 0 | 16 | 14 | 11 | 542 | 52 | 125 |
| Binary | 11101001 | 11001001 | 11001100 | 0 | 1110 | 1100 | 1001 | 101100010 | 101010 | 1010101 |
Color Harmonies of #E9C9CC
Complementary color
Monochromatic Colors of #E9C9CC
Black with #E9C9CC
Text Example
Text Example
White with #E9C9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C9CC; }
p { color: rgb(233,201,204); }
H1.HeaderClassName
{
color: #E9C9CC;
}
.AnyTagClassName
{
color: #E9C9CC;
}
</style>
background-color css
<style>
a { background-color: #E9C9CC; }
a { background-color: rgb(233,201,204); }
div.DivClassName
{
background-color: #E9C9CC;
}
.BgClassName
{
background-color: #E9C9CC;
}
</style>
border-color css
<style>
span { border-color: #E9C9CC; }
span { border-color: rgb(233,201,204); }
td.TdClassName
{
border-color: #E9C9CC;
}
.TagClassName
{
border-color: #E9C9CC;
}
</style>