Shades of Azalea #EEBABF
Tints of Azalea #EEBABF
RGB
CMYK
RGB Variations
Color information
#EEBABF (or 0xEEBABF) is known color: Azalea. HEX triplet: EE, BA and BF. RGB value is (238,186,191). Sum of RGB (Red+Green+Blue) = 238+186+191=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 191 (75% from 255 or 31.06% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBABF is #114540. Grayscale: #CACACA. Windows color (decimal): -1131841 or 12565230. OLE color: 12565230.
HSL color Cylindrical-coordinate representation of color #EEBABF: hue angle of 354.23º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EEBABF is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 191 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.07 |
| HSL | 354.23º | 0.6% | 0.83% | - |
| HSV(B) | 354.23º | 0.22% | 0.93% | - |
| XYZ | 62.22 | 57.06 | 57.02 | - |
| YUV | 202.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 191 | 0 | 0.22 | 0.20 | 0.07 | 354.23 | 0.6 | 0.83 |
| Hex | EE | BA | BF | 0 | 16 | 14 | 7 | 162 | 3C | 53 |
| Octal | 356 | 272 | 277 | 0 | 26 | 24 | 7 | 542 | 74 | 123 |
| Binary | 11101110 | 10111010 | 10111111 | 0 | 10110 | 10100 | 111 | 101100010 | 111100 | 1010011 |
Color Harmonies of #EEBABF
Complementary color
Monochromatic Colors of #EEBABF
Black with #EEBABF
Text Example
Text Example
White with #EEBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBABF; }
p { color: rgb(238,186,191); }
H1.HeaderClassName
{
color: #EEBABF;
}
.AnyTagClassName
{
color: #EEBABF;
}
</style>
background-color css
<style>
a { background-color: #EEBABF; }
a { background-color: rgb(238,186,191); }
div.DivClassName
{
background-color: #EEBABF;
}
.BgClassName
{
background-color: #EEBABF;
}
</style>
border-color css
<style>
span { border-color: #EEBABF; }
span { border-color: rgb(238,186,191); }
td.TdClassName
{
border-color: #EEBABF;
}
.TagClassName
{
border-color: #EEBABF;
}
</style>