Shades of Azalea #EFC4C8
Tints of Azalea #EFC4C8
RGB
CMYK
RGB Variations
Color information
#EFC4C8 (or 0xEFC4C8) is known color: Azalea. HEX triplet: EF, C4 and C8. RGB value is (239,196,200). Sum of RGB (Red+Green+Blue) = 239+196+200=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 196 (76.95% from 255 or 30.87% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4C8 is #103B37. Grayscale: #D1D1D1. Windows color (decimal): -1063736 or 13157615. OLE color: 13157615.
HSL color Cylindrical-coordinate representation of color #EFC4C8: hue angle of 354.42º 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 #EFC4C8 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 196 | 200 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.06 |
| HSL | 354.42º | 0.57% | 0.85% | - |
| HSV(B) | 354.42º | 0.18% | 0.94% | - |
| XYZ | 65.76 | 62 | 63.14 | - |
| YUV | 209.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 196 | 200 | 0 | 0.18 | 0.16 | 0.06 | 354.42 | 0.57 | 0.85 |
| Hex | EF | C4 | C8 | 0 | 12 | 10 | 6 | 162 | 39 | 55 |
| Octal | 357 | 304 | 310 | 0 | 22 | 20 | 6 | 542 | 71 | 125 |
| Binary | 11101111 | 11000100 | 11001000 | 0 | 10010 | 10000 | 110 | 101100010 | 111001 | 1010101 |
Color Harmonies of #EFC4C8
Complementary color
Monochromatic Colors of #EFC4C8
Black with #EFC4C8
Text Example
Text Example
White with #EFC4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC4C8; }
p { color: rgb(239,196,200); }
H1.HeaderClassName
{
color: #EFC4C8;
}
.AnyTagClassName
{
color: #EFC4C8;
}
</style>
background-color css
<style>
a { background-color: #EFC4C8; }
a { background-color: rgb(239,196,200); }
div.DivClassName
{
background-color: #EFC4C8;
}
.BgClassName
{
background-color: #EFC4C8;
}
</style>
border-color css
<style>
span { border-color: #EFC4C8; }
span { border-color: rgb(239,196,200); }
td.TdClassName
{
border-color: #EFC4C8;
}
.TagClassName
{
border-color: #EFC4C8;
}
</style>