Shades of Azalea #ECC8C9
Tints of Azalea #ECC8C9
RGB
CMYK
RGB Variations
Color information
#ECC8C9 (or 0xECC8C9) is known color: Azalea. HEX triplet: EC, C8 and C9. RGB value is (236,200,201). Sum of RGB (Red+Green+Blue) = 236+200+201=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC8C9 is #133736. Grayscale: #D2D2D2. Windows color (decimal): -1259319 or 13224172. OLE color: 13224172.
HSL color Cylindrical-coordinate representation of color #ECC8C9: hue angle of 358.33º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ECC8C9 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 200 | 201 | - |
CMYK | 0 | 0.15 | 0.15 | 0.07 |
HSL | 358.33º | 0.49% | 0.85% | - |
HSV(B) | 358.33º | 0.15% | 0.93% | - |
XYZ | 65.79 | 63.36 | 64.02 | - |
YUV | 210.88 | 122.43 | 145.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 200 | 201 | 0 | 0.15 | 0.15 | 0.07 | 358.33 | 0.49 | 0.85 |
Hex | EC | C8 | C9 | 0 | F | F | 7 | 166 | 31 | 55 |
Octal | 354 | 310 | 311 | 0 | 17 | 17 | 7 | 546 | 61 | 125 |
Binary | 11101100 | 11001000 | 11001001 | 0 | 1111 | 1111 | 111 | 101100110 | 110001 | 1010101 |
Color Harmonies of #ECC8C9
Complementary color
Monochromatic Colors of #ECC8C9
Black with #ECC8C9
Text Example
Text Example
White with #ECC8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC8C9; }
p { color: rgb(236,200,201); }
H1.HeaderClassName
{
color: #ECC8C9;
}
.AnyTagClassName
{
color: #ECC8C9;
}
</style>
background-color css
<style>
a { background-color: #ECC8C9; }
a { background-color: rgb(236,200,201); }
div.DivClassName
{
background-color: #ECC8C9;
}
.BgClassName
{
background-color: #ECC8C9;
}
</style>
border-color css
<style>
span { border-color: #ECC8C9; }
span { border-color: rgb(236,200,201); }
td.TdClassName
{
border-color: #ECC8C9;
}
.TagClassName
{
border-color: #ECC8C9;
}
</style>