Shades of Azalea #E6C9CB
Tints of Azalea #E6C9CB
RGB
CMYK
RGB Variations
Color information
#E6C9CB (or 0xE6C9CB) is known color: Azalea. HEX triplet: E6, C9 and CB. RGB value is (230,201,203). Sum of RGB (Red+Green+Blue) = 230+201+203=634 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.28% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C9CB is #193634. Grayscale: #D1D1D1. Windows color (decimal): -1652277 or 13355494. OLE color: 13355494.
HSL color Cylindrical-coordinate representation of color #E6C9CB: hue angle of 355.86º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6C9CB is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 201 | 203 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.10 |
| HSL | 355.86º | 0.37% | 0.85% | - |
| HSV(B) | 355.86º | 0.13% | 0.9% | - |
| XYZ | 64.3 | 62.91 | 65.25 | - |
| YUV | 209.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 201 | 203 | 0 | 0.13 | 0.12 | 0.10 | 355.86 | 0.37 | 0.85 |
| Hex | E6 | C9 | CB | 0 | D | C | A | 164 | 25 | 55 |
| Octal | 346 | 311 | 313 | 0 | 15 | 14 | 12 | 544 | 45 | 125 |
| Binary | 11100110 | 11001001 | 11001011 | 0 | 1101 | 1100 | 1010 | 101100100 | 100101 | 1010101 |
Color Harmonies of #E6C9CB
Complementary color
Monochromatic Colors of #E6C9CB
Black with #E6C9CB
Text Example
Text Example
White with #E6C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C9CB; }
p { color: rgb(230,201,203); }
H1.HeaderClassName
{
color: #E6C9CB;
}
.AnyTagClassName
{
color: #E6C9CB;
}
</style>
background-color css
<style>
a { background-color: #E6C9CB; }
a { background-color: rgb(230,201,203); }
div.DivClassName
{
background-color: #E6C9CB;
}
.BgClassName
{
background-color: #E6C9CB;
}
</style>
border-color css
<style>
span { border-color: #E6C9CB; }
span { border-color: rgb(230,201,203); }
td.TdClassName
{
border-color: #E6C9CB;
}
.TagClassName
{
border-color: #E6C9CB;
}
</style>