Shades of Azalea #EEBCC1
Tints of Azalea #EEBCC1
RGB
CMYK
RGB Variations
Color information
#EEBCC1 (or 0xEEBCC1) is known color: Azalea. HEX triplet: EE, BC and C1. RGB value is (238,188,193). Sum of RGB (Red+Green+Blue) = 238+188+193=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCC1 is #11433E. Grayscale: #CBCBCB. Windows color (decimal): -1131327 or 12696814. OLE color: 12696814.
HSL color Cylindrical-coordinate representation of color #EEBCC1: hue angle of 354º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBCC1 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 193 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.07 |
| HSL | 354º | 0.6% | 0.84% | - |
| HSV(B) | 354º | 0.21% | 0.93% | - |
| XYZ | 62.87 | 57.99 | 58.33 | - |
| YUV | 203.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 193 | 0 | 0.21 | 0.19 | 0.07 | 354 | 0.6 | 0.84 |
| Hex | EE | BC | C1 | 0 | 15 | 13 | 7 | 162 | 3C | 54 |
| Octal | 356 | 274 | 301 | 0 | 25 | 23 | 7 | 542 | 74 | 124 |
| Binary | 11101110 | 10111100 | 11000001 | 0 | 10101 | 10011 | 111 | 101100010 | 111100 | 1010100 |
Color Harmonies of #EEBCC1
Complementary color
Monochromatic Colors of #EEBCC1
Black with #EEBCC1
Text Example
Text Example
White with #EEBCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCC1; }
p { color: rgb(238,188,193); }
H1.HeaderClassName
{
color: #EEBCC1;
}
.AnyTagClassName
{
color: #EEBCC1;
}
</style>
background-color css
<style>
a { background-color: #EEBCC1; }
a { background-color: rgb(238,188,193); }
div.DivClassName
{
background-color: #EEBCC1;
}
.BgClassName
{
background-color: #EEBCC1;
}
</style>
border-color css
<style>
span { border-color: #EEBCC1; }
span { border-color: rgb(238,188,193); }
td.TdClassName
{
border-color: #EEBCC1;
}
.TagClassName
{
border-color: #EEBCC1;
}
</style>