Shades of Azalea #EECACC
Tints of Azalea #EECACC
RGB
CMYK
RGB Variations
Color information
#EECACC (or 0xEECACC) is known color: Azalea. HEX triplet: EE, CA and CC. RGB value is (238,202,204). Sum of RGB (Red+Green+Blue) = 238+202+204=644 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.96% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 238 - color contains mainly: red. Hex color #EECACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECACC is #113533. Grayscale: #D5D5D5. Windows color (decimal): -1127732 or 13421294. OLE color: 13421294.
HSL color Cylindrical-coordinate representation of color #EECACC: hue angle of 356.67º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECACC is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 204 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.07 |
| HSL | 356.67º | 0.51% | 0.86% | - |
| HSV(B) | 356.67º | 0.15% | 0.93% | - |
| XYZ | 67.28 | 64.78 | 66.08 | - |
| YUV | 212.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 204 | 0 | 0.15 | 0.14 | 0.07 | 356.67 | 0.51 | 0.86 |
| Hex | EE | CA | CC | 0 | F | E | 7 | 165 | 33 | 56 |
| Octal | 356 | 312 | 314 | 0 | 17 | 16 | 7 | 545 | 63 | 126 |
| Binary | 11101110 | 11001010 | 11001100 | 0 | 1111 | 1110 | 111 | 101100101 | 110011 | 1010110 |
Color Harmonies of #EECACC
Complementary color
Monochromatic Colors of #EECACC
Black with #EECACC
Text Example
Text Example
White with #EECACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECACC; }
p { color: rgb(238,202,204); }
H1.HeaderClassName
{
color: #EECACC;
}
.AnyTagClassName
{
color: #EECACC;
}
</style>
background-color css
<style>
a { background-color: #EECACC; }
a { background-color: rgb(238,202,204); }
div.DivClassName
{
background-color: #EECACC;
}
.BgClassName
{
background-color: #EECACC;
}
</style>
border-color css
<style>
span { border-color: #EECACC; }
span { border-color: rgb(238,202,204); }
td.TdClassName
{
border-color: #EECACC;
}
.TagClassName
{
border-color: #EECACC;
}
</style>