Shades of Azalea #EFC3C6
Tints of Azalea #EFC3C6
RGB
CMYK
RGB Variations
Color information
#EFC3C6 (or 0xEFC3C6) is known color: Azalea. HEX triplet: EF, C3 and C6. RGB value is (239,195,198). Sum of RGB (Red+Green+Blue) = 239+195+198=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 195 (76.56% from 255 or 30.85% from 632); Blue value is 198 (77.73% from 255 or 31.33% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3C6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3C6 is #103C39. Grayscale: #D0D0D0. Windows color (decimal): -1063994 or 13026287. OLE color: 13026287.
HSL color Cylindrical-coordinate representation of color #EFC3C6: hue angle of 355.91º 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 #EFC3C6 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 198 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.06 |
| HSL | 355.91º | 0.58% | 0.85% | - |
| HSV(B) | 355.91º | 0.18% | 0.94% | - |
| XYZ | 65.3 | 61.46 | 61.85 | - |
| YUV | 208.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 198 | 0 | 0.18 | 0.17 | 0.06 | 355.91 | 0.58 | 0.85 |
| Hex | EF | C3 | C6 | 0 | 12 | 11 | 6 | 164 | 3A | 55 |
| Octal | 357 | 303 | 306 | 0 | 22 | 21 | 6 | 544 | 72 | 125 |
| Binary | 11101111 | 11000011 | 11000110 | 0 | 10010 | 10001 | 110 | 101100100 | 111010 | 1010101 |
Color Harmonies of #EFC3C6
Complementary color
Monochromatic Colors of #EFC3C6
Black with #EFC3C6
Text Example
Text Example
White with #EFC3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3C6; }
p { color: rgb(239,195,198); }
H1.HeaderClassName
{
color: #EFC3C6;
}
.AnyTagClassName
{
color: #EFC3C6;
}
</style>
background-color css
<style>
a { background-color: #EFC3C6; }
a { background-color: rgb(239,195,198); }
div.DivClassName
{
background-color: #EFC3C6;
}
.BgClassName
{
background-color: #EFC3C6;
}
</style>
border-color css
<style>
span { border-color: #EFC3C6; }
span { border-color: rgb(239,195,198); }
td.TdClassName
{
border-color: #EFC3C6;
}
.TagClassName
{
border-color: #EFC3C6;
}
</style>