Shades of Azalea #EEBABC
Tints of Azalea #EEBABC
RGB
CMYK
RGB Variations
Color information
#EEBABC (or 0xEEBABC) is known color: Azalea. HEX triplet: EE, BA and BC. RGB value is (238,186,188). Sum of RGB (Red+Green+Blue) = 238+186+188=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBABC is #114543. Grayscale: #C9C9C9. Windows color (decimal): -1131844 or 12368622. OLE color: 12368622.
HSL color Cylindrical-coordinate representation of color #EEBABC: hue angle of 357.69º 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 #EEBABC is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 188 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.07 |
| HSL | 357.69º | 0.6% | 0.83% | - |
| HSV(B) | 357.69º | 0.22% | 0.93% | - |
| XYZ | 61.9 | 56.93 | 55.3 | - |
| YUV | 201.78 | 120.23 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 188 | 0 | 0.22 | 0.21 | 0.07 | 357.69 | 0.6 | 0.83 |
| Hex | EE | BA | BC | 0 | 16 | 15 | 7 | 166 | 3C | 53 |
| Octal | 356 | 272 | 274 | 0 | 26 | 25 | 7 | 546 | 74 | 123 |
| Binary | 11101110 | 10111010 | 10111100 | 0 | 10110 | 10101 | 111 | 101100110 | 111100 | 1010011 |
Color Harmonies of #EEBABC
Complementary color
Monochromatic Colors of #EEBABC
Black with #EEBABC
Text Example
Text Example
White with #EEBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBABC; }
p { color: rgb(238,186,188); }
H1.HeaderClassName
{
color: #EEBABC;
}
.AnyTagClassName
{
color: #EEBABC;
}
</style>
background-color css
<style>
a { background-color: #EEBABC; }
a { background-color: rgb(238,186,188); }
div.DivClassName
{
background-color: #EEBABC;
}
.BgClassName
{
background-color: #EEBABC;
}
</style>
border-color css
<style>
span { border-color: #EEBABC; }
span { border-color: rgb(238,186,188); }
td.TdClassName
{
border-color: #EEBABC;
}
.TagClassName
{
border-color: #EEBABC;
}
</style>