Shades of Azalea #EFC3C4
Tints of Azalea #EFC3C4
RGB
CMYK
RGB Variations
Color information
#EFC3C4 (or 0xEFC3C4) is known color: Azalea. HEX triplet: EF, C3 and C4. RGB value is (239,195,196). Sum of RGB (Red+Green+Blue) = 239+195+196=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 195 (76.56% from 255 or 30.95% from 630); Blue value is 196 (76.95% from 255 or 31.11% from 630); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3C4 is #103C3B. Grayscale: #D0D0D0. Windows color (decimal): -1063996 or 12895215. OLE color: 12895215.
HSL color Cylindrical-coordinate representation of color #EFC3C4: hue angle of 358.64º 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 #EFC3C4 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 195 | 196 | - |
| CMYK | 0 | 0.18 | 0.18 | 0.06 |
| HSL | 358.64º | 0.58% | 0.85% | - |
| HSV(B) | 358.64º | 0.18% | 0.94% | - |
| XYZ | 65.08 | 61.37 | 60.64 | - |
| YUV | 208.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 195 | 196 | 0 | 0.18 | 0.18 | 0.06 | 358.64 | 0.58 | 0.85 |
| Hex | EF | C3 | C4 | 0 | 12 | 12 | 6 | 167 | 3A | 55 |
| Octal | 357 | 303 | 304 | 0 | 22 | 22 | 6 | 547 | 72 | 125 |
| Binary | 11101111 | 11000011 | 11000100 | 0 | 10010 | 10010 | 110 | 101100111 | 111010 | 1010101 |
Color Harmonies of #EFC3C4
Complementary color
Monochromatic Colors of #EFC3C4
Black with #EFC3C4
Text Example
Text Example
White with #EFC3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC3C4; }
p { color: rgb(239,195,196); }
H1.HeaderClassName
{
color: #EFC3C4;
}
.AnyTagClassName
{
color: #EFC3C4;
}
</style>
background-color css
<style>
a { background-color: #EFC3C4; }
a { background-color: rgb(239,195,196); }
div.DivClassName
{
background-color: #EFC3C4;
}
.BgClassName
{
background-color: #EFC3C4;
}
</style>
border-color css
<style>
span { border-color: #EFC3C4; }
span { border-color: rgb(239,195,196); }
td.TdClassName
{
border-color: #EFC3C4;
}
.TagClassName
{
border-color: #EFC3C4;
}
</style>