Shades of Azalea #E6C4C7
Tints of Azalea #E6C4C7
RGB
CMYK
RGB Variations
Color information
#E6C4C7 (or 0xE6C4C7) is known color: Azalea. HEX triplet: E6, C4 and C7. RGB value is (230,196,199). Sum of RGB (Red+Green+Blue) = 230+196+199=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 196 (76.95% from 255 or 31.36% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C4C7 is #193B38. Grayscale: #CECECE. Windows color (decimal): -1653561 or 13092070. OLE color: 13092070.
HSL color Cylindrical-coordinate representation of color #E6C4C7: hue angle of 354.71º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6C4C7 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 196 | 199 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.10 |
| HSL | 354.71º | 0.4% | 0.84% | - |
| HSV(B) | 354.71º | 0.15% | 0.9% | - |
| XYZ | 62.68 | 60.43 | 62.39 | - |
| YUV | 206.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 196 | 199 | 0 | 0.15 | 0.13 | 0.10 | 354.71 | 0.4 | 0.84 |
| Hex | E6 | C4 | C7 | 0 | F | D | A | 163 | 28 | 54 |
| Octal | 346 | 304 | 307 | 0 | 17 | 15 | 12 | 543 | 50 | 124 |
| Binary | 11100110 | 11000100 | 11000111 | 0 | 1111 | 1101 | 1010 | 101100011 | 101000 | 1010100 |
Color Harmonies of #E6C4C7
Complementary color
Monochromatic Colors of #E6C4C7
Black with #E6C4C7
Text Example
Text Example
White with #E6C4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C4C7; }
p { color: rgb(230,196,199); }
H1.HeaderClassName
{
color: #E6C4C7;
}
.AnyTagClassName
{
color: #E6C4C7;
}
</style>
background-color css
<style>
a { background-color: #E6C4C7; }
a { background-color: rgb(230,196,199); }
div.DivClassName
{
background-color: #E6C4C7;
}
.BgClassName
{
background-color: #E6C4C7;
}
</style>
border-color css
<style>
span { border-color: #E6C4C7; }
span { border-color: rgb(230,196,199); }
td.TdClassName
{
border-color: #E6C4C7;
}
.TagClassName
{
border-color: #E6C4C7;
}
</style>