Shades of Azalea #EABDC1
Tints of Azalea #EABDC1
RGB
CMYK
RGB Variations
Color information
#EABDC1 (or 0xEABDC1) is known color: Azalea. HEX triplet: EA, BD and C1. RGB value is (234,189,193). Sum of RGB (Red+Green+Blue) = 234+189+193=616 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.99% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDC1 is #15423E. Grayscale: #CACACA. Windows color (decimal): -1393215 or 12697066. OLE color: 12697066.
HSL color Cylindrical-coordinate representation of color #EABDC1: hue angle of 354.67º degrees, saturation: 0.52, 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 #EABDC1 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 193 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.08 |
| HSL | 354.67º | 0.52% | 0.83% | - |
| HSV(B) | 354.67º | 0.19% | 0.92% | - |
| XYZ | 61.75 | 57.74 | 58.34 | - |
| YUV | 202.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 193 | 0 | 0.19 | 0.18 | 0.08 | 354.67 | 0.52 | 0.83 |
| Hex | EA | BD | C1 | 0 | 13 | 12 | 8 | 163 | 34 | 53 |
| Octal | 352 | 275 | 301 | 0 | 23 | 22 | 10 | 543 | 64 | 123 |
| Binary | 11101010 | 10111101 | 11000001 | 0 | 10011 | 10010 | 1000 | 101100011 | 110100 | 1010011 |
Color Harmonies of #EABDC1
Complementary color
Monochromatic Colors of #EABDC1
Black with #EABDC1
Text Example
Text Example
White with #EABDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDC1; }
p { color: rgb(234,189,193); }
H1.HeaderClassName
{
color: #EABDC1;
}
.AnyTagClassName
{
color: #EABDC1;
}
</style>
background-color css
<style>
a { background-color: #EABDC1; }
a { background-color: rgb(234,189,193); }
div.DivClassName
{
background-color: #EABDC1;
}
.BgClassName
{
background-color: #EABDC1;
}
</style>
border-color css
<style>
span { border-color: #EABDC1; }
span { border-color: rgb(234,189,193); }
td.TdClassName
{
border-color: #EABDC1;
}
.TagClassName
{
border-color: #EABDC1;
}
</style>