Shades of Azalea #EFC4C6
Tints of Azalea #EFC4C6
RGB
CMYK
RGB Variations
Color information
#EFC4C6 (or 0xEFC4C6) is known color: Azalea. HEX triplet: EF, C4 and C6. RGB value is (239,196,198). Sum of RGB (Red+Green+Blue) = 239+196+198=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4C6 is #103B39. Grayscale: #D1D1D1. Windows color (decimal): -1063738 or 13026543. OLE color: 13026543.
HSL color Cylindrical-coordinate representation of color #EFC4C6: hue angle of 357.21º 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 #EFC4C6 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 198 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.06 |
| HSL | 357.21º | 0.57% | 0.85% | - |
| HSV(B) | 357.21º | 0.18% | 0.94% | - |
| XYZ | 65.53 | 61.91 | 61.92 | - |
| YUV | 209.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 198 | 0 | 0.18 | 0.17 | 0.06 | 357.21 | 0.57 | 0.85 |
| Hex | EF | C4 | C6 | 0 | 12 | 11 | 6 | 165 | 39 | 55 |
| Octal | 357 | 304 | 306 | 0 | 22 | 21 | 6 | 545 | 71 | 125 |
| Binary | 11101111 | 11000100 | 11000110 | 0 | 10010 | 10001 | 110 | 101100101 | 111001 | 1010101 |
Color Harmonies of #EFC4C6
Complementary color
Monochromatic Colors of #EFC4C6
Black with #EFC4C6
Text Example
Text Example
White with #EFC4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4C6; }
p { color: rgb(239,196,198); }
H1.HeaderClassName
{
color: #EFC4C6;
}
.AnyTagClassName
{
color: #EFC4C6;
}
</style>
background-color css
<style>
a { background-color: #EFC4C6; }
a { background-color: rgb(239,196,198); }
div.DivClassName
{
background-color: #EFC4C6;
}
.BgClassName
{
background-color: #EFC4C6;
}
</style>
border-color css
<style>
span { border-color: #EFC4C6; }
span { border-color: rgb(239,196,198); }
td.TdClassName
{
border-color: #EFC4C6;
}
.TagClassName
{
border-color: #EFC4C6;
}
</style>