Shades of Azalea #EBBABF
Tints of Azalea #EBBABF
RGB
CMYK
RGB Variations
Color information
#EBBABF (or 0xEBBABF) is known color: Azalea. HEX triplet: EB, BA and BF. RGB value is (235,186,191). Sum of RGB (Red+Green+Blue) = 235+186+191=612 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.40% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBABF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBABF is #144540. Grayscale: #C9C9C9. Windows color (decimal): -1328449 or 12565227. OLE color: 12565227.
HSL color Cylindrical-coordinate representation of color #EBBABF: hue angle of 353.88º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBBABF is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 186 | 191 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.08 |
| HSL | 353.88º | 0.55% | 0.83% | - |
| HSV(B) | 353.88º | 0.21% | 0.92% | - |
| XYZ | 61.22 | 56.54 | 56.98 | - |
| YUV | 201.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 186 | 191 | 0 | 0.21 | 0.19 | 0.08 | 353.88 | 0.55 | 0.83 |
| Hex | EB | BA | BF | 0 | 15 | 13 | 8 | 162 | 37 | 53 |
| Octal | 353 | 272 | 277 | 0 | 25 | 23 | 10 | 542 | 67 | 123 |
| Binary | 11101011 | 10111010 | 10111111 | 0 | 10101 | 10011 | 1000 | 101100010 | 110111 | 1010011 |
Color Harmonies of #EBBABF
Complementary color
Monochromatic Colors of #EBBABF
Black with #EBBABF
Text Example
Text Example
White with #EBBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBABF; }
p { color: rgb(235,186,191); }
H1.HeaderClassName
{
color: #EBBABF;
}
.AnyTagClassName
{
color: #EBBABF;
}
</style>
background-color css
<style>
a { background-color: #EBBABF; }
a { background-color: rgb(235,186,191); }
div.DivClassName
{
background-color: #EBBABF;
}
.BgClassName
{
background-color: #EBBABF;
}
</style>
border-color css
<style>
span { border-color: #EBBABF; }
span { border-color: rgb(235,186,191); }
td.TdClassName
{
border-color: #EBBABF;
}
.TagClassName
{
border-color: #EBBABF;
}
</style>