Shades of Azalea #E8C8CB
Tints of Azalea #E8C8CB
RGB
CMYK
RGB Variations
Color information
#E8C8CB (or 0xE8C8CB) is known color: Azalea. HEX triplet: E8, C8 and CB. RGB value is (232,200,203). Sum of RGB (Red+Green+Blue) = 232+200+203=635 (84% of max value = 765). Red value is 232 (91.02% from 255 or 36.54% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8C8CB is #173734. Grayscale: #D1D1D1. Windows color (decimal): -1521461 or 13355240. OLE color: 13355240.
HSL color Cylindrical-coordinate representation of color #E8C8CB: hue angle of 354.38º degrees, saturation: 0.41, 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 #E8C8CB is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 200 | 203 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.09 |
| HSL | 354.38º | 0.41% | 0.85% | - |
| HSV(B) | 354.38º | 0.14% | 0.91% | - |
| XYZ | 64.71 | 62.78 | 65.21 | - |
| YUV | 209.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 200 | 203 | 0 | 0.14 | 0.12 | 0.09 | 354.38 | 0.41 | 0.85 |
| Hex | E8 | C8 | CB | 0 | E | C | 9 | 162 | 29 | 55 |
| Octal | 350 | 310 | 313 | 0 | 16 | 14 | 11 | 542 | 51 | 125 |
| Binary | 11101000 | 11001000 | 11001011 | 0 | 1110 | 1100 | 1001 | 101100010 | 101001 | 1010101 |
Color Harmonies of #E8C8CB
Complementary color
Monochromatic Colors of #E8C8CB
Black with #E8C8CB
Text Example
Text Example
White with #E8C8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8C8CB; }
p { color: rgb(232,200,203); }
H1.HeaderClassName
{
color: #E8C8CB;
}
.AnyTagClassName
{
color: #E8C8CB;
}
</style>
background-color css
<style>
a { background-color: #E8C8CB; }
a { background-color: rgb(232,200,203); }
div.DivClassName
{
background-color: #E8C8CB;
}
.BgClassName
{
background-color: #E8C8CB;
}
</style>
border-color css
<style>
span { border-color: #E8C8CB; }
span { border-color: rgb(232,200,203); }
td.TdClassName
{
border-color: #E8C8CB;
}
.TagClassName
{
border-color: #E8C8CB;
}
</style>