Shades of Azalea #EFCACD
Tints of Azalea #EFCACD
RGB
CMYK
RGB Variations
Color information
#EFCACD (or 0xEFCACD) is known color: Azalea. HEX triplet: EF, CA and CD. RGB value is (239,202,205). Sum of RGB (Red+Green+Blue) = 239+202+205=646 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.00% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCACD is #103532. Grayscale: #D5D5D5. Windows color (decimal): -1062195 or 13486831. OLE color: 13486831.
HSL color Cylindrical-coordinate representation of color #EFCACD: hue angle of 355.14º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCACD is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 205 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.06 |
| HSL | 355.14º | 0.54% | 0.86% | - |
| HSV(B) | 355.14º | 0.15% | 0.94% | - |
| XYZ | 67.74 | 65 | 66.73 | - |
| YUV | 213.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 205 | 0 | 0.15 | 0.14 | 0.06 | 355.14 | 0.54 | 0.86 |
| Hex | EF | CA | CD | 0 | F | E | 6 | 163 | 36 | 56 |
| Octal | 357 | 312 | 315 | 0 | 17 | 16 | 6 | 543 | 66 | 126 |
| Binary | 11101111 | 11001010 | 11001101 | 0 | 1111 | 1110 | 110 | 101100011 | 110110 | 1010110 |
Color Harmonies of #EFCACD
Complementary color
Monochromatic Colors of #EFCACD
Black with #EFCACD
Text Example
Text Example
White with #EFCACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCACD; }
p { color: rgb(239,202,205); }
H1.HeaderClassName
{
color: #EFCACD;
}
.AnyTagClassName
{
color: #EFCACD;
}
</style>
background-color css
<style>
a { background-color: #EFCACD; }
a { background-color: rgb(239,202,205); }
div.DivClassName
{
background-color: #EFCACD;
}
.BgClassName
{
background-color: #EFCACD;
}
</style>
border-color css
<style>
span { border-color: #EFCACD; }
span { border-color: rgb(239,202,205); }
td.TdClassName
{
border-color: #EFCACD;
}
.TagClassName
{
border-color: #EFCACD;
}
</style>