Shades of Azalea #EEBBC2
Tints of Azalea #EEBBC2
RGB
CMYK
RGB Variations
Color information
#EEBBC2 (or 0xEEBBC2) is known color: Azalea. HEX triplet: EE, BB and C2. RGB value is (238,187,194). Sum of RGB (Red+Green+Blue) = 238+187+194=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBC2 is #11443D. Grayscale: #CBCBCB. Windows color (decimal): -1131582 or 12762094. OLE color: 12762094.
HSL color Cylindrical-coordinate representation of color #EEBBC2: hue angle of 351.76º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBBC2 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 187 | 194 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.07 |
| HSL | 351.76º | 0.6% | 0.83% | - |
| HSV(B) | 351.76º | 0.21% | 0.93% | - |
| XYZ | 62.77 | 57.61 | 58.85 | - |
| YUV | 203.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 187 | 194 | 0 | 0.21 | 0.18 | 0.07 | 351.76 | 0.6 | 0.83 |
| Hex | EE | BB | C2 | 0 | 15 | 12 | 7 | 160 | 3C | 53 |
| Octal | 356 | 273 | 302 | 0 | 25 | 22 | 7 | 540 | 74 | 123 |
| Binary | 11101110 | 10111011 | 11000010 | 0 | 10101 | 10010 | 111 | 101100000 | 111100 | 1010011 |
Color Harmonies of #EEBBC2
Complementary color
Monochromatic Colors of #EEBBC2
Black with #EEBBC2
Text Example
Text Example
White with #EEBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBBC2; }
p { color: rgb(238,187,194); }
H1.HeaderClassName
{
color: #EEBBC2;
}
.AnyTagClassName
{
color: #EEBBC2;
}
</style>
background-color css
<style>
a { background-color: #EEBBC2; }
a { background-color: rgb(238,187,194); }
div.DivClassName
{
background-color: #EEBBC2;
}
.BgClassName
{
background-color: #EEBBC2;
}
</style>
border-color css
<style>
span { border-color: #EEBBC2; }
span { border-color: rgb(238,187,194); }
td.TdClassName
{
border-color: #EEBBC2;
}
.TagClassName
{
border-color: #EEBBC2;
}
</style>