Shades of Azalea #EFC5CB
Tints of Azalea #EFC5CB
RGB
CMYK
RGB Variations
Color information
#EFC5CB (or 0xEFC5CB) is known color: Azalea. HEX triplet: EF, C5 and CB. RGB value is (239,197,203). Sum of RGB (Red+Green+Blue) = 239+197+203=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC5CB is #103A34. Grayscale: #D2D2D2. Windows color (decimal): -1063477 or 13354479. OLE color: 13354479.
HSL color Cylindrical-coordinate representation of color #EFC5CB: hue angle of 351.43º 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 #EFC5CB is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 197 | 203 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.06 |
| HSL | 351.43º | 0.57% | 0.85% | - |
| HSV(B) | 351.43º | 0.18% | 0.94% | - |
| XYZ | 66.34 | 62.6 | 65.09 | - |
| YUV | 210.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 197 | 203 | 0 | 0.18 | 0.15 | 0.06 | 351.43 | 0.57 | 0.85 |
| Hex | EF | C5 | CB | 0 | 12 | F | 6 | 15F | 39 | 55 |
| Octal | 357 | 305 | 313 | 0 | 22 | 17 | 6 | 537 | 71 | 125 |
| Binary | 11101111 | 11000101 | 11001011 | 0 | 10010 | 1111 | 110 | 101011111 | 111001 | 1010101 |
Color Harmonies of #EFC5CB
Complementary color
Monochromatic Colors of #EFC5CB
Black with #EFC5CB
Text Example
Text Example
White with #EFC5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFC5CB; }
p { color: rgb(239,197,203); }
H1.HeaderClassName
{
color: #EFC5CB;
}
.AnyTagClassName
{
color: #EFC5CB;
}
</style>
background-color css
<style>
a { background-color: #EFC5CB; }
a { background-color: rgb(239,197,203); }
div.DivClassName
{
background-color: #EFC5CB;
}
.BgClassName
{
background-color: #EFC5CB;
}
</style>
border-color css
<style>
span { border-color: #EFC5CB; }
span { border-color: rgb(239,197,203); }
td.TdClassName
{
border-color: #EFC5CB;
}
.TagClassName
{
border-color: #EFC5CB;
}
</style>