Shades of Azalea #EEBFC3
Tints of Azalea #EEBFC3
RGB
CMYK
RGB Variations
Color information
#EEBFC3 (or 0xEEBFC3) is known color: Azalea. HEX triplet: EE, BF and C3. RGB value is (238,191,195). Sum of RGB (Red+Green+Blue) = 238+191+195=624 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.14% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 195 (76.56% from 255 or 31.25% from 624); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBFC3 is #11403C. Grayscale: #CDCDCD. Windows color (decimal): -1130557 or 12828654. OLE color: 12828654.
HSL color Cylindrical-coordinate representation of color #EEBFC3: hue angle of 354.89º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEBFC3 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 191 | 195 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.07 |
| HSL | 354.89º | 0.58% | 0.84% | - |
| HSV(B) | 354.89º | 0.2% | 0.93% | - |
| XYZ | 63.74 | 59.38 | 59.73 | - |
| YUV | 205.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 191 | 195 | 0 | 0.20 | 0.18 | 0.07 | 354.89 | 0.58 | 0.84 |
| Hex | EE | BF | C3 | 0 | 14 | 12 | 7 | 163 | 3A | 54 |
| Octal | 356 | 277 | 303 | 0 | 24 | 22 | 7 | 543 | 72 | 124 |
| Binary | 11101110 | 10111111 | 11000011 | 0 | 10100 | 10010 | 111 | 101100011 | 111010 | 1010100 |
Color Harmonies of #EEBFC3
Complementary color
Monochromatic Colors of #EEBFC3
Black with #EEBFC3
Text Example
Text Example
White with #EEBFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEBFC3; }
p { color: rgb(238,191,195); }
H1.HeaderClassName
{
color: #EEBFC3;
}
.AnyTagClassName
{
color: #EEBFC3;
}
</style>
background-color css
<style>
a { background-color: #EEBFC3; }
a { background-color: rgb(238,191,195); }
div.DivClassName
{
background-color: #EEBFC3;
}
.BgClassName
{
background-color: #EEBFC3;
}
</style>
border-color css
<style>
span { border-color: #EEBFC3; }
span { border-color: rgb(238,191,195); }
td.TdClassName
{
border-color: #EEBFC3;
}
.TagClassName
{
border-color: #EEBFC3;
}
</style>