Shades of Azalea #EEBAC1
Tints of Azalea #EEBAC1
RGB
CMYK
RGB Variations
Color information
#EEBAC1 (or 0xEEBAC1) is known color: Azalea. HEX triplet: EE, BA and C1. RGB value is (238,186,193). Sum of RGB (Red+Green+Blue) = 238+186+193=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAC1 is #11453E. Grayscale: #CACACA. Windows color (decimal): -1131839 or 12696302. OLE color: 12696302.
HSL color Cylindrical-coordinate representation of color #EEBAC1: hue angle of 351.92º 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 #EEBAC1 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 186 | 193 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.07 |
| HSL | 351.92º | 0.6% | 0.83% | - |
| HSV(B) | 351.92º | 0.22% | 0.93% | - |
| XYZ | 62.44 | 57.15 | 58.19 | - |
| YUV | 202.35 | 122.73 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 186 | 193 | 0 | 0.22 | 0.19 | 0.07 | 351.92 | 0.6 | 0.83 |
| Hex | EE | BA | C1 | 0 | 16 | 13 | 7 | 160 | 3C | 53 |
| Octal | 356 | 272 | 301 | 0 | 26 | 23 | 7 | 540 | 74 | 123 |
| Binary | 11101110 | 10111010 | 11000001 | 0 | 10110 | 10011 | 111 | 101100000 | 111100 | 1010011 |
Color Harmonies of #EEBAC1
Complementary color
Monochromatic Colors of #EEBAC1
Black with #EEBAC1
Text Example
Text Example
White with #EEBAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBAC1; }
p { color: rgb(238,186,193); }
H1.HeaderClassName
{
color: #EEBAC1;
}
.AnyTagClassName
{
color: #EEBAC1;
}
</style>
background-color css
<style>
a { background-color: #EEBAC1; }
a { background-color: rgb(238,186,193); }
div.DivClassName
{
background-color: #EEBAC1;
}
.BgClassName
{
background-color: #EEBAC1;
}
</style>
border-color css
<style>
span { border-color: #EEBAC1; }
span { border-color: rgb(238,186,193); }
td.TdClassName
{
border-color: #EEBAC1;
}
.TagClassName
{
border-color: #EEBAC1;
}
</style>