Shades of Azalea #EAC9CC
Tints of Azalea #EAC9CC
RGB
CMYK
RGB Variations
Color information
#EAC9CC (or 0xEAC9CC) is known color: Azalea. HEX triplet: EA, C9 and CC. RGB value is (234,201,204). Sum of RGB (Red+Green+Blue) = 234+201+204=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 204 (80.08% from 255 or 31.92% from 639); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9CC is #153633. Grayscale: #D3D3D3. Windows color (decimal): -1390132 or 13421034. OLE color: 13421034.
HSL color Cylindrical-coordinate representation of color #EAC9CC: hue angle of 354.55º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAC9CC is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 204 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.08 |
| HSL | 354.55º | 0.44% | 0.85% | - |
| HSV(B) | 354.55º | 0.14% | 0.92% | - |
| XYZ | 65.72 | 63.63 | 65.94 | - |
| YUV | 211.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 204 | 0 | 0.14 | 0.13 | 0.08 | 354.55 | 0.44 | 0.85 |
| Hex | EA | C9 | CC | 0 | E | D | 8 | 163 | 2C | 55 |
| Octal | 352 | 311 | 314 | 0 | 16 | 15 | 10 | 543 | 54 | 125 |
| Binary | 11101010 | 11001001 | 11001100 | 0 | 1110 | 1101 | 1000 | 101100011 | 101100 | 1010101 |
Color Harmonies of #EAC9CC
Complementary color
Monochromatic Colors of #EAC9CC
Black with #EAC9CC
Text Example
Text Example
White with #EAC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9CC; }
p { color: rgb(234,201,204); }
H1.HeaderClassName
{
color: #EAC9CC;
}
.AnyTagClassName
{
color: #EAC9CC;
}
</style>
background-color css
<style>
a { background-color: #EAC9CC; }
a { background-color: rgb(234,201,204); }
div.DivClassName
{
background-color: #EAC9CC;
}
.BgClassName
{
background-color: #EAC9CC;
}
</style>
border-color css
<style>
span { border-color: #EAC9CC; }
span { border-color: rgb(234,201,204); }
td.TdClassName
{
border-color: #EAC9CC;
}
.TagClassName
{
border-color: #EAC9CC;
}
</style>