Shades of Azalea #EBBEC1
Tints of Azalea #EBBEC1
RGB
CMYK
RGB Variations
Color information
#EBBEC1 (or 0xEBBEC1) is known color: Azalea. HEX triplet: EB, BE and C1. RGB value is (235,190,193). Sum of RGB (Red+Green+Blue) = 235+190+193=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBEC1 is #14413E. Grayscale: #CBCBCB. Windows color (decimal): -1327423 or 12697323. OLE color: 12697323.
HSL color Cylindrical-coordinate representation of color #EBBEC1: hue angle of 356º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBBEC1 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 190 | 193 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.08 |
| HSL | 356º | 0.53% | 0.83% | - |
| HSV(B) | 356º | 0.19% | 0.92% | - |
| XYZ | 62.3 | 58.34 | 58.43 | - |
| YUV | 203.8 | 121.91 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 190 | 193 | 0 | 0.19 | 0.18 | 0.08 | 356 | 0.53 | 0.83 |
| Hex | EB | BE | C1 | 0 | 13 | 12 | 8 | 164 | 35 | 53 |
| Octal | 353 | 276 | 301 | 0 | 23 | 22 | 10 | 544 | 65 | 123 |
| Binary | 11101011 | 10111110 | 11000001 | 0 | 10011 | 10010 | 1000 | 101100100 | 110101 | 1010011 |
Color Harmonies of #EBBEC1
Complementary color
Monochromatic Colors of #EBBEC1
Black with #EBBEC1
Text Example
Text Example
White with #EBBEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBEC1; }
p { color: rgb(235,190,193); }
H1.HeaderClassName
{
color: #EBBEC1;
}
.AnyTagClassName
{
color: #EBBEC1;
}
</style>
background-color css
<style>
a { background-color: #EBBEC1; }
a { background-color: rgb(235,190,193); }
div.DivClassName
{
background-color: #EBBEC1;
}
.BgClassName
{
background-color: #EBBEC1;
}
</style>
border-color css
<style>
span { border-color: #EBBEC1; }
span { border-color: rgb(235,190,193); }
td.TdClassName
{
border-color: #EBBEC1;
}
.TagClassName
{
border-color: #EBBEC1;
}
</style>