Shades of Azalea #E8C7CB
Tints of Azalea #E8C7CB
RGB
CMYK
RGB Variations
Color information
#E8C7CB (or 0xE8C7CB) is known color: Azalea. HEX triplet: E8, C7 and CB. RGB value is (232,199,203). Sum of RGB (Red+Green+Blue) = 232+199+203=634 (83% of max value = 765). Red value is 232 (91.02% from 255 or 36.59% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C7CB is #173834. Grayscale: #D1D1D1. Windows color (decimal): -1521717 or 13354984. OLE color: 13354984.
HSL color Cylindrical-coordinate representation of color #E8C7CB: hue angle of 352.73º 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 #E8C7CB is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 199 | 203 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.09 |
| HSL | 352.73º | 0.42% | 0.85% | - |
| HSV(B) | 352.73º | 0.14% | 0.91% | - |
| XYZ | 64.48 | 62.31 | 65.13 | - |
| YUV | 209.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 199 | 203 | 0 | 0.14 | 0.12 | 0.09 | 352.73 | 0.42 | 0.85 |
| Hex | E8 | C7 | CB | 0 | E | C | 9 | 161 | 2A | 55 |
| Octal | 350 | 307 | 313 | 0 | 16 | 14 | 11 | 541 | 52 | 125 |
| Binary | 11101000 | 11000111 | 11001011 | 0 | 1110 | 1100 | 1001 | 101100001 | 101010 | 1010101 |
Color Harmonies of #E8C7CB
Complementary color
Monochromatic Colors of #E8C7CB
Black with #E8C7CB
Text Example
Text Example
White with #E8C7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C7CB; }
p { color: rgb(232,199,203); }
H1.HeaderClassName
{
color: #E8C7CB;
}
.AnyTagClassName
{
color: #E8C7CB;
}
</style>
background-color css
<style>
a { background-color: #E8C7CB; }
a { background-color: rgb(232,199,203); }
div.DivClassName
{
background-color: #E8C7CB;
}
.BgClassName
{
background-color: #E8C7CB;
}
</style>
border-color css
<style>
span { border-color: #E8C7CB; }
span { border-color: rgb(232,199,203); }
td.TdClassName
{
border-color: #E8C7CB;
}
.TagClassName
{
border-color: #E8C7CB;
}
</style>