Shades of Azalea #EFBEC3
Tints of Azalea #EFBEC3
RGB
CMYK
RGB Variations
Color information
#EFBEC3 (or 0xEFBEC3) is known color: Azalea. HEX triplet: EF, BE and C3. RGB value is (239,190,195). Sum of RGB (Red+Green+Blue) = 239+190+195=624 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.30% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEC3 is #10413C. Grayscale: #CDCDCD. Windows color (decimal): -1065277 or 12828399. OLE color: 12828399.
HSL color Cylindrical-coordinate representation of color #EFBEC3: hue angle of 353.88º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBEC3 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 195 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.06 |
| HSL | 353.88º | 0.6% | 0.84% | - |
| HSV(B) | 353.88º | 0.21% | 0.94% | - |
| XYZ | 63.86 | 59.12 | 59.67 | - |
| YUV | 205.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 195 | 0 | 0.21 | 0.18 | 0.06 | 353.88 | 0.6 | 0.84 |
| Hex | EF | BE | C3 | 0 | 15 | 12 | 6 | 162 | 3C | 54 |
| Octal | 357 | 276 | 303 | 0 | 25 | 22 | 6 | 542 | 74 | 124 |
| Binary | 11101111 | 10111110 | 11000011 | 0 | 10101 | 10010 | 110 | 101100010 | 111100 | 1010100 |
Color Harmonies of #EFBEC3
Complementary color
Monochromatic Colors of #EFBEC3
Black with #EFBEC3
Text Example
Text Example
White with #EFBEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBEC3; }
p { color: rgb(239,190,195); }
H1.HeaderClassName
{
color: #EFBEC3;
}
.AnyTagClassName
{
color: #EFBEC3;
}
</style>
background-color css
<style>
a { background-color: #EFBEC3; }
a { background-color: rgb(239,190,195); }
div.DivClassName
{
background-color: #EFBEC3;
}
.BgClassName
{
background-color: #EFBEC3;
}
</style>
border-color css
<style>
span { border-color: #EFBEC3; }
span { border-color: rgb(239,190,195); }
td.TdClassName
{
border-color: #EFBEC3;
}
.TagClassName
{
border-color: #EFBEC3;
}
</style>