Shades of Azalea #EEC5CB
Tints of Azalea #EEC5CB
RGB
CMYK
RGB Variations
Color information
#EEC5CB (or 0xEEC5CB) is known color: Azalea. HEX triplet: EE, C5 and CB. RGB value is (238,197,203). Sum of RGB (Red+Green+Blue) = 238+197+203=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC5CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC5CB is #113A34. Grayscale: #D1D1D1. Windows color (decimal): -1129013 or 13354478. OLE color: 13354478.
HSL color Cylindrical-coordinate representation of color #EEC5CB: hue angle of 351.22º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EEC5CB is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 203 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.07 |
| HSL | 351.22º | 0.55% | 0.85% | - |
| HSV(B) | 351.22º | 0.17% | 0.93% | - |
| XYZ | 66.01 | 62.42 | 65.07 | - |
| YUV | 209.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 203 | 0 | 0.17 | 0.15 | 0.07 | 351.22 | 0.55 | 0.85 |
| Hex | EE | C5 | CB | 0 | 11 | F | 7 | 15F | 37 | 55 |
| Octal | 356 | 305 | 313 | 0 | 21 | 17 | 7 | 537 | 67 | 125 |
| Binary | 11101110 | 11000101 | 11001011 | 0 | 10001 | 1111 | 111 | 101011111 | 110111 | 1010101 |
Color Harmonies of #EEC5CB
Complementary color
Monochromatic Colors of #EEC5CB
Black with #EEC5CB
Text Example
Text Example
White with #EEC5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC5CB; }
p { color: rgb(238,197,203); }
H1.HeaderClassName
{
color: #EEC5CB;
}
.AnyTagClassName
{
color: #EEC5CB;
}
</style>
background-color css
<style>
a { background-color: #EEC5CB; }
a { background-color: rgb(238,197,203); }
div.DivClassName
{
background-color: #EEC5CB;
}
.BgClassName
{
background-color: #EEC5CB;
}
</style>
border-color css
<style>
span { border-color: #EEC5CB; }
span { border-color: rgb(238,197,203); }
td.TdClassName
{
border-color: #EEC5CB;
}
.TagClassName
{
border-color: #EEC5CB;
}
</style>