Shades of Azalea #EABCC1
Tints of Azalea #EABCC1
RGB
CMYK
RGB Variations
Color information
#EABCC1 (or 0xEABCC1) is known color: Azalea. HEX triplet: EA, BC and C1. RGB value is (234,188,193). Sum of RGB (Red+Green+Blue) = 234+188+193=615 (81% of max value = 765). Red value is 234 (91.80% from 255 or 38.05% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 234 - color contains mainly: red. Hex color #EABCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABCC1 is #15433E. Grayscale: #CACACA. Windows color (decimal): -1393471 or 12696810. OLE color: 12696810.
HSL color Cylindrical-coordinate representation of color #EABCC1: hue angle of 353.48º 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 #EABCC1 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 188 | 193 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.08 |
| HSL | 353.48º | 0.52% | 0.83% | - |
| HSV(B) | 353.48º | 0.2% | 0.92% | - |
| XYZ | 61.54 | 57.31 | 58.27 | - |
| YUV | 202.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 188 | 193 | 0 | 0.20 | 0.18 | 0.08 | 353.48 | 0.52 | 0.83 |
| Hex | EA | BC | C1 | 0 | 14 | 12 | 8 | 161 | 34 | 53 |
| Octal | 352 | 274 | 301 | 0 | 24 | 22 | 10 | 541 | 64 | 123 |
| Binary | 11101010 | 10111100 | 11000001 | 0 | 10100 | 10010 | 1000 | 101100001 | 110100 | 1010011 |
Color Harmonies of #EABCC1
Complementary color
Monochromatic Colors of #EABCC1
Black with #EABCC1
Text Example
Text Example
White with #EABCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABCC1; }
p { color: rgb(234,188,193); }
H1.HeaderClassName
{
color: #EABCC1;
}
.AnyTagClassName
{
color: #EABCC1;
}
</style>
background-color css
<style>
a { background-color: #EABCC1; }
a { background-color: rgb(234,188,193); }
div.DivClassName
{
background-color: #EABCC1;
}
.BgClassName
{
background-color: #EABCC1;
}
</style>
border-color css
<style>
span { border-color: #EABCC1; }
span { border-color: rgb(234,188,193); }
td.TdClassName
{
border-color: #EABCC1;
}
.TagClassName
{
border-color: #EABCC1;
}
</style>