Shades of Azalea #EEBCC3
Tints of Azalea #EEBCC3
RGB
CMYK
RGB Variations
Color information
#EEBCC3 (or 0xEEBCC3) is known color: Azalea. HEX triplet: EE, BC and C3. RGB value is (238,188,195). Sum of RGB (Red+Green+Blue) = 238+188+195=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBCC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBCC3 is #11433C. Grayscale: #CBCBCB. Windows color (decimal): -1131325 or 12827886. OLE color: 12827886.
HSL color Cylindrical-coordinate representation of color #EEBCC3: hue angle of 351.6º 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 #EEBCC3 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 188 | 195 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.07 |
| HSL | 351.6º | 0.6% | 0.84% | - |
| HSV(B) | 351.6º | 0.21% | 0.93% | - |
| XYZ | 63.09 | 58.08 | 59.52 | - |
| YUV | 203.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 188 | 195 | 0 | 0.21 | 0.18 | 0.07 | 351.6 | 0.6 | 0.84 |
| Hex | EE | BC | C3 | 0 | 15 | 12 | 7 | 160 | 3C | 54 |
| Octal | 356 | 274 | 303 | 0 | 25 | 22 | 7 | 540 | 74 | 124 |
| Binary | 11101110 | 10111100 | 11000011 | 0 | 10101 | 10010 | 111 | 101100000 | 111100 | 1010100 |
Color Harmonies of #EEBCC3
Complementary color
Monochromatic Colors of #EEBCC3
Black with #EEBCC3
Text Example
Text Example
White with #EEBCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBCC3; }
p { color: rgb(238,188,195); }
H1.HeaderClassName
{
color: #EEBCC3;
}
.AnyTagClassName
{
color: #EEBCC3;
}
</style>
background-color css
<style>
a { background-color: #EEBCC3; }
a { background-color: rgb(238,188,195); }
div.DivClassName
{
background-color: #EEBCC3;
}
.BgClassName
{
background-color: #EEBCC3;
}
</style>
border-color css
<style>
span { border-color: #EEBCC3; }
span { border-color: rgb(238,188,195); }
td.TdClassName
{
border-color: #EEBCC3;
}
.TagClassName
{
border-color: #EEBCC3;
}
</style>