Shades of Plum #ECACF2
Tints of Plum #ECACF2
RGB
CMYK
RGB Variations
Color information
#ECACF2 (or 0xECACF2) is known color: Plum. HEX triplet: EC, AC and F2. RGB value is (236,172,242). Sum of RGB (Red+Green+Blue) = 236+172+242=650 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.31% from 650); Green value is 172 (67.58% from 255 or 26.46% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECACF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECACF2 is #13530D. Grayscale: #C6C6C6. Windows color (decimal): -1266446 or 15903980. OLE color: 15903980.
HSL color Cylindrical-coordinate representation of color #ECACF2: hue angle of 294.86º degrees, saturation: 0.73, 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 #ECACF2 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 172 | 242 | - |
| CMYK | 0.02 | 0.29 | 0 | 0.05 |
| HSL | 294.86º | 0.73% | 0.81% | - |
| HSV(B) | 294.86º | 0.29% | 0.95% | - |
| XYZ | 65.37 | 53.75 | 90.93 | - |
| YUV | 199.12 | 152.2 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 242 | 0.02 | 0.29 | 0 | 0.05 | 294.86 | 0.73 | 0.81 |
| Hex | EC | AC | F2 | 2 | 1D | 0 | 5 | 127 | 49 | 51 |
| Octal | 354 | 254 | 362 | 2 | 35 | 0 | 5 | 447 | 111 | 121 |
| Binary | 11101100 | 10101100 | 11110010 | 10 | 11101 | 0 | 101 | 100100111 | 1001001 | 1010001 |
Color Harmonies of #ECACF2
Complementary color
Monochromatic Colors of #ECACF2
Black with #ECACF2
Text Example
Text Example
White with #ECACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACF2; }
p { color: rgb(236,172,242); }
H1.HeaderClassName
{
color: #ECACF2;
}
.AnyTagClassName
{
color: #ECACF2;
}
</style>
background-color css
<style>
a { background-color: #ECACF2; }
a { background-color: rgb(236,172,242); }
div.DivClassName
{
background-color: #ECACF2;
}
.BgClassName
{
background-color: #ECACF2;
}
</style>
border-color css
<style>
span { border-color: #ECACF2; }
span { border-color: rgb(236,172,242); }
td.TdClassName
{
border-color: #ECACF2;
}
.TagClassName
{
border-color: #ECACF2;
}
</style>