Shades of Azalea #EFC7CA
Tints of Azalea #EFC7CA
RGB
CMYK
RGB Variations
Color information
#EFC7CA (or 0xEFC7CA) is known color: Azalea. HEX triplet: EF, C7 and CA. RGB value is (239,199,202). Sum of RGB (Red+Green+Blue) = 239+199+202=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 199 (78.12% from 255 or 31.09% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7CA is #103835. Grayscale: #D3D3D3. Windows color (decimal): -1062966 or 13289455. OLE color: 13289455.
HSL color Cylindrical-coordinate representation of color #EFC7CA: hue angle of 355.5º 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 #EFC7CA is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 199 | 202 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.06 |
| HSL | 355.5º | 0.56% | 0.86% | - |
| HSV(B) | 355.5º | 0.17% | 0.94% | - |
| XYZ | 66.68 | 63.46 | 64.61 | - |
| YUV | 211.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 199 | 202 | 0 | 0.17 | 0.15 | 0.06 | 355.5 | 0.56 | 0.86 |
| Hex | EF | C7 | CA | 0 | 11 | F | 6 | 164 | 38 | 56 |
| Octal | 357 | 307 | 312 | 0 | 21 | 17 | 6 | 544 | 70 | 126 |
| Binary | 11101111 | 11000111 | 11001010 | 0 | 10001 | 1111 | 110 | 101100100 | 111000 | 1010110 |
Color Harmonies of #EFC7CA
Complementary color
Monochromatic Colors of #EFC7CA
Black with #EFC7CA
Text Example
Text Example
White with #EFC7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC7CA; }
p { color: rgb(239,199,202); }
H1.HeaderClassName
{
color: #EFC7CA;
}
.AnyTagClassName
{
color: #EFC7CA;
}
</style>
background-color css
<style>
a { background-color: #EFC7CA; }
a { background-color: rgb(239,199,202); }
div.DivClassName
{
background-color: #EFC7CA;
}
.BgClassName
{
background-color: #EFC7CA;
}
</style>
border-color css
<style>
span { border-color: #EFC7CA; }
span { border-color: rgb(239,199,202); }
td.TdClassName
{
border-color: #EFC7CA;
}
.TagClassName
{
border-color: #EFC7CA;
}
</style>