Shades of Azalea #EFCACB
Tints of Azalea #EFCACB
RGB
CMYK
RGB Variations
Color information
#EFCACB (or 0xEFCACB) is known color: Azalea. HEX triplet: EF, CA and CB. RGB value is (239,202,203). Sum of RGB (Red+Green+Blue) = 239+202+203=644 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.11% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCACB is #103534. Grayscale: #D5D5D5. Windows color (decimal): -1062197 or 13355759. OLE color: 13355759.
HSL color Cylindrical-coordinate representation of color #EFCACB: hue angle of 358.38º 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 #EFCACB is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 202 | 203 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.06 |
| HSL | 358.38º | 0.54% | 0.86% | - |
| HSV(B) | 358.38º | 0.15% | 0.94% | - |
| XYZ | 67.5 | 64.9 | 65.47 | - |
| YUV | 213.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 202 | 203 | 0 | 0.15 | 0.15 | 0.06 | 358.38 | 0.54 | 0.86 |
| Hex | EF | CA | CB | 0 | F | F | 6 | 166 | 36 | 56 |
| Octal | 357 | 312 | 313 | 0 | 17 | 17 | 6 | 546 | 66 | 126 |
| Binary | 11101111 | 11001010 | 11001011 | 0 | 1111 | 1111 | 110 | 101100110 | 110110 | 1010110 |
Color Harmonies of #EFCACB
Complementary color
Monochromatic Colors of #EFCACB
Black with #EFCACB
Text Example
Text Example
White with #EFCACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFCACB; }
p { color: rgb(239,202,203); }
H1.HeaderClassName
{
color: #EFCACB;
}
.AnyTagClassName
{
color: #EFCACB;
}
</style>
background-color css
<style>
a { background-color: #EFCACB; }
a { background-color: rgb(239,202,203); }
div.DivClassName
{
background-color: #EFCACB;
}
.BgClassName
{
background-color: #EFCACB;
}
</style>
border-color css
<style>
span { border-color: #EFCACB; }
span { border-color: rgb(239,202,203); }
td.TdClassName
{
border-color: #EFCACB;
}
.TagClassName
{
border-color: #EFCACB;
}
</style>