Shades of Azalea #EEC5CA
Tints of Azalea #EEC5CA
RGB
CMYK
RGB Variations
Color information
#EEC5CA (or 0xEEC5CA) is known color: Azalea. HEX triplet: EE, C5 and CA. RGB value is (238,197,202). Sum of RGB (Red+Green+Blue) = 238+197+202=637 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.36% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5CA is #113A35. Grayscale: #D1D1D1. Windows color (decimal): -1129014 or 13288942. OLE color: 13288942.
HSL color Cylindrical-coordinate representation of color #EEC5CA: hue angle of 352.68º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEC5CA is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 202 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.07 |
| HSL | 352.68º | 0.55% | 0.85% | - |
| HSV(B) | 352.68º | 0.17% | 0.93% | - |
| XYZ | 65.89 | 62.37 | 64.44 | - |
| YUV | 209.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 202 | 0 | 0.17 | 0.15 | 0.07 | 352.68 | 0.55 | 0.85 |
| Hex | EE | C5 | CA | 0 | 11 | F | 7 | 161 | 37 | 55 |
| Octal | 356 | 305 | 312 | 0 | 21 | 17 | 7 | 541 | 67 | 125 |
| Binary | 11101110 | 11000101 | 11001010 | 0 | 10001 | 1111 | 111 | 101100001 | 110111 | 1010101 |
Color Harmonies of #EEC5CA
Complementary color
Monochromatic Colors of #EEC5CA
Black with #EEC5CA
Text Example
Text Example
White with #EEC5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5CA; }
p { color: rgb(238,197,202); }
H1.HeaderClassName
{
color: #EEC5CA;
}
.AnyTagClassName
{
color: #EEC5CA;
}
</style>
background-color css
<style>
a { background-color: #EEC5CA; }
a { background-color: rgb(238,197,202); }
div.DivClassName
{
background-color: #EEC5CA;
}
.BgClassName
{
background-color: #EEC5CA;
}
</style>
border-color css
<style>
span { border-color: #EEC5CA; }
span { border-color: rgb(238,197,202); }
td.TdClassName
{
border-color: #EEC5CA;
}
.TagClassName
{
border-color: #EEC5CA;
}
</style>