Shades of Azalea #EABEC0
Tints of Azalea #EABEC0
RGB
CMYK
RGB Variations
Color information
#EABEC0 (or 0xEABEC0) is known color: Azalea. HEX triplet: EA, BE and C0. RGB value is (234,190,192). Sum of RGB (Red+Green+Blue) = 234+190+192=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EABEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABEC0 is #15413F. Grayscale: #CBCBCB. Windows color (decimal): -1392960 or 12631786. OLE color: 12631786.
HSL color Cylindrical-coordinate representation of color #EABEC0: hue angle of 357.27º degrees, saturation: 0.51, 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 #EABEC0 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 190 | 192 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.08 |
| HSL | 357.27º | 0.51% | 0.83% | - |
| HSV(B) | 357.27º | 0.19% | 0.92% | - |
| XYZ | 61.86 | 58.13 | 57.83 | - |
| YUV | 203.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 190 | 192 | 0 | 0.19 | 0.18 | 0.08 | 357.27 | 0.51 | 0.83 |
| Hex | EA | BE | C0 | 0 | 13 | 12 | 8 | 165 | 33 | 53 |
| Octal | 352 | 276 | 300 | 0 | 23 | 22 | 10 | 545 | 63 | 123 |
| Binary | 11101010 | 10111110 | 11000000 | 0 | 10011 | 10010 | 1000 | 101100101 | 110011 | 1010011 |
Color Harmonies of #EABEC0
Complementary color
Monochromatic Colors of #EABEC0
Black with #EABEC0
Text Example
Text Example
White with #EABEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABEC0; }
p { color: rgb(234,190,192); }
H1.HeaderClassName
{
color: #EABEC0;
}
.AnyTagClassName
{
color: #EABEC0;
}
</style>
background-color css
<style>
a { background-color: #EABEC0; }
a { background-color: rgb(234,190,192); }
div.DivClassName
{
background-color: #EABEC0;
}
.BgClassName
{
background-color: #EABEC0;
}
</style>
border-color css
<style>
span { border-color: #EABEC0; }
span { border-color: rgb(234,190,192); }
td.TdClassName
{
border-color: #EABEC0;
}
.TagClassName
{
border-color: #EABEC0;
}
</style>