Shades of Azalea #EFC5C9
Tints of Azalea #EFC5C9
RGB
CMYK
RGB Variations
Color information
#EFC5C9 (or 0xEFC5C9) is known color: Azalea. HEX triplet: EF, C5 and C9. RGB value is (239,197,201). Sum of RGB (Red+Green+Blue) = 239+197+201=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5C9 is #103A36. Grayscale: #D2D2D2. Windows color (decimal): -1063479 or 13223407. OLE color: 13223407.
HSL color Cylindrical-coordinate representation of color #EFC5C9: hue angle of 354.29º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFC5C9 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 201 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.06 |
| HSL | 354.29º | 0.57% | 0.85% | - |
| HSV(B) | 354.29º | 0.18% | 0.94% | - |
| XYZ | 66.11 | 62.5 | 63.84 | - |
| YUV | 210.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 201 | 0 | 0.18 | 0.16 | 0.06 | 354.29 | 0.57 | 0.85 |
| Hex | EF | C5 | C9 | 0 | 12 | 10 | 6 | 162 | 39 | 55 |
| Octal | 357 | 305 | 311 | 0 | 22 | 20 | 6 | 542 | 71 | 125 |
| Binary | 11101111 | 11000101 | 11001001 | 0 | 10010 | 10000 | 110 | 101100010 | 111001 | 1010101 |
Color Harmonies of #EFC5C9
Complementary color
Monochromatic Colors of #EFC5C9
Black with #EFC5C9
Text Example
Text Example
White with #EFC5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5C9; }
p { color: rgb(239,197,201); }
H1.HeaderClassName
{
color: #EFC5C9;
}
.AnyTagClassName
{
color: #EFC5C9;
}
</style>
background-color css
<style>
a { background-color: #EFC5C9; }
a { background-color: rgb(239,197,201); }
div.DivClassName
{
background-color: #EFC5C9;
}
.BgClassName
{
background-color: #EFC5C9;
}
</style>
border-color css
<style>
span { border-color: #EFC5C9; }
span { border-color: rgb(239,197,201); }
td.TdClassName
{
border-color: #EFC5C9;
}
.TagClassName
{
border-color: #EFC5C9;
}
</style>