Shades of Azalea #EBBDC2
Tints of Azalea #EBBDC2
RGB
CMYK
RGB Variations
Color information
#EBBDC2 (or 0xEBBDC2) is known color: Azalea. HEX triplet: EB, BD and C2. RGB value is (235,189,194). Sum of RGB (Red+Green+Blue) = 235+189+194=618 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.03% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 194 (76.17% from 255 or 31.39% from 618); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDC2 is #14423D. Grayscale: #CBCBCB. Windows color (decimal): -1327678 or 12762603. OLE color: 12762603.
HSL color Cylindrical-coordinate representation of color #EBBDC2: hue angle of 353.48º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBBDC2 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 194 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.08 |
| HSL | 353.48º | 0.53% | 0.83% | - |
| HSV(B) | 353.48º | 0.2% | 0.92% | - |
| XYZ | 62.2 | 57.95 | 58.95 | - |
| YUV | 203.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 194 | 0 | 0.20 | 0.17 | 0.08 | 353.48 | 0.53 | 0.83 |
| Hex | EB | BD | C2 | 0 | 14 | 11 | 8 | 161 | 35 | 53 |
| Octal | 353 | 275 | 302 | 0 | 24 | 21 | 10 | 541 | 65 | 123 |
| Binary | 11101011 | 10111101 | 11000010 | 0 | 10100 | 10001 | 1000 | 101100001 | 110101 | 1010011 |
Color Harmonies of #EBBDC2
Complementary color
Monochromatic Colors of #EBBDC2
Black with #EBBDC2
Text Example
Text Example
White with #EBBDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBDC2; }
p { color: rgb(235,189,194); }
H1.HeaderClassName
{
color: #EBBDC2;
}
.AnyTagClassName
{
color: #EBBDC2;
}
</style>
background-color css
<style>
a { background-color: #EBBDC2; }
a { background-color: rgb(235,189,194); }
div.DivClassName
{
background-color: #EBBDC2;
}
.BgClassName
{
background-color: #EBBDC2;
}
</style>
border-color css
<style>
span { border-color: #EBBDC2; }
span { border-color: rgb(235,189,194); }
td.TdClassName
{
border-color: #EBBDC2;
}
.TagClassName
{
border-color: #EBBDC2;
}
</style>