Shades of Azalea #EABDC2
Tints of Azalea #EABDC2
RGB
CMYK
RGB Variations
Color information
#EABDC2 (or 0xEABDC2) is known color: Azalea. HEX triplet: EA, BD and C2. RGB value is (234,189,194). Sum of RGB (Red+Green+Blue) = 234+189+194=617 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.93% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 234 - color contains mainly: red. Hex color #EABDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EABDC2 is #15423D. Grayscale: #CBCBCB. Windows color (decimal): -1393214 or 12762602. OLE color: 12762602.
HSL color Cylindrical-coordinate representation of color #EABDC2: hue angle of 353.33º 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 #EABDC2 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 189 | 194 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.08 |
| HSL | 353.33º | 0.52% | 0.83% | - |
| HSV(B) | 353.33º | 0.19% | 0.92% | - |
| XYZ | 61.87 | 57.78 | 58.93 | - |
| YUV | 203.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 189 | 194 | 0 | 0.19 | 0.17 | 0.08 | 353.33 | 0.52 | 0.83 |
| Hex | EA | BD | C2 | 0 | 13 | 11 | 8 | 161 | 34 | 53 |
| Octal | 352 | 275 | 302 | 0 | 23 | 21 | 10 | 541 | 64 | 123 |
| Binary | 11101010 | 10111101 | 11000010 | 0 | 10011 | 10001 | 1000 | 101100001 | 110100 | 1010011 |
Color Harmonies of #EABDC2
Complementary color
Monochromatic Colors of #EABDC2
Black with #EABDC2
Text Example
Text Example
White with #EABDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABDC2; }
p { color: rgb(234,189,194); }
H1.HeaderClassName
{
color: #EABDC2;
}
.AnyTagClassName
{
color: #EABDC2;
}
</style>
background-color css
<style>
a { background-color: #EABDC2; }
a { background-color: rgb(234,189,194); }
div.DivClassName
{
background-color: #EABDC2;
}
.BgClassName
{
background-color: #EABDC2;
}
</style>
border-color css
<style>
span { border-color: #EABDC2; }
span { border-color: rgb(234,189,194); }
td.TdClassName
{
border-color: #EABDC2;
}
.TagClassName
{
border-color: #EABDC2;
}
</style>