Shades of Azalea #EAC4C9
Tints of Azalea #EAC4C9
RGB
CMYK
RGB Variations
Color information
#EAC4C9 (or 0xEAC4C9) is known color: Azalea. HEX triplet: EA, C4 and C9. RGB value is (234,196,201). Sum of RGB (Red+Green+Blue) = 234+196+201=631 (83% of max value = 765). Red value is 234 (91.80% from 255 or 37.08% from 631); Green value is 196 (76.95% from 255 or 31.06% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC4C9 is #153B36. Grayscale: #CFCFCF. Windows color (decimal): -1391415 or 13223146. OLE color: 13223146.
HSL color Cylindrical-coordinate representation of color #EAC4C9: hue angle of 352.11º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EAC4C9 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 196 | 201 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.08 |
| HSL | 352.11º | 0.48% | 0.84% | - |
| HSV(B) | 352.11º | 0.16% | 0.92% | - |
| XYZ | 64.21 | 61.19 | 63.68 | - |
| YUV | 207.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 196 | 201 | 0 | 0.16 | 0.14 | 0.08 | 352.11 | 0.48 | 0.84 |
| Hex | EA | C4 | C9 | 0 | 10 | E | 8 | 160 | 30 | 54 |
| Octal | 352 | 304 | 311 | 0 | 20 | 16 | 10 | 540 | 60 | 124 |
| Binary | 11101010 | 11000100 | 11001001 | 0 | 10000 | 1110 | 1000 | 101100000 | 110000 | 1010100 |
Color Harmonies of #EAC4C9
Complementary color
Monochromatic Colors of #EAC4C9
Black with #EAC4C9
Text Example
Text Example
White with #EAC4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC4C9; }
p { color: rgb(234,196,201); }
H1.HeaderClassName
{
color: #EAC4C9;
}
.AnyTagClassName
{
color: #EAC4C9;
}
</style>
background-color css
<style>
a { background-color: #EAC4C9; }
a { background-color: rgb(234,196,201); }
div.DivClassName
{
background-color: #EAC4C9;
}
.BgClassName
{
background-color: #EAC4C9;
}
</style>
border-color css
<style>
span { border-color: #EAC4C9; }
span { border-color: rgb(234,196,201); }
td.TdClassName
{
border-color: #EAC4C9;
}
.TagClassName
{
border-color: #EAC4C9;
}
</style>