Shades of Plum #ECACF3
Tints of Plum #ECACF3
RGB
CMYK
RGB Variations
Color information
#ECACF3 (or 0xECACF3) is known color: Plum. HEX triplet: EC, AC and F3. RGB value is (236,172,243). Sum of RGB (Red+Green+Blue) = 236+172+243=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 172 (67.58% from 255 or 26.42% from 651); Blue value is 243 (95.31% from 255 or 37.33% from 651); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECACF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACF3 is #13530C. Grayscale: #C7C7C7. Windows color (decimal): -1266445 or 15969516. OLE color: 15969516.
HSL color Cylindrical-coordinate representation of color #ECACF3: hue angle of 294.08º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECACF3 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 172 | 243 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.05 |
| HSL | 294.08º | 0.75% | 0.81% | - |
| HSV(B) | 294.08º | 0.29% | 0.95% | - |
| XYZ | 65.52 | 53.81 | 91.73 | - |
| YUV | 199.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 243 | 0.03 | 0.29 | 0 | 0.05 | 294.08 | 0.75 | 0.81 |
| Hex | EC | AC | F3 | 3 | 1D | 0 | 5 | 126 | 4B | 51 |
| Octal | 354 | 254 | 363 | 3 | 35 | 0 | 5 | 446 | 113 | 121 |
| Binary | 11101100 | 10101100 | 11110011 | 11 | 11101 | 0 | 101 | 100100110 | 1001011 | 1010001 |
Color Harmonies of #ECACF3
Complementary color
Monochromatic Colors of #ECACF3
Black with #ECACF3
Text Example
Text Example
White with #ECACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACF3; }
p { color: rgb(236,172,243); }
H1.HeaderClassName
{
color: #ECACF3;
}
.AnyTagClassName
{
color: #ECACF3;
}
</style>
background-color css
<style>
a { background-color: #ECACF3; }
a { background-color: rgb(236,172,243); }
div.DivClassName
{
background-color: #ECACF3;
}
.BgClassName
{
background-color: #ECACF3;
}
</style>
border-color css
<style>
span { border-color: #ECACF3; }
span { border-color: rgb(236,172,243); }
td.TdClassName
{
border-color: #ECACF3;
}
.TagClassName
{
border-color: #ECACF3;
}
</style>