Shades of Azalea #E7C8CB
Tints of Azalea #E7C8CB
RGB
CMYK
RGB Variations
Color information
#E7C8CB (or 0xE7C8CB) is known color: Azalea. HEX triplet: E7, C8 and CB. RGB value is (231,200,203). Sum of RGB (Red+Green+Blue) = 231+200+203=634 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.44% from 634); Green value is 200 (78.52% from 255 or 31.55% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7C8CB is #183734. Grayscale: #D1D1D1. Windows color (decimal): -1586997 or 13355239. OLE color: 13355239.
HSL color Cylindrical-coordinate representation of color #E7C8CB: hue angle of 354.19º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7C8CB is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 200 | 203 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.09 |
| HSL | 354.19º | 0.39% | 0.85% | - |
| HSV(B) | 354.19º | 0.13% | 0.91% | - |
| XYZ | 64.39 | 62.61 | 65.19 | - |
| YUV | 209.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 200 | 203 | 0 | 0.13 | 0.12 | 0.09 | 354.19 | 0.39 | 0.85 |
| Hex | E7 | C8 | CB | 0 | D | C | 9 | 162 | 27 | 55 |
| Octal | 347 | 310 | 313 | 0 | 15 | 14 | 11 | 542 | 47 | 125 |
| Binary | 11100111 | 11001000 | 11001011 | 0 | 1101 | 1100 | 1001 | 101100010 | 100111 | 1010101 |
Color Harmonies of #E7C8CB
Complementary color
Monochromatic Colors of #E7C8CB
Black with #E7C8CB
Text Example
Text Example
White with #E7C8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7C8CB; }
p { color: rgb(231,200,203); }
H1.HeaderClassName
{
color: #E7C8CB;
}
.AnyTagClassName
{
color: #E7C8CB;
}
</style>
background-color css
<style>
a { background-color: #E7C8CB; }
a { background-color: rgb(231,200,203); }
div.DivClassName
{
background-color: #E7C8CB;
}
.BgClassName
{
background-color: #E7C8CB;
}
</style>
border-color css
<style>
span { border-color: #E7C8CB; }
span { border-color: rgb(231,200,203); }
td.TdClassName
{
border-color: #E7C8CB;
}
.TagClassName
{
border-color: #E7C8CB;
}
</style>