Shades of Azalea #EEBCC0
Tints of Azalea #EEBCC0
RGB
CMYK
RGB Variations
Color information
#EEBCC0 (or 0xEEBCC0) is known color: Azalea. HEX triplet: EE, BC and C0. RGB value is (238,188,192). Sum of RGB (Red+Green+Blue) = 238+188+192=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCC0 is #11433F. Grayscale: #CBCBCB. Windows color (decimal): -1131328 or 12631278. OLE color: 12631278.
HSL color Cylindrical-coordinate representation of color #EEBCC0: hue angle of 355.2º 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 #EEBCC0 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 192 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.07 |
| HSL | 355.2º | 0.6% | 0.84% | - |
| HSV(B) | 355.2º | 0.21% | 0.93% | - |
| XYZ | 62.76 | 57.95 | 57.75 | - |
| YUV | 203.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 192 | 0 | 0.21 | 0.19 | 0.07 | 355.2 | 0.6 | 0.84 |
| Hex | EE | BC | C0 | 0 | 15 | 13 | 7 | 163 | 3C | 54 |
| Octal | 356 | 274 | 300 | 0 | 25 | 23 | 7 | 543 | 74 | 124 |
| Binary | 11101110 | 10111100 | 11000000 | 0 | 10101 | 10011 | 111 | 101100011 | 111100 | 1010100 |
Color Harmonies of #EEBCC0
Complementary color
Monochromatic Colors of #EEBCC0
Black with #EEBCC0
Text Example
Text Example
White with #EEBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCC0; }
p { color: rgb(238,188,192); }
H1.HeaderClassName
{
color: #EEBCC0;
}
.AnyTagClassName
{
color: #EEBCC0;
}
</style>
background-color css
<style>
a { background-color: #EEBCC0; }
a { background-color: rgb(238,188,192); }
div.DivClassName
{
background-color: #EEBCC0;
}
.BgClassName
{
background-color: #EEBCC0;
}
</style>
border-color css
<style>
span { border-color: #EEBCC0; }
span { border-color: rgb(238,188,192); }
td.TdClassName
{
border-color: #EEBCC0;
}
.TagClassName
{
border-color: #EEBCC0;
}
</style>