Shades of Azalea #EFC2C9
Tints of Azalea #EFC2C9
RGB
CMYK
RGB Variations
Color information
#EFC2C9 (or 0xEFC2C9) is known color: Azalea. HEX triplet: EF, C2 and C9. RGB value is (239,194,201). Sum of RGB (Red+Green+Blue) = 239+194+201=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 194 (76.17% from 255 or 30.60% from 634); Blue value is 201 (78.91% from 255 or 31.70% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2C9 is #103D36. Grayscale: #D0D0D0. Windows color (decimal): -1064247 or 13222639. OLE color: 13222639.
HSL color Cylindrical-coordinate representation of color #EFC2C9: hue angle of 350.67º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EFC2C9 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 194 | 201 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.06 |
| HSL | 350.67º | 0.58% | 0.85% | - |
| HSV(B) | 350.67º | 0.19% | 0.94% | - |
| XYZ | 65.43 | 61.15 | 63.61 | - |
| YUV | 208.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 194 | 201 | 0 | 0.19 | 0.16 | 0.06 | 350.67 | 0.58 | 0.85 |
| Hex | EF | C2 | C9 | 0 | 13 | 10 | 6 | 15F | 3A | 55 |
| Octal | 357 | 302 | 311 | 0 | 23 | 20 | 6 | 537 | 72 | 125 |
| Binary | 11101111 | 11000010 | 11001001 | 0 | 10011 | 10000 | 110 | 101011111 | 111010 | 1010101 |
Color Harmonies of #EFC2C9
Complementary color
Monochromatic Colors of #EFC2C9
Black with #EFC2C9
Text Example
Text Example
White with #EFC2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC2C9; }
p { color: rgb(239,194,201); }
H1.HeaderClassName
{
color: #EFC2C9;
}
.AnyTagClassName
{
color: #EFC2C9;
}
</style>
background-color css
<style>
a { background-color: #EFC2C9; }
a { background-color: rgb(239,194,201); }
div.DivClassName
{
background-color: #EFC2C9;
}
.BgClassName
{
background-color: #EFC2C9;
}
</style>
border-color css
<style>
span { border-color: #EFC2C9; }
span { border-color: rgb(239,194,201); }
td.TdClassName
{
border-color: #EFC2C9;
}
.TagClassName
{
border-color: #EFC2C9;
}
</style>