Shades of Azalea #EAC6CA
Tints of Azalea #EAC6CA
RGB
CMYK
RGB Variations
Color information
#EAC6CA (or 0xEAC6CA) is known color: Azalea. HEX triplet: EA, C6 and CA. RGB value is (234,198,202). Sum of RGB (Red+Green+Blue) = 234+198+202=634 (83% of max value = 765). Red value is 234 (91.80% from 255 or 36.91% from 634); Green value is 198 (77.73% from 255 or 31.23% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAC6CA is #153935. Grayscale: #D1D1D1. Windows color (decimal): -1390902 or 13289194. OLE color: 13289194.
HSL color Cylindrical-coordinate representation of color #EAC6CA: hue angle of 353.33º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EAC6CA is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 202 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.08 |
| HSL | 353.33º | 0.46% | 0.85% | - |
| HSV(B) | 353.33º | 0.15% | 0.92% | - |
| XYZ | 64.79 | 62.14 | 64.46 | - |
| YUV | 209.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 202 | 0 | 0.15 | 0.14 | 0.08 | 353.33 | 0.46 | 0.85 |
| Hex | EA | C6 | CA | 0 | F | E | 8 | 161 | 2E | 55 |
| Octal | 352 | 306 | 312 | 0 | 17 | 16 | 10 | 541 | 56 | 125 |
| Binary | 11101010 | 11000110 | 11001010 | 0 | 1111 | 1110 | 1000 | 101100001 | 101110 | 1010101 |
Color Harmonies of #EAC6CA
Complementary color
Monochromatic Colors of #EAC6CA
Black with #EAC6CA
Text Example
Text Example
White with #EAC6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC6CA; }
p { color: rgb(234,198,202); }
H1.HeaderClassName
{
color: #EAC6CA;
}
.AnyTagClassName
{
color: #EAC6CA;
}
</style>
background-color css
<style>
a { background-color: #EAC6CA; }
a { background-color: rgb(234,198,202); }
div.DivClassName
{
background-color: #EAC6CA;
}
.BgClassName
{
background-color: #EAC6CA;
}
</style>
border-color css
<style>
span { border-color: #EAC6CA; }
span { border-color: rgb(234,198,202); }
td.TdClassName
{
border-color: #EAC6CA;
}
.TagClassName
{
border-color: #EAC6CA;
}
</style>