Shades of Azalea #EEBABB
Tints of Azalea #EEBABB
RGB
CMYK
RGB Variations
Color information
#EEBABB (or 0xEEBABB) is known color: Azalea. HEX triplet: EE, BA and BB. RGB value is (238,186,187). Sum of RGB (Red+Green+Blue) = 238+186+187=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBABB is #114544. Grayscale: #C9C9C9. Windows color (decimal): -1131845 or 12303086. OLE color: 12303086.
HSL color Cylindrical-coordinate representation of color #EEBABB: hue angle of 358.85º 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 #EEBABB is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 187 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.07 |
| HSL | 358.85º | 0.6% | 0.83% | - |
| HSV(B) | 358.85º | 0.22% | 0.93% | - |
| XYZ | 61.79 | 56.88 | 54.74 | - |
| YUV | 201.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 187 | 0 | 0.22 | 0.21 | 0.07 | 358.85 | 0.6 | 0.83 |
| Hex | EE | BA | BB | 0 | 16 | 15 | 7 | 167 | 3C | 53 |
| Octal | 356 | 272 | 273 | 0 | 26 | 25 | 7 | 547 | 74 | 123 |
| Binary | 11101110 | 10111010 | 10111011 | 0 | 10110 | 10101 | 111 | 101100111 | 111100 | 1010011 |
Color Harmonies of #EEBABB
Complementary color
Monochromatic Colors of #EEBABB
Black with #EEBABB
Text Example
Text Example
White with #EEBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBABB; }
p { color: rgb(238,186,187); }
H1.HeaderClassName
{
color: #EEBABB;
}
.AnyTagClassName
{
color: #EEBABB;
}
</style>
background-color css
<style>
a { background-color: #EEBABB; }
a { background-color: rgb(238,186,187); }
div.DivClassName
{
background-color: #EEBABB;
}
.BgClassName
{
background-color: #EEBABB;
}
</style>
border-color css
<style>
span { border-color: #EEBABB; }
span { border-color: rgb(238,186,187); }
td.TdClassName
{
border-color: #EEBABB;
}
.TagClassName
{
border-color: #EEBABB;
}
</style>