Shades of Azalea #EFC5CA
Tints of Azalea #EFC5CA
RGB
CMYK
RGB Variations
Color information
#EFC5CA (or 0xEFC5CA) is known color: Azalea. HEX triplet: EF, C5 and CA. RGB value is (239,197,202). Sum of RGB (Red+Green+Blue) = 239+197+202=638 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.46% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5CA is #103A35. Grayscale: #D2D2D2. Windows color (decimal): -1063478 or 13288943. OLE color: 13288943.
HSL color Cylindrical-coordinate representation of color #EFC5CA: hue angle of 352.86º 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 #EFC5CA is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 202 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.06 |
| HSL | 352.86º | 0.57% | 0.85% | - |
| HSV(B) | 352.86º | 0.18% | 0.94% | - |
| XYZ | 66.22 | 62.55 | 64.46 | - |
| YUV | 210.13 | 123.41 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 202 | 0 | 0.18 | 0.15 | 0.06 | 352.86 | 0.57 | 0.85 |
| Hex | EF | C5 | CA | 0 | 12 | F | 6 | 161 | 39 | 55 |
| Octal | 357 | 305 | 312 | 0 | 22 | 17 | 6 | 541 | 71 | 125 |
| Binary | 11101111 | 11000101 | 11001010 | 0 | 10010 | 1111 | 110 | 101100001 | 111001 | 1010101 |
Color Harmonies of #EFC5CA
Complementary color
Monochromatic Colors of #EFC5CA
Black with #EFC5CA
Text Example
Text Example
White with #EFC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5CA; }
p { color: rgb(239,197,202); }
H1.HeaderClassName
{
color: #EFC5CA;
}
.AnyTagClassName
{
color: #EFC5CA;
}
</style>
background-color css
<style>
a { background-color: #EFC5CA; }
a { background-color: rgb(239,197,202); }
div.DivClassName
{
background-color: #EFC5CA;
}
.BgClassName
{
background-color: #EFC5CA;
}
</style>
border-color css
<style>
span { border-color: #EFC5CA; }
span { border-color: rgb(239,197,202); }
td.TdClassName
{
border-color: #EFC5CA;
}
.TagClassName
{
border-color: #EFC5CA;
}
</style>