Shades of Azalea #EFC3C7
Tints of Azalea #EFC3C7
RGB
CMYK
RGB Variations
Color information
#EFC3C7 (or 0xEFC3C7) is known color: Azalea. HEX triplet: EF, C3 and C7. RGB value is (239,195,199). Sum of RGB (Red+Green+Blue) = 239+195+199=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 199 (78.12% from 255 or 31.44% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3C7 is #103C38. Grayscale: #D0D0D0. Windows color (decimal): -1063993 or 13091823. OLE color: 13091823.
HSL color Cylindrical-coordinate representation of color #EFC3C7: hue angle of 354.55º degrees, saturation: 0.58, 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 #EFC3C7 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 199 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.06 |
| HSL | 354.55º | 0.58% | 0.85% | - |
| HSV(B) | 354.55º | 0.18% | 0.94% | - |
| XYZ | 65.42 | 61.5 | 62.46 | - |
| YUV | 208.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 199 | 0 | 0.18 | 0.17 | 0.06 | 354.55 | 0.58 | 0.85 |
| Hex | EF | C3 | C7 | 0 | 12 | 11 | 6 | 163 | 3A | 55 |
| Octal | 357 | 303 | 307 | 0 | 22 | 21 | 6 | 543 | 72 | 125 |
| Binary | 11101111 | 11000011 | 11000111 | 0 | 10010 | 10001 | 110 | 101100011 | 111010 | 1010101 |
Color Harmonies of #EFC3C7
Complementary color
Monochromatic Colors of #EFC3C7
Black with #EFC3C7
Text Example
Text Example
White with #EFC3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3C7; }
p { color: rgb(239,195,199); }
H1.HeaderClassName
{
color: #EFC3C7;
}
.AnyTagClassName
{
color: #EFC3C7;
}
</style>
background-color css
<style>
a { background-color: #EFC3C7; }
a { background-color: rgb(239,195,199); }
div.DivClassName
{
background-color: #EFC3C7;
}
.BgClassName
{
background-color: #EFC3C7;
}
</style>
border-color css
<style>
span { border-color: #EFC3C7; }
span { border-color: rgb(239,195,199); }
td.TdClassName
{
border-color: #EFC3C7;
}
.TagClassName
{
border-color: #EFC3C7;
}
</style>