Shades of Azalea #EEBCC2
Tints of Azalea #EEBCC2
RGB
CMYK
RGB Variations
Color information
#EEBCC2 (or 0xEEBCC2) is known color: Azalea. HEX triplet: EE, BC and C2. RGB value is (238,188,194). Sum of RGB (Red+Green+Blue) = 238+188+194=620 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.39% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCC2 is #11433D. Grayscale: #CBCBCB. Windows color (decimal): -1131326 or 12762350. OLE color: 12762350.
HSL color Cylindrical-coordinate representation of color #EEBCC2: hue angle of 352.8º 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 #EEBCC2 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 194 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.07 |
| HSL | 352.8º | 0.6% | 0.84% | - |
| HSV(B) | 352.8º | 0.21% | 0.93% | - |
| XYZ | 62.98 | 58.04 | 58.92 | - |
| YUV | 203.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 194 | 0 | 0.21 | 0.18 | 0.07 | 352.8 | 0.6 | 0.84 |
| Hex | EE | BC | C2 | 0 | 15 | 12 | 7 | 161 | 3C | 54 |
| Octal | 356 | 274 | 302 | 0 | 25 | 22 | 7 | 541 | 74 | 124 |
| Binary | 11101110 | 10111100 | 11000010 | 0 | 10101 | 10010 | 111 | 101100001 | 111100 | 1010100 |
Color Harmonies of #EEBCC2
Complementary color
Monochromatic Colors of #EEBCC2
Black with #EEBCC2
Text Example
Text Example
White with #EEBCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCC2; }
p { color: rgb(238,188,194); }
H1.HeaderClassName
{
color: #EEBCC2;
}
.AnyTagClassName
{
color: #EEBCC2;
}
</style>
background-color css
<style>
a { background-color: #EEBCC2; }
a { background-color: rgb(238,188,194); }
div.DivClassName
{
background-color: #EEBCC2;
}
.BgClassName
{
background-color: #EEBCC2;
}
</style>
border-color css
<style>
span { border-color: #EEBCC2; }
span { border-color: rgb(238,188,194); }
td.TdClassName
{
border-color: #EEBCC2;
}
.TagClassName
{
border-color: #EEBCC2;
}
</style>