Shades of Azalea #EABCC0
Tints of Azalea #EABCC0
RGB
CMYK
RGB Variations
Color information
#EABCC0 (or 0xEABCC0) is known color: Azalea. HEX triplet: EA, BC and C0. RGB value is (234,188,192). Sum of RGB (Red+Green+Blue) = 234+188+192=614 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.11% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 192 (75.39% from 255 or 31.27% from 614); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCC0 is #15433F. Grayscale: #CACACA. Windows color (decimal): -1393472 or 12631274. OLE color: 12631274.
HSL color Cylindrical-coordinate representation of color #EABCC0: hue angle of 354.78º degrees, saturation: 0.52, 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 #EABCC0 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 192 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.08 |
| HSL | 354.78º | 0.52% | 0.83% | - |
| HSV(B) | 354.78º | 0.2% | 0.92% | - |
| XYZ | 61.43 | 57.26 | 57.68 | - |
| YUV | 202.21 | 122.24 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 192 | 0 | 0.20 | 0.18 | 0.08 | 354.78 | 0.52 | 0.83 |
| Hex | EA | BC | C0 | 0 | 14 | 12 | 8 | 163 | 34 | 53 |
| Octal | 352 | 274 | 300 | 0 | 24 | 22 | 10 | 543 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11000000 | 0 | 10100 | 10010 | 1000 | 101100011 | 110100 | 1010011 |
Color Harmonies of #EABCC0
Complementary color
Monochromatic Colors of #EABCC0
Black with #EABCC0
Text Example
Text Example
White with #EABCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCC0; }
p { color: rgb(234,188,192); }
H1.HeaderClassName
{
color: #EABCC0;
}
.AnyTagClassName
{
color: #EABCC0;
}
</style>
background-color css
<style>
a { background-color: #EABCC0; }
a { background-color: rgb(234,188,192); }
div.DivClassName
{
background-color: #EABCC0;
}
.BgClassName
{
background-color: #EABCC0;
}
</style>
border-color css
<style>
span { border-color: #EABCC0; }
span { border-color: rgb(234,188,192); }
td.TdClassName
{
border-color: #EABCC0;
}
.TagClassName
{
border-color: #EABCC0;
}
</style>