Shades of Azalea #EEC9CA
Tints of Azalea #EEC9CA
RGB
CMYK
RGB Variations
Color information
#EEC9CA (or 0xEEC9CA) is known color: Azalea. HEX triplet: EE, C9 and CA. RGB value is (238,201,202). Sum of RGB (Red+Green+Blue) = 238+201+202=641 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.13% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC9CA is #113635. Grayscale: #D4D4D4. Windows color (decimal): -1127990 or 13289966. OLE color: 13289966.
HSL color Cylindrical-coordinate representation of color #EEC9CA: hue angle of 358.38º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEC9CA is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 202 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.07 |
| HSL | 358.38º | 0.52% | 0.86% | - |
| HSV(B) | 358.38º | 0.16% | 0.93% | - |
| XYZ | 66.81 | 64.21 | 64.75 | - |
| YUV | 212.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 202 | 0 | 0.16 | 0.15 | 0.07 | 358.38 | 0.52 | 0.86 |
| Hex | EE | C9 | CA | 0 | 10 | F | 7 | 166 | 34 | 56 |
| Octal | 356 | 311 | 312 | 0 | 20 | 17 | 7 | 546 | 64 | 126 |
| Binary | 11101110 | 11001001 | 11001010 | 0 | 10000 | 1111 | 111 | 101100110 | 110100 | 1010110 |
Color Harmonies of #EEC9CA
Complementary color
Monochromatic Colors of #EEC9CA
Black with #EEC9CA
Text Example
Text Example
White with #EEC9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC9CA; }
p { color: rgb(238,201,202); }
H1.HeaderClassName
{
color: #EEC9CA;
}
.AnyTagClassName
{
color: #EEC9CA;
}
</style>
background-color css
<style>
a { background-color: #EEC9CA; }
a { background-color: rgb(238,201,202); }
div.DivClassName
{
background-color: #EEC9CA;
}
.BgClassName
{
background-color: #EEC9CA;
}
</style>
border-color css
<style>
span { border-color: #EEC9CA; }
span { border-color: rgb(238,201,202); }
td.TdClassName
{
border-color: #EEC9CA;
}
.TagClassName
{
border-color: #EEC9CA;
}
</style>