Shades of Azalea #E9C8CC
Tints of Azalea #E9C8CC
RGB
CMYK
RGB Variations
Color information
#E9C8CC (or 0xE9C8CC) is known color: Azalea. HEX triplet: E9, C8 and CC. RGB value is (233,200,204). Sum of RGB (Red+Green+Blue) = 233+200+204=637 (84% of max value = 765). Red value is 233 (91.41% from 255 or 36.58% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 233 - color contains mainly: red. Hex color #E9C8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9C8CC is #163733. Grayscale: #D2D2D2. Windows color (decimal): -1455924 or 13420777. OLE color: 13420777.
HSL color Cylindrical-coordinate representation of color #E9C8CC: hue angle of 352.73º degrees, saturation: 0.43, 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 #E9C8CC is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 200 | 204 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.09 |
| HSL | 352.73º | 0.43% | 0.85% | - |
| HSV(B) | 352.73º | 0.14% | 0.91% | - |
| XYZ | 65.16 | 62.99 | 65.85 | - |
| YUV | 210.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 200 | 204 | 0 | 0.14 | 0.12 | 0.09 | 352.73 | 0.43 | 0.85 |
| Hex | E9 | C8 | CC | 0 | E | C | 9 | 161 | 2B | 55 |
| Octal | 351 | 310 | 314 | 0 | 16 | 14 | 11 | 541 | 53 | 125 |
| Binary | 11101001 | 11001000 | 11001100 | 0 | 1110 | 1100 | 1001 | 101100001 | 101011 | 1010101 |
Color Harmonies of #E9C8CC
Complementary color
Monochromatic Colors of #E9C8CC
Black with #E9C8CC
Text Example
Text Example
White with #E9C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9C8CC; }
p { color: rgb(233,200,204); }
H1.HeaderClassName
{
color: #E9C8CC;
}
.AnyTagClassName
{
color: #E9C8CC;
}
</style>
background-color css
<style>
a { background-color: #E9C8CC; }
a { background-color: rgb(233,200,204); }
div.DivClassName
{
background-color: #E9C8CC;
}
.BgClassName
{
background-color: #E9C8CC;
}
</style>
border-color css
<style>
span { border-color: #E9C8CC; }
span { border-color: rgb(233,200,204); }
td.TdClassName
{
border-color: #E9C8CC;
}
.TagClassName
{
border-color: #E9C8CC;
}
</style>