Shades of Azalea #EAC9CA
Tints of Azalea #EAC9CA
RGB
CMYK
RGB Variations
Color information
#EAC9CA (or 0xEAC9CA) is known color: Azalea. HEX triplet: EA, C9 and CA. RGB value is (234,201,202). Sum of RGB (Red+Green+Blue) = 234+201+202=637 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.73% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC9CA is #153635. Grayscale: #D3D3D3. Windows color (decimal): -1390134 or 13289962. OLE color: 13289962.
HSL color Cylindrical-coordinate representation of color #EAC9CA: hue angle of 358.18º 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 #EAC9CA is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 202 | - |
| CMYK | 0 | 0.14 | 0.14 | 0.08 |
| HSL | 358.18º | 0.44% | 0.85% | - |
| HSV(B) | 358.18º | 0.14% | 0.92% | - |
| XYZ | 65.48 | 63.53 | 64.69 | - |
| YUV | 210.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 202 | 0 | 0.14 | 0.14 | 0.08 | 358.18 | 0.44 | 0.85 |
| Hex | EA | C9 | CA | 0 | E | E | 8 | 166 | 2C | 55 |
| Octal | 352 | 311 | 312 | 0 | 16 | 16 | 10 | 546 | 54 | 125 |
| Binary | 11101010 | 11001001 | 11001010 | 0 | 1110 | 1110 | 1000 | 101100110 | 101100 | 1010101 |
Color Harmonies of #EAC9CA
Complementary color
Monochromatic Colors of #EAC9CA
Black with #EAC9CA
Text Example
Text Example
White with #EAC9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC9CA; }
p { color: rgb(234,201,202); }
H1.HeaderClassName
{
color: #EAC9CA;
}
.AnyTagClassName
{
color: #EAC9CA;
}
</style>
background-color css
<style>
a { background-color: #EAC9CA; }
a { background-color: rgb(234,201,202); }
div.DivClassName
{
background-color: #EAC9CA;
}
.BgClassName
{
background-color: #EAC9CA;
}
</style>
border-color css
<style>
span { border-color: #EAC9CA; }
span { border-color: rgb(234,201,202); }
td.TdClassName
{
border-color: #EAC9CA;
}
.TagClassName
{
border-color: #EAC9CA;
}
</style>