Shades of Azalea #EEC1C7
Tints of Azalea #EEC1C7
RGB
CMYK
RGB Variations
Color information
#EEC1C7 (or 0xEEC1C7) is known color: Azalea. HEX triplet: EE, C1 and C7. RGB value is (238,193,199). Sum of RGB (Red+Green+Blue) = 238+193+199=630 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.78% from 630); Green value is 193 (75.78% from 255 or 30.63% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC1C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC1C7 is #113E38. Grayscale: #CFCFCF. Windows color (decimal): -1130041 or 13091310. OLE color: 13091310.
HSL color Cylindrical-coordinate representation of color #EEC1C7: hue angle of 352º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEC1C7 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 193 | 199 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.07 |
| HSL | 352º | 0.57% | 0.85% | - |
| HSV(B) | 352º | 0.19% | 0.93% | - |
| XYZ | 64.64 | 60.44 | 62.29 | - |
| YUV | 207.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 193 | 199 | 0 | 0.19 | 0.16 | 0.07 | 352 | 0.57 | 0.85 |
| Hex | EE | C1 | C7 | 0 | 13 | 10 | 7 | 160 | 39 | 55 |
| Octal | 356 | 301 | 307 | 0 | 23 | 20 | 7 | 540 | 71 | 125 |
| Binary | 11101110 | 11000001 | 11000111 | 0 | 10011 | 10000 | 111 | 101100000 | 111001 | 1010101 |
Color Harmonies of #EEC1C7
Complementary color
Monochromatic Colors of #EEC1C7
Black with #EEC1C7
Text Example
Text Example
White with #EEC1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC1C7; }
p { color: rgb(238,193,199); }
H1.HeaderClassName
{
color: #EEC1C7;
}
.AnyTagClassName
{
color: #EEC1C7;
}
</style>
background-color css
<style>
a { background-color: #EEC1C7; }
a { background-color: rgb(238,193,199); }
div.DivClassName
{
background-color: #EEC1C7;
}
.BgClassName
{
background-color: #EEC1C7;
}
</style>
border-color css
<style>
span { border-color: #EEC1C7; }
span { border-color: rgb(238,193,199); }
td.TdClassName
{
border-color: #EEC1C7;
}
.TagClassName
{
border-color: #EEC1C7;
}
</style>