Shades of Azalea #EFC0C3
Tints of Azalea #EFC0C3
RGB
CMYK
RGB Variations
Color information
#EFC0C3 (or 0xEFC0C3) is known color: Azalea. HEX triplet: EF, C0 and C3. RGB value is (239,192,195). Sum of RGB (Red+Green+Blue) = 239+192+195=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 195 (76.56% from 255 or 31.15% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC0C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC0C3 is #103F3C. Grayscale: #CECECE. Windows color (decimal): -1064765 or 12828911. OLE color: 12828911.
HSL color Cylindrical-coordinate representation of color #EFC0C3: hue angle of 356.17º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EFC0C3 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 192 | 195 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.06 |
| HSL | 356.17º | 0.59% | 0.85% | - |
| HSV(B) | 356.17º | 0.2% | 0.94% | - |
| XYZ | 64.3 | 59.99 | 59.82 | - |
| YUV | 206.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 192 | 195 | 0 | 0.20 | 0.18 | 0.06 | 356.17 | 0.59 | 0.85 |
| Hex | EF | C0 | C3 | 0 | 14 | 12 | 6 | 164 | 3B | 55 |
| Octal | 357 | 300 | 303 | 0 | 24 | 22 | 6 | 544 | 73 | 125 |
| Binary | 11101111 | 11000000 | 11000011 | 0 | 10100 | 10010 | 110 | 101100100 | 111011 | 1010101 |
Color Harmonies of #EFC0C3
Complementary color
Monochromatic Colors of #EFC0C3
Black with #EFC0C3
Text Example
Text Example
White with #EFC0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC0C3; }
p { color: rgb(239,192,195); }
H1.HeaderClassName
{
color: #EFC0C3;
}
.AnyTagClassName
{
color: #EFC0C3;
}
</style>
background-color css
<style>
a { background-color: #EFC0C3; }
a { background-color: rgb(239,192,195); }
div.DivClassName
{
background-color: #EFC0C3;
}
.BgClassName
{
background-color: #EFC0C3;
}
</style>
border-color css
<style>
span { border-color: #EFC0C3; }
span { border-color: rgb(239,192,195); }
td.TdClassName
{
border-color: #EFC0C3;
}
.TagClassName
{
border-color: #EFC0C3;
}
</style>