Shades of Azalea #EFC9CA
Tints of Azalea #EFC9CA
RGB
CMYK
RGB Variations
Color information
#EFC9CA (or 0xEFC9CA) is known color: Azalea. HEX triplet: EF, C9 and CA. RGB value is (239,201,202). Sum of RGB (Red+Green+Blue) = 239+201+202=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9CA is #103635. Grayscale: #D4D4D4. Windows color (decimal): -1062454 or 13289967. OLE color: 13289967.
HSL color Cylindrical-coordinate representation of color #EFC9CA: hue angle of 358.42º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC9CA is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 201 | 202 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.06 |
| HSL | 358.42º | 0.54% | 0.86% | - |
| HSV(B) | 358.42º | 0.16% | 0.94% | - |
| XYZ | 67.14 | 64.39 | 64.77 | - |
| YUV | 212.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 201 | 202 | 0 | 0.16 | 0.15 | 0.06 | 358.42 | 0.54 | 0.86 |
| Hex | EF | C9 | CA | 0 | 10 | F | 6 | 166 | 36 | 56 |
| Octal | 357 | 311 | 312 | 0 | 20 | 17 | 6 | 546 | 66 | 126 |
| Binary | 11101111 | 11001001 | 11001010 | 0 | 10000 | 1111 | 110 | 101100110 | 110110 | 1010110 |
Color Harmonies of #EFC9CA
Complementary color
Monochromatic Colors of #EFC9CA
Black with #EFC9CA
Text Example
Text Example
White with #EFC9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC9CA; }
p { color: rgb(239,201,202); }
H1.HeaderClassName
{
color: #EFC9CA;
}
.AnyTagClassName
{
color: #EFC9CA;
}
</style>
background-color css
<style>
a { background-color: #EFC9CA; }
a { background-color: rgb(239,201,202); }
div.DivClassName
{
background-color: #EFC9CA;
}
.BgClassName
{
background-color: #EFC9CA;
}
</style>
border-color css
<style>
span { border-color: #EFC9CA; }
span { border-color: rgb(239,201,202); }
td.TdClassName
{
border-color: #EFC9CA;
}
.TagClassName
{
border-color: #EFC9CA;
}
</style>