Shades of Azalea #EEC4CA
Tints of Azalea #EEC4CA
RGB
CMYK
RGB Variations
Color information
#EEC4CA (or 0xEEC4CA) is known color: Azalea. HEX triplet: EE, C4 and CA. RGB value is (238,196,202). Sum of RGB (Red+Green+Blue) = 238+196+202=636 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.42% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC4CA is #113B35. Grayscale: #D1D1D1. Windows color (decimal): -1129270 or 13288686. OLE color: 13288686.
HSL color Cylindrical-coordinate representation of color #EEC4CA: hue angle of 351.43º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC4CA is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 196 | 202 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.07 |
| HSL | 351.43º | 0.55% | 0.85% | - |
| HSV(B) | 351.43º | 0.18% | 0.93% | - |
| XYZ | 65.66 | 61.92 | 64.37 | - |
| YUV | 209.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 196 | 202 | 0 | 0.18 | 0.15 | 0.07 | 351.43 | 0.55 | 0.85 |
| Hex | EE | C4 | CA | 0 | 12 | F | 7 | 15F | 37 | 55 |
| Octal | 356 | 304 | 312 | 0 | 22 | 17 | 7 | 537 | 67 | 125 |
| Binary | 11101110 | 11000100 | 11001010 | 0 | 10010 | 1111 | 111 | 101011111 | 110111 | 1010101 |
Color Harmonies of #EEC4CA
Complementary color
Monochromatic Colors of #EEC4CA
Black with #EEC4CA
Text Example
Text Example
White with #EEC4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC4CA; }
p { color: rgb(238,196,202); }
H1.HeaderClassName
{
color: #EEC4CA;
}
.AnyTagClassName
{
color: #EEC4CA;
}
</style>
background-color css
<style>
a { background-color: #EEC4CA; }
a { background-color: rgb(238,196,202); }
div.DivClassName
{
background-color: #EEC4CA;
}
.BgClassName
{
background-color: #EEC4CA;
}
</style>
border-color css
<style>
span { border-color: #EEC4CA; }
span { border-color: rgb(238,196,202); }
td.TdClassName
{
border-color: #EEC4CA;
}
.TagClassName
{
border-color: #EEC4CA;
}
</style>