Shades of Azalea #EEBABE
Tints of Azalea #EEBABE
RGB
CMYK
RGB Variations
Color information
#EEBABE (or 0xEEBABE) is known color: Azalea. HEX triplet: EE, BA and BE. RGB value is (238,186,190). Sum of RGB (Red+Green+Blue) = 238+186+190=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBABE is #114541. Grayscale: #CACACA. Windows color (decimal): -1131842 or 12499694. OLE color: 12499694.
HSL color Cylindrical-coordinate representation of color #EEBABE: hue angle of 355.38º 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 #EEBABE is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 190 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.07 |
| HSL | 355.38º | 0.6% | 0.83% | - |
| HSV(B) | 355.38º | 0.22% | 0.93% | - |
| XYZ | 62.11 | 57.01 | 56.45 | - |
| YUV | 202 | 121.23 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 190 | 0 | 0.22 | 0.20 | 0.07 | 355.38 | 0.6 | 0.83 |
| Hex | EE | BA | BE | 0 | 16 | 14 | 7 | 163 | 3C | 53 |
| Octal | 356 | 272 | 276 | 0 | 26 | 24 | 7 | 543 | 74 | 123 |
| Binary | 11101110 | 10111010 | 10111110 | 0 | 10110 | 10100 | 111 | 101100011 | 111100 | 1010011 |
Color Harmonies of #EEBABE
Complementary color
Monochromatic Colors of #EEBABE
Black with #EEBABE
Text Example
Text Example
White with #EEBABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBABE; }
p { color: rgb(238,186,190); }
H1.HeaderClassName
{
color: #EEBABE;
}
.AnyTagClassName
{
color: #EEBABE;
}
</style>
background-color css
<style>
a { background-color: #EEBABE; }
a { background-color: rgb(238,186,190); }
div.DivClassName
{
background-color: #EEBABE;
}
.BgClassName
{
background-color: #EEBABE;
}
</style>
border-color css
<style>
span { border-color: #EEBABE; }
span { border-color: rgb(238,186,190); }
td.TdClassName
{
border-color: #EEBABE;
}
.TagClassName
{
border-color: #EEBABE;
}
</style>