Shades of Azalea #EFC4C7
Tints of Azalea #EFC4C7
RGB
CMYK
RGB Variations
Color information
#EFC4C7 (or 0xEFC4C7) is known color: Azalea. HEX triplet: EF, C4 and C7. RGB value is (239,196,199). Sum of RGB (Red+Green+Blue) = 239+196+199=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 196 (76.95% from 255 or 30.91% from 634); Blue value is 199 (78.12% from 255 or 31.39% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4C7 is #103B38. Grayscale: #D1D1D1. Windows color (decimal): -1063737 or 13092079. OLE color: 13092079.
HSL color Cylindrical-coordinate representation of color #EFC4C7: hue angle of 355.81º 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 #EFC4C7 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 199 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.06 |
| HSL | 355.81º | 0.57% | 0.85% | - |
| HSV(B) | 355.81º | 0.18% | 0.94% | - |
| XYZ | 65.65 | 61.95 | 62.53 | - |
| YUV | 209.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 199 | 0 | 0.18 | 0.17 | 0.06 | 355.81 | 0.57 | 0.85 |
| Hex | EF | C4 | C7 | 0 | 12 | 11 | 6 | 164 | 39 | 55 |
| Octal | 357 | 304 | 307 | 0 | 22 | 21 | 6 | 544 | 71 | 125 |
| Binary | 11101111 | 11000100 | 11000111 | 0 | 10010 | 10001 | 110 | 101100100 | 111001 | 1010101 |
Color Harmonies of #EFC4C7
Complementary color
Monochromatic Colors of #EFC4C7
Black with #EFC4C7
Text Example
Text Example
White with #EFC4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4C7; }
p { color: rgb(239,196,199); }
H1.HeaderClassName
{
color: #EFC4C7;
}
.AnyTagClassName
{
color: #EFC4C7;
}
</style>
background-color css
<style>
a { background-color: #EFC4C7; }
a { background-color: rgb(239,196,199); }
div.DivClassName
{
background-color: #EFC4C7;
}
.BgClassName
{
background-color: #EFC4C7;
}
</style>
border-color css
<style>
span { border-color: #EFC4C7; }
span { border-color: rgb(239,196,199); }
td.TdClassName
{
border-color: #EFC4C7;
}
.TagClassName
{
border-color: #EFC4C7;
}
</style>