Shades of Azalea #EFC6CA
Tints of Azalea #EFC6CA
RGB
CMYK
RGB Variations
Color information
#EFC6CA (or 0xEFC6CA) is known color: Azalea. HEX triplet: EF, C6 and CA. RGB value is (239,198,202). Sum of RGB (Red+Green+Blue) = 239+198+202=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6CA is #103935. Grayscale: #D2D2D2. Windows color (decimal): -1063222 or 13289199. OLE color: 13289199.
HSL color Cylindrical-coordinate representation of color #EFC6CA: hue angle of 354.15º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC6CA is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 198 | 202 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.06 |
| HSL | 354.15º | 0.56% | 0.86% | - |
| HSV(B) | 354.15º | 0.17% | 0.94% | - |
| XYZ | 66.45 | 63 | 64.54 | - |
| YUV | 210.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 198 | 202 | 0 | 0.17 | 0.15 | 0.06 | 354.15 | 0.56 | 0.86 |
| Hex | EF | C6 | CA | 0 | 11 | F | 6 | 162 | 38 | 56 |
| Octal | 357 | 306 | 312 | 0 | 21 | 17 | 6 | 542 | 70 | 126 |
| Binary | 11101111 | 11000110 | 11001010 | 0 | 10001 | 1111 | 110 | 101100010 | 111000 | 1010110 |
Color Harmonies of #EFC6CA
Complementary color
Monochromatic Colors of #EFC6CA
Black with #EFC6CA
Text Example
Text Example
White with #EFC6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC6CA; }
p { color: rgb(239,198,202); }
H1.HeaderClassName
{
color: #EFC6CA;
}
.AnyTagClassName
{
color: #EFC6CA;
}
</style>
background-color css
<style>
a { background-color: #EFC6CA; }
a { background-color: rgb(239,198,202); }
div.DivClassName
{
background-color: #EFC6CA;
}
.BgClassName
{
background-color: #EFC6CA;
}
</style>
border-color css
<style>
span { border-color: #EFC6CA; }
span { border-color: rgb(239,198,202); }
td.TdClassName
{
border-color: #EFC6CA;
}
.TagClassName
{
border-color: #EFC6CA;
}
</style>