Shades of Azalea #EBBFC3
Tints of Azalea #EBBFC3
RGB
CMYK
RGB Variations
Color information
#EBBFC3 (or 0xEBBFC3) is known color: Azalea. HEX triplet: EB, BF and C3. RGB value is (235,191,195). Sum of RGB (Red+Green+Blue) = 235+191+195=621 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.84% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFC3 is #14403C. Grayscale: #CCCCCC. Windows color (decimal): -1327165 or 12828651. OLE color: 12828651.
HSL color Cylindrical-coordinate representation of color #EBBFC3: hue angle of 354.55º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBFC3 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 191 | 195 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.08 |
| HSL | 354.55º | 0.52% | 0.84% | - |
| HSV(B) | 354.55º | 0.19% | 0.92% | - |
| XYZ | 62.74 | 58.86 | 59.68 | - |
| YUV | 204.61 | 122.58 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 191 | 195 | 0 | 0.19 | 0.17 | 0.08 | 354.55 | 0.52 | 0.84 |
| Hex | EB | BF | C3 | 0 | 13 | 11 | 8 | 163 | 34 | 54 |
| Octal | 353 | 277 | 303 | 0 | 23 | 21 | 10 | 543 | 64 | 124 |
| Binary | 11101011 | 10111111 | 11000011 | 0 | 10011 | 10001 | 1000 | 101100011 | 110100 | 1010100 |
Color Harmonies of #EBBFC3
Complementary color
Monochromatic Colors of #EBBFC3
Black with #EBBFC3
Text Example
Text Example
White with #EBBFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBFC3; }
p { color: rgb(235,191,195); }
H1.HeaderClassName
{
color: #EBBFC3;
}
.AnyTagClassName
{
color: #EBBFC3;
}
</style>
background-color css
<style>
a { background-color: #EBBFC3; }
a { background-color: rgb(235,191,195); }
div.DivClassName
{
background-color: #EBBFC3;
}
.BgClassName
{
background-color: #EBBFC3;
}
</style>
border-color css
<style>
span { border-color: #EBBFC3; }
span { border-color: rgb(235,191,195); }
td.TdClassName
{
border-color: #EBBFC3;
}
.TagClassName
{
border-color: #EBBFC3;
}
</style>