Shades of Azalea #EEC2C9
Tints of Azalea #EEC2C9
RGB
CMYK
RGB Variations
Color information
#EEC2C9 (or 0xEEC2C9) is known color: Azalea. HEX triplet: EE, C2 and C9. RGB value is (238,194,201). Sum of RGB (Red+Green+Blue) = 238+194+201=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2C9 is #113D36. Grayscale: #CFCFCF. Windows color (decimal): -1129783 or 13222638. OLE color: 13222638.
HSL color Cylindrical-coordinate representation of color #EEC2C9: hue angle of 350.45º degrees, saturation: 0.56, 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 #EEC2C9 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 194 | 201 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.07 |
| HSL | 350.45º | 0.56% | 0.85% | - |
| HSV(B) | 350.45º | 0.18% | 0.93% | - |
| XYZ | 65.09 | 60.98 | 63.6 | - |
| YUV | 207.95 | 124.08 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 194 | 201 | 0 | 0.18 | 0.16 | 0.07 | 350.45 | 0.56 | 0.85 |
| Hex | EE | C2 | C9 | 0 | 12 | 10 | 7 | 15E | 38 | 55 |
| Octal | 356 | 302 | 311 | 0 | 22 | 20 | 7 | 536 | 70 | 125 |
| Binary | 11101110 | 11000010 | 11001001 | 0 | 10010 | 10000 | 111 | 101011110 | 111000 | 1010101 |
Color Harmonies of #EEC2C9
Complementary color
Monochromatic Colors of #EEC2C9
Black with #EEC2C9
Text Example
Text Example
White with #EEC2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC2C9; }
p { color: rgb(238,194,201); }
H1.HeaderClassName
{
color: #EEC2C9;
}
.AnyTagClassName
{
color: #EEC2C9;
}
</style>
background-color css
<style>
a { background-color: #EEC2C9; }
a { background-color: rgb(238,194,201); }
div.DivClassName
{
background-color: #EEC2C9;
}
.BgClassName
{
background-color: #EEC2C9;
}
</style>
border-color css
<style>
span { border-color: #EEC2C9; }
span { border-color: rgb(238,194,201); }
td.TdClassName
{
border-color: #EEC2C9;
}
.TagClassName
{
border-color: #EEC2C9;
}
</style>