Shades of Azalea #EFBEC1
Tints of Azalea #EFBEC1
RGB
CMYK
RGB Variations
Color information
#EFBEC1 (or 0xEFBEC1) is known color: Azalea. HEX triplet: EF, BE and C1. RGB value is (239,190,193). Sum of RGB (Red+Green+Blue) = 239+190+193=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 193 (75.78% from 255 or 31.03% from 622); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEC1 is #10413E. Grayscale: #CDCDCD. Windows color (decimal): -1065279 or 12697327. OLE color: 12697327.
HSL color Cylindrical-coordinate representation of color #EFBEC1: hue angle of 356.33º 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 #EFBEC1 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 193 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.06 |
| HSL | 356.33º | 0.6% | 0.84% | - |
| HSV(B) | 356.33º | 0.21% | 0.94% | - |
| XYZ | 63.64 | 59.03 | 58.49 | - |
| YUV | 204.99 | 121.23 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 193 | 0 | 0.21 | 0.19 | 0.06 | 356.33 | 0.6 | 0.84 |
| Hex | EF | BE | C1 | 0 | 15 | 13 | 6 | 164 | 3C | 54 |
| Octal | 357 | 276 | 301 | 0 | 25 | 23 | 6 | 544 | 74 | 124 |
| Binary | 11101111 | 10111110 | 11000001 | 0 | 10101 | 10011 | 110 | 101100100 | 111100 | 1010100 |
Color Harmonies of #EFBEC1
Complementary color
Monochromatic Colors of #EFBEC1
Black with #EFBEC1
Text Example
Text Example
White with #EFBEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBEC1; }
p { color: rgb(239,190,193); }
H1.HeaderClassName
{
color: #EFBEC1;
}
.AnyTagClassName
{
color: #EFBEC1;
}
</style>
background-color css
<style>
a { background-color: #EFBEC1; }
a { background-color: rgb(239,190,193); }
div.DivClassName
{
background-color: #EFBEC1;
}
.BgClassName
{
background-color: #EFBEC1;
}
</style>
border-color css
<style>
span { border-color: #EFBEC1; }
span { border-color: rgb(239,190,193); }
td.TdClassName
{
border-color: #EFBEC1;
}
.TagClassName
{
border-color: #EFBEC1;
}
</style>